Akshat111111 / Hedging-of-Financial-Derivatives

This strategy works for every market condition irrespective of the movement
BSD 3-Clause "New" or "Revised" License
75 stars 100 forks source link

Add VIX (volatility index indicator) #28

Open Akshat111111 opened 9 months ago

Akshat111111 commented 9 months ago

The VIX index measures the implied volatility of S&P 500 index calls and options. It's known as the fear gauge since its value rises at times of increasing volatility. As a volatility-specific hedge, investors can utilize ETFs that track the VIX to go long on the VIX.

mdutta1234 commented 9 months ago

Hey, I wish to do this ,can you assign me this

Akshat111111 commented 9 months ago

Done, You can start working on it

mdutta1234 commented 9 months ago

what exactly are we supposed to do in this ?

Akshat111111 commented 9 months ago

You can use any API for it, or you can just use the technical indicator associated with it

Akshat111111 commented 7 months ago

Hey are you still working on it ??

amishhaa commented 4 months ago

I am interested to work on this, i request to be assigned.

JagjeetChauhan commented 4 months ago

Hey @Akshat111111 can you assign this task to me?

TohitCU commented 4 months ago

I have knowledge in python so i can help you with this @Akshat111111

Akshat111111 commented 4 months ago

I have knowledge in python so i can help you with this @Akshat111111

Provide your approach ??

TohitCU commented 4 months ago

@Akshat111111 As for how'd i approach : 1) using the yfinance library to fetch historical data for the VIX index. 2)visualize the historical trend of the VIX index and the VIX ETF and assess their correlation. By comparing the movement of the VIX index with the VIX ETF, through which investors can evaluate the effectiveness of using the VIX ETF to go long on the VIX as a volatility-specific hedge.

Akshat111111 commented 4 months ago

nice, you can move forward.