Hi @vaibhavsharma13 I gave following input for your IV calculator..
opt_value = 64.5
S = 19993.2
K = 20000
r = 0.1 #10%/100
T = 0.008 #3days/365
sigma = 0.11 #vix/100
type_ ='call'
I got output as 0.0838308913230777. But in NSE website iV given as…
Thanks @themohammedfaisal I fixed in my code.. However I would recommend you to throw an appropriate error message 'like incorrect exchange" so that we will know what is the issue clearly.
No @themohammedfaisal .. Today around 1PM I put sell order for Sensex 18th Aug 65200 CE.. but API did not allow market order. It threw KiteInputexception (Java). Same I triggered LIMIT order it got placed.
It is not 5 minutes delay.. There is around 2 to 3 minutes difference between Zerodha time and my system time.. so delay may be around 2 to 3 minutes..
Ok resolved it.. in Kite 3.. requestAccessToken has been removed
Please update the example given in this page. It is still showing old way of login using public token etc..
https://github.com/zerodhatech/javakiteconnect/tree/kite3
@sujith
This is how I implemented:
1. Call this URL https://kite.trade/connect/login?api_key=myapikey
2. This redirect to my url something.com
3. I will get request token (This is working fine)
4. Now I invoke below method I get access token &…
I can able to get ticks.. May be now market closed... I got only one tick..
But I am NOT getting order update call. I created AMO order of SBIN NSE.. and then cancelled it..
For this I was expecting onOrderUpdate listener call.. but it is not workin…
@sujith I have setup a URL for my postback.. Will I get a call whenever any of my order changes.. or should I do something while placing order.. I am using Java..
@sujith I have setup a URL for my postback.. Will I get a call whenever any of my order changes.. or should I do something while placing order.. I am using Java..