I am running a websocket stream by using KiteTicker to monitor banknifty option tick data/LTP, but it seems the actual LTP showed/traded on web login is not same/nearvalue of the tickdata/LTP which we received on my websocket stream.
Thank you @Imran for the suggestions.
I am interested in your 1'st suggestion, use order_history to check order status.
I am planning to write new routine to get order status, so that i can call the function in infinite while loop.
Will it work??
@tahseen, thank you for your view on this topic, can you please explain in detail with some example, so that i can understand and others too will get information from you.
Thank you Rakesh for the response.
Yeah 2 strategies running in parallel will work if we use MIS for one, NRML for other one.
We will face problem when we increase >2 strategies in parallel.
What is the use of tag option in place_order() API?? if…
# place limit for different price
kite.place_order(tradingsymbol=symbol,
exchange=exchange,
transaction_type=kite.TRANSACTION_TYPE_BUY,
quantity=quantity,
order_…
Hi Rakesh, Thank you for the response.
Could you please share some kind sudocode if possible? so that it will help me to develop the requirement.
I am aware the Kite Connect is purely an execution platform, just asking to get proper way to start th…
Hi Sujith,
Yeah thank you for the response, but already i went the FAQ link before raised a request. i did not find a solution for this problem, i have implemented the program with the help of FAQ section, the implementation works fine but after so…