Can I do the below thing using API? 1.Set share's buy and sell target before market hour and if between market hours it touches our buy price then it will execute the buy order and same for sell order? 2. Is it possible to do it in any web programming language like asp.net etc?
Hi @pawandev, 1.Set share's buy and sell target before market hour and if between market hours it touches our buy price then it will execute the buy order and same for sell order? Yes, you can place limit after_market_order before market hours and it will be executed once your order meets counter party.
2. Is it possible to do it in any web programming language like asp.net etc? Kite Connect is available on various languages, you can check out documentation for more information.
You have created publisher app. So you can't access features of Kite Connect. Please create a Kite Connect app for this.
Can I do the below thing using API?
1.Set share's buy and sell target before market hour and if between market hours it touches our buy price then it will execute the buy order and same for sell order?
2. Is it possible to do it in any web programming language like asp.net etc?
thanks in advance
1.Set share's buy and sell target before market hour and if between market hours it touches our buy price then it will execute the buy order and same for sell order?
Yes, you can place limit after_market_order before market hours and it will be executed once your order meets counter party.
2. Is it possible to do it in any web programming language like asp.net etc?
Kite Connect is available on various languages, you can check out documentation for more information.