☰
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
15.1K
All Categories
0
Incidents
179
Node JS client
52
Go client
856
.Net API client
399
Kite Publisher
554
.Net / VBA / Excel (3rd party)
503
Algorithms and Strategies
1.1K
Java client
1.2K
API clients
410
PHP client
4.3K
Python client
364
Mobile and Desktop apps
1.5K
Market data (WebSockets)
3.6K
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.