☰
Login
Signup
Home
›
.Net / VBA / Excel (3rd party)
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.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
September 2018
HAs
September 2018
HowUTrade
Kite XL
HAs
August 2018
in
.Net / VBA / Excel (3rd party)
Kite XL Facing issue of firing repeated/ continuous Orders, How to stop the same.
HowUTrade
August 2018
@HAs
Refer this link for more details..
https://howutrade.in/2017/08/31/restrict-multiple-order-firing-excel-upstox-api/
HAs
September 2018
In option trading we only place buy orders.
i want to restrict on the basis of executed Order, if there is no executed order is particular script, then only order is placed, if there is any, order should be rejected..
HowUTrade
September 2018
You can check the
NetQty (RTD)
and place SELL order.
NetQty > 0 = You have Buy Positions
NetQty = 0 = No Positions
NetQty < 0 = You have Sell Positions
HowUTrade
September 2018
edited September 2018
+ as usual order restriction as per this...
https://howutrade.in/2017/08/31/restrict-multiple-order-firing-excel-upstox-api/
Sign In
or
Register
to comment.
Refer this link for more details..
https://howutrade.in/2017/08/31/restrict-multiple-order-firing-excel-upstox-api/
i want to restrict on the basis of executed Order, if there is no executed order is particular script, then only order is placed, if there is any, order should be rejected..
NetQty > 0 = You have Buy Positions
NetQty = 0 = No Positions
NetQty < 0 = You have Sell Positions
https://howutrade.in/2017/08/31/restrict-multiple-order-firing-excel-upstox-api/