☰
Login
Signup
Home
›
.Net API client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
998
Java client
1.1K
API clients
404
PHP client
4K
Python client
347
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
September 2017
sujith
How to Close All Positions at 3pm....
varaprasady
September 2017
in
.Net API client
I am able to place orders at morning session.around 40 positions will be generated .... now how can i close all at once by .net api coding...
sujith
September 2017
Hi
@varaprasady
,
You need to write a loop and place market order of opposite transaction type and the same product type for regular orders.
For bracket and cover order, you need to do something like
this
.
Sign In
or
Register
to comment.
You need to write a loop and place market order of opposite transaction type and the same product type for regular orders.
For bracket and cover order, you need to do something like this.