@ZI4453
my logic is depend on the candle data (OHLCV). I'm not sure how ticks data looks like, whether I can achieve it directly from tick data or not. Please share if you have ticks data sample.
@ZI4453 , First I need candle data in real-time and then post processing will take care of myself. Please do let me know if you have any idea like how fast we can build candle from tick data. Please share your idea .
Pls share your whatsapps number…
Hi @ZI4453 , thanks for the information.
I'm not making 250 GET calls for one scrip. making one call for one scrip , 250 calls for 250 individual scrips.
Please compare dhfl 9-9-2019 minute candle data with sharekhan or any other broker chart, you will notice the difference and also compare the difference between other broker chart, you will found that all other matching except zerodha.
Hi Sujith,
Thanks for sharing the information. I have gone through the thread.
I understand that it's not possible to capture tick by tick data.
but I have still question in my mind.
1. In zerodha chart market depth high low show different figu…
Hi @ZI4453,
There is no child order involved.
I'm placing simple MIS SL-M order if my earlier placed order executed.
Since, I'm placing stop loss order for executed order. I just want to make sure that my SL - loss order is placed successfully.
…
yes, storing all transaction status in a dictionary and writing into a file.
I want to check whenever I place a sl order, it's placed or not successfully.
The same piece of code working fine for some orders and not for others.
I fetch the plac…
I faced this issue @3:15pm while modifying slm order and this is an intermittent issue. I faced this issue first time in 3 weeks. I recently started using kite python api.
When I faced this issue, I again tried to modify the order via api, got the…
suppose I have placed a bulk order let's say 10000, 20000. then execution of order take some time to get it fully executed. kite.orders() gives us the live order status.
for example : -
I placed an order
scrip_name = SBIN
position =20000
got an o…
thanks, how can I get 3 mins ,5 mins, 15 mins .. candle high, low, close etc of a sticker in real-time. I think kite.quote only give us live streaming data in fraction of second.