@sujith @Kailash
Let me a bit more clear so that you can precisely answer my query. Also do try to answer my above mentioned queries as well.
My order flow is this -
1. I place a BO from my algo. Order order = zerodha.placeorder(myOrder) where …
@sujith @Kailash
Let me a bit more clear so that you can precisely answer my query. Also do try to answer my above mentioned queries as well.
My order flow is this -
1. I place a BO from my algo. Order order = zerodha.placeorder(myOrder) where …
@sujith @Kailash
Let me a bit more clear so that you can precisely answer my query. Also do try to answer my above mentioned queries as well.
My order flow is this -
1. I place a BO from my algo. Order order = zerodha.placeorder(myOrder) where …
@sujith For the following suggestion :
2. You need to fetch orderbook after BO first leg completion and filter orders whose parent order id is same as postback order id.
How would I be notified that the 1st leg has been completed ? I do have postb…
I was referring to the textbox which shows up on the dasboard of the 'profile' where one has to put the redirect URL as well as the postBack URL.
I was trying to save the portback URL of a webserver which is local to my PC but otherwise accessible…
Thanks Sujith. I would naturally like to obtain the request_token after the flush happens. What time would I expect the flush to have finished ? All I want is to have a token which lasts a day. What time should I login for a token where I know and …
Hi Sujith,
Two queries and putting it simply.
1. If I login 7 AM in the morning, would i be able to collect my new token which would be valid for the enitre trading day ?
2. If I want to know how my trades are going for the day where can I chec…