@sujith , how come we are getting dayHigh and dayLow OI but not dayOpen OI? if we are going by ticks, when zerodha is getting down, we are getting invalid data, atleast you can add either dayopenOI or previousdayclose OI
Thanks for the reply @rakeshr, the volume field itself is sufficient or do we need to divide it by ltp, to get the free float shares information at that time. As I mentioned I want to calculate the free float shares mcap. pls kindly guide how we ca…
@rakeshr No only Kite web login, we can also reproduce this, just if we can collect websocket data say for 100 instruments with one login and if we login with kite web with other login, the temp folder is getting full.
@sujith , so as per my understanding, we cannot place that through API?, GTT-OCO - 2 legs is getting canceled, (mentioning insufficient funds on the sell side).. seems like it's not possible from API.
yes, thank you @sujith, I modified the code, few questions,
1. Even if it says the default is 50, If I change the default to the maximum allowed (300), it still works correctly?
2. Also I've tested if the default value is exhausted and no reconnect…
In layman's language to understand, I want to place an order like below from the API in one shot
Note here, I am placing a Limit buy order, and if the limit buys order is met or executed, I want to wait for either the sell trigger or target trigger…
Hi, I read through the documentation, and needs some clarity. My requirement is to place a bracket order in Nifty FnO. So here is my understanding, please clarify.
1. I Place GTT - OCO order with, LTP = X, SL = X-5, Target = X+10, triggers=[X-5,X+10…