VarunS2002 / Python-NSE-Option-Chain-Analyzer

The NSE has a website which displays the option chain in near real-time. This program retrieves this data from the NSE site and then generates useful analysis of the Option Chain for the specified Index or Stock. It also continuously refreshes the Option Chain and visually displays the trend in various indicators useful for Technical Analysis.
GNU General Public License v3.0
391 stars 204 forks source link

Hover over headers to get the details of it #11

Closed vibhormittal21 closed 3 years ago

vibhormittal21 commented 3 years ago

@VarunS2002 Firstly I really appreciate this piece of art. It works brilliantly with great insights into option strike price data. As a new user, I am continuously struggling to remember how each insight or data point is being calculated. It will be awesome if we can add the details for each insight from Wiki whenever we hover our mouse over it.

VarunS2002 commented 3 years ago

@vibhormittal21 Description of the data displayed is available here: https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer#data-displayed Since it is too big, it won't be added in the program. The formula for calculation is complicated and hence isn't documented. You will have to refer the code for that.

vibhormittal21 commented 3 years ago

Okay. Thanks again!