How to auto calculate Live Option Greeks in excel| Nifty |Banknifty| Options

How to calculate Live Black-Scholes Option Greeks in excel for Nifty and Banknifty options auto refreshes with option chain. How to calculate Delta, Gamma, Theta, Vega, RHO, Option price/Intrinsic value. Please hit subscribe button for more such videos by @salujafintech Saluja Fintech
#optionstrading #nifty #banknifty
How to create Live Advanced Option Chain in Excel with Analysis | BankNifty Option Chain | Nifty Option Chain
• Live Advanced Option C...
VBA Code is in comments section:
Disclaimer: Any information provided on this channel is for educational purpose only, please contact your financial adviser before placing your trade. This channel/developer is not responsible for any profit/loss happened due to coding, logical or any type of error.
Your Query:
options greeks explained, option greeks, option greeks strategy, greeks, live option chain in excel, excel option chain, option greeks in hindi, create option greek calculator in excel, option greeks in excel, options greeks, option greeks delta, excel geek, option greek, option greeks strategies, option greeks explained, option greeks calculator create excel

Пікірлер: 50

  • @salujafintech
    @salujafintech Жыл бұрын

    VBA Code: Function d1(UP, SP, T, r, V, D) d1 = (Log(UP / SP) + (r - D + 0.5 * V ^ 2) * T) / (V * (Sqr(T))) End Function Function Nd1(UP, SP, T, r, V, D) Nd1 = Exp(-(d1(UP, SP, T, r, V, D) ^ 2) / 2) / (Sqr(2 * 3.14159265358979)) End Function Function d2(UP, SP, T, r, V, D) d2 = d1(UP, SP, T, r, V, D) - V * Sqr(T) End Function Function Nd2(UP, SP, T, r, V, D) Nd2 = Application.NormSDist(d2(UP, SP, T, r, V, D)) End Function Function CallPrice(UP, SP, T, r, V, D) CallPrice = Exp(-D * T) * UP * Application.NormSDist(d1(UP, SP, T, r, V, D)) - SP * Exp(-r * T) * Application.NormSDist(d1(UP, SP, T, r, V, D) - V * Sqr(T)) End Function Function PutPrice(UP, SP, T, r, V, D) PutPrice = SP * Exp(-r * T) * Application.NormSDist(-d2(UP, SP, T, r, V, D)) - Exp(-D * T) * UP * Application.NormSDist(-d1(UP, SP, T, r, V, D)) End Function Function CallDelta(UP, SP, T, r, V, D) CallDelta = Application.NormSDist(d1(UP, SP, T, r, V, D)) End Function Function PutDelta(UP, SP, T, r, V, D) PutDelta = Application.NormSDist(d1(UP, SP, T, r, V, D)) - 1 End Function Function CallTheta(UP, SP, T, r, V, D) CT = -((UP * V * Nd1(UP, SP, T, r, V, D)) / (2 * Sqr(T)) - r * SP * Exp(-r * (T)) * Nd2(UP, SP, T, r, V, D)) CallTheta = CT / 365 End Function Function OptionGamma(UP, SP, T, r, V, D) OptionGamma = Nd1(UP, SP, T, r, V, D) / (UP * (V * Sqr(T))) End Function Function OptionVega(UP, SP, T, r, V, D) OptionVega = 0.01 * UP * Sqr(T) * Nd1(UP, SP, T, r, V, D) End Function Function PutTheta(UP, SP, T, r, V, D) PT = -(UP * V * Nd1(UP, SP, T, r, V, D)) / (2 * Sqr(T)) + r * SP * Exp(-r * (T)) * (1 - Nd2(UP, SP, T, r, V, D)) PutTheta = PT / 365 End Function Function CallRho(UP, SP, T, r, V, D) CallRho = 0.01 * SP * T * Exp(-r * T) * Application.NormSDist(d2(UP, SP, T, r, V, D)) End Function Function PutRho(UP, SP, T, r, V, D) PutRho = -0.01 * SP * T * Exp(-r * T) * (1 - Application.NormSDist(d2(UP, SP, T, r, V, D))) End Function Function CallIV(UP, SP, T, r, MP, D) Mx = 5 Mn = 0 Do While (Mx - Mn) > 0.0001 If CallPrice(UP, SP, T, r, (Mx + Mn) / 2, D) > MP Then Mx = (Mx + Mn) / 2 Else: Mn = (Mx + Mn) / 2 End If Loop CallIV = (Mx + Mn) / 2 End Function Function PutIV(UP, SP, T, r, MP, D) Mx = 5 Mn = 0 Do While (Mx - Mn) > 0.0001 If PutPrice(UP, SP, T, r, (Mx + Mn) / 2, D) > MP Then Mx = (Mx + Mn) / 2 Else: Mn = (Mx + Mn) / 2 End If Loop PutIV = (Mx + Mn) / 2 End Function

  • @durgeshpawar3112

    @durgeshpawar3112

    Жыл бұрын

    Nice sir

  • @princemobile4527

    @princemobile4527

    Жыл бұрын

    Sir mere liye ek excel sheet bana denge may payment kar dunga oi ka

  • @nagadeeplaxmanrao1919

    @nagadeeplaxmanrao1919

    10 ай бұрын

    Sir can you please provide excel

  • @nagadeeplaxmanrao1919

    @nagadeeplaxmanrao1919

    10 ай бұрын

    Please

  • @jharneshwarglobal9223

    @jharneshwarglobal9223

    10 ай бұрын

    Hi

  • @shubharao8245
    @shubharao824511 ай бұрын

    superb

  • @pravinhirani7962
    @pravinhirani7962 Жыл бұрын

    Thank you sir

  • @user-gl2hi5ds4v
    @user-gl2hi5ds4v Жыл бұрын

    Good sir

  • @dineshbelgali
    @dineshbelgali6 ай бұрын

    Very nice sir ❤❤❤

  • @vijayhiren7728
    @vijayhiren77289 ай бұрын

    Sabse pahle mene apke video se sikha tha 1 year pahle bahut mast bhai Apke sabhi video dekhe he bhai thanks for video

  • @ShreeVed11-wq5yq

    @ShreeVed11-wq5yq

    2 ай бұрын

    Kya aap sheet muze mail kar saktye he sir

  • @paraggiri5985
    @paraggiri59853 ай бұрын

    Thank you.

  • @babansadhu
    @babansadhu Жыл бұрын

    Sir, please make a video on iv percentile calculation of stocks in excel. Thanks

  • @SHIVAKUMARSOMA06
    @SHIVAKUMARSOMA0611 ай бұрын

    Sir , please check the calculation it's showing wrong values for all option greeks , I have checked 7 trading sessions but these calculation shows wrong direction only ... Check your greeks formulas ...

  • @ddtimes5324
    @ddtimes532410 ай бұрын

    Sir, Gamma & Vega will be different for Call and Put it cannot be same it changes as per the Change in LTP

  • @sujitroy7821
    @sujitroy78215 ай бұрын

    Sir nice vedio…but i want to find out call vega and put vega separtaly…can you pls make a function for that…

  • @khanbabar7594
    @khanbabar75947 ай бұрын

    How to extract realtime average greeks of OTM call and put option ?

  • @babulalmistry8057
    @babulalmistry8057 Жыл бұрын

    Please add max pain row with option chain. If we take 10 strikes there should be 21 rows, as one row with max pain in middle. Pls help on How to auto color ITM row. 🙏🙏

  • @deepak7979
    @deepak79795 ай бұрын

    Sir, how can we calculate CallVega and PutVega differently? it is showing same here. Also it is same for Gamma.

  • @saraleconomics4008
    @saraleconomics40084 ай бұрын

    Sir please advance excel sheet wale vba code bhi share kar dijiye please.

  • @user-ez3ph1xe7l
    @user-ez3ph1xe7l Жыл бұрын

    Agla video agle saal me dekhne milega

  • @ravindrapatel4591
    @ravindrapatel4591 Жыл бұрын

    Sir Where can i got VBA Code for Greeks ?

  • @backtonature9529
    @backtonature95298 ай бұрын

    Sir

  • @babulalmistry8057
    @babulalmistry805711 ай бұрын

    Aaya tha roshni achanak, khil utha tha maan, ☺️gayab bhi ho gaya, dukhi hua....😔

  • @MrVikasingh1210

    @MrVikasingh1210

    11 ай бұрын

    Wah wah mahan kavi Aahat

  • @kulbirsingh3014
    @kulbirsingh30148 ай бұрын

    Latest excel kase download kare ...link send please

  • @rajajls1
    @rajajls1 Жыл бұрын

    sir mujhe oi excel banana hai aap bana denge plz

  • @avnisha
    @avnisha8 ай бұрын

    But ye sab to sensibull mein fiya hota hi, iska fayada kya hi?

  • @teckmax4944
    @teckmax49448 ай бұрын

    dear sir aap ko mene mail kiya tha i am awaiting ur positive reply

  • @puneetsyntexsurat2131
    @puneetsyntexsurat21312 ай бұрын

    PLEASE SEND EXCEL SHEET LINK

  • @vishalchauhan6316
    @vishalchauhan6316Ай бұрын

    Nahi ban rahi a to z tak Shikhye pls

  • @nitinkshirsagar8172
    @nitinkshirsagar8172 Жыл бұрын

    Sir Call put Vega is not same ,u have shown both CE/ PE Vega in same coloumn. How we can calculate separate value for Ce vega PE vega

  • @shanukhan-me5nl

    @shanukhan-me5nl

    10 ай бұрын

    Yes plz show how to calculate ce/pe separately

  • @dipteshroy9719
    @dipteshroy97192 ай бұрын

    Why don't you share the file? We do not want to learn technicalities. We want to make some money with this data for our families. Itna sikh ke kya karenge?

  • @oumkaarrs5433
    @oumkaarrs5433 Жыл бұрын

    Hello Sir nice VDO !!! Will you please elaborate on how to fetch & print Nifty Option data Open High Low Close in excel. If possible how to set it up so that latest value will be on top let's say It should get printed in 3rd row starting from B3. say current time is 09:30:15 am. So, how to code, so that I will see the data in excel in following format. Instrument Bank Nifty 45000 CE. A B C D E F 1 2 Time OPEN HIGH LOW CLOSE 3 9:30 101 103 95 * 4 9:25 118 132 93 100 5 9:20 104 116 102 116 6 9:15 98 108 92 106 * it will show LTP of the 45000CE How to get the data printed every 5 minutes ( new row will be added in every 5 minutes & the next row that will get printed will be 09:35 in B3 ) & the data in it should keep refreshing every second.

  • @rahulmakkar930
    @rahulmakkar9303 ай бұрын

    Sir, bacho ko sidha excel sheet ka link share kar do. Aapne aap change karte rahenge.😂😂😂

  • @moviefreak4812
    @moviefreak48123 ай бұрын

    Just show off... No one shares actuall excel file created

  • @jayeshmestri
    @jayeshmestri5 ай бұрын

    not able to calculate greeks getting error "#VALUE!" please help kindly waiting for your response @Saluja Fintech

  • @backtonature9529
    @backtonature95298 ай бұрын

    Aapka contact number milega

  • @harris.viteee911
    @harris.viteee911 Жыл бұрын

    Thank you sir

Келесі