@rakeshr I tried that also Rakesh. Is there an any sequence to installing these.
I started off with kiteconnect, then looking at each of the error, I installed many as mentioned above followed by kiteconect again.
Yeah !!!
Thanks a lot for this. My code is fine now. I am able to place orders. Totally 8 trading sessions went off trying to figure this out, as I do not know of any other way to run the code and get a feedback.
Is there a sandbox where I can …
The below is my position data from yesterday:
{'net': [{'tradingsymbol': 'NIFTY20FEB11700PE', 'exchange': 'NFO', 'instrument_token': 11880450, 'product': 'NRML', 'quantity': 75, 'overnight_quantity': 75, 'multiplier': 1, 'average_price': 35.45, 'clo…
@sujith
Yes.I am sending the correct trading symbol. As I mentioned above,I tried sending both instrument_token as well as exchange_token. Niether worked.
Looks like instrument_token is the correct one to send anyway. This is confirmed as I take …
@rakeshr
Thanks for this link.
I implemented the multi-threading in my logic. This should help me capture the ticks without missing any as I was blocking it from my module to execute strategy.
However, I do not think my original problem has anyt…
Yes. I am calling another method to decide to exit the order,from within on_ticks. Based a yes/no from this method,I call the place_options_trade method,where I just fire the order.