Thanks Sujith for the prompt reply and informative link. I understood the execution range. But I fail to figure out how to control the base price of the stop loss order (in second leg order) of a bracket order. What I mean is that when we place a BO…
@sujith any progress on this issue? There is a list given at https://docs.google.com/spreadsheets/d/1ZTyh6GiHTwA1d-ApYdn5iCmRiBLZoAtwigS7VyLUk_Y/edit#gid=1813575034 but it does not provide F&O scrips that are blocked for any particular reason. I…
@sujith
In the google sheet link and the zerodha margin calculator link given by you, only the equity scrips are mentioned in MIS positions are blocked. Yesterday when I placed a BO order in PCJEWELLER MAY FUTURE, it got rejected for same reason (R…
@sujith I've tried everything. My app logic is working perfectly for one client ID and throwing this exception on the other ID. I am guessing you will have to check from backend if there is any problem. Do I need to write a specific mail to support …
I agree. In kite3 the query params keep changing. I'm also using similar coding pattern, but slightly longer. Yours is simpler.
'Check if the redirect url contains any params
Dim iqs As Int32 = currurl.IndexOf("?".ToCharArray())
…
Yes. That's how I'm doing it.
1. I store the redirect URL in a variable.
2. I spilt and store the three key value pairs {Status, Action, Request_Token}
3. Fetch value of Request_Token to obtain Access Token vide generatesession command.
This logi…
In the above post the command used to get access token is
kite.generatesession(requesttoken,apisecret)
Didn't display properly before in the post, hence reposting for clarity.
Thanks @trade_then for a work around solution for this issue. Fortunately, my trading for the day won't be impacted by this issue because my app updates itself from previous trading day's instrument lists. Usually there are not many changes in a day…
Exactly. I am also facing the same problem with my app while calling Kite.GetInstruments("NSE"). Output window of VS says "Exception thrown: 'KiteConnect.DataException' in KiteConnect.dll" and Exception message is:
Unable to parse data. {"instrumen…
Hi @sujith
I also faced similar issues. Although I figured out that the price range for Futures is not limited to 5% like you mentioned earlier. I think the following NSE link explains the reason why
https://www.nseindia.com/products/content/der…
@tonystark It has suddenly started working now. That's funny. Because this problem was persisting the whole day yesterday and from morning till now today. And I have not changed anything in my program. I will post you in case I face it again. Thanks…
@sujith
Hi,
I am also facing exact same issue. Environment: Windows 7 SP1 and VS Express 2012. Coding is in VB.Net (not C#). Have used same way of coding Ticker class as in KiteConnect sample project. Everything about my program works well:- like L…
Ok. So if there is no existing bridge between the two. How should one go about making one?
Through a specially designed DLL in VB .....Any ideas??
All I need to do is transmit every Buy/Sell/Cover/Short and Position Size signal from Amibroker to E…