MY CODE:
import logging
from kiteconnect import KiteConnect
logging.basicConfig(level=logging.DEBUG)
kite = KiteConnect(api_key="my api key")
print(kite.login_url())
request_token_here = str(input())
#manually copy the login_url() and paste it to …
No, I think I am not able to explain it properly,
In above example in OCO-GTT for SL trigger price should be 470 but once trigger of 470 touches I want to sell the script @468 that is 2 points of buffer I want to put, in webUI there is option to put…
One more question, in webUI for OCO-GTT, I can see both trigger price and price(actual buy/sell price once trigger price executed), can you please tell me which one is buy/sell price in below example for API:
order_oco = [{
"exchange":"NSE"…
placing gtt is fine, how to know from the status that my SL order is completed i.e. it is executed, I want the code for that, once my SL order is executed then only I want to place gtt