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
390 stars 205 forks source link

suggestions #38

Closed muttusarve closed 2 years ago

muttusarve commented 2 years ago

Hi.. it is really nice work.. few suggestions :

1) is it possible to add parameters like LTP, IV. 2) charts will be more helpful, is it possible to add charts using Dash libraries, it will be easy to analyze live data on web rather than excel. because excel will crash many times. something similar to the attachment. 3) if we keep live export on and when we open excel to plot the charts, the GUI is stop working and live data won't update in the exported excel Option chain .

VarunS2002 commented 2 years ago

@muttusarve Will consider it in the future