Ohh I see I do not want to use bracket order I think if market is voltile it will not enabled.
Is there any way to set square off i.e. target similar to above code ? Thanks
you mean something like this is correct , can any python developer help me . im new in python.
order_id = kite.place_order(tradingsymbol="BANKNIFTY20OCTFUT",
exchange=kite.EXCHANGE_NFO,
…
im getting error here
elif event.type == "CANDLE":
event.data.update(token_dict[event.symbol]) # GETTING ERROR HERE
df = pd.DataFrame(event.data,index=[0])
updated code here pls see my file - https://w…
api its working now but throwing some weird errors from my script if you are python developer pls guide
Message=datetime.datetime(2020, 10, 19, 16, 45)
OHLC with LTP but i think you are point to use only LTPs , thanks for quick reply ,
let me try that tomorrow . is there any way to test it after market?
all the data i printed from ticker service only if you have any other data please provide me ?
i have use ticker.SetMode(Tokens: new UInt32[] { 260105 }, Mode: Constants.MODE_FULL);
please kindly resolve my query sooner.
let me post my complete …
i have form a minute candle from each tick data -
i took all ticks and store it into cache.
then every 1 minutes i read all data and group by time and take out OHLC.
the tick data is wrong this is too frustrating paying money and getting wrong data …
I didn't get this why 3 different subscription ?
Kite Connect subscription - Rs. 2000
Historical data subscription - Rs. 2000 (requires base Kite Connect subscription)
you mean by current subscription i can only read ticker data?
but how can i get recent 5 minute candle data using OHLC API? I mean my logic is on every 5 minutes my azure function will execute and get recent 5 minute candle OHLC and based on that I trade. pls guide