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
404 stars 214 forks source link

Can you please add selection list for strike prices? The program should automatically pull available strike prices for selected underlying symbol(s), and then let the user select strike prices #50

Open richlysakowski opened 1 year ago

richlysakowski commented 1 year ago

This program is very nice. You did a great job. it looks like it took a ton of work. Thank you for your contribution!

I would like to make a request. Can you please add functions to automatically pull available strike prices for each underlying symbol, and then let the user select (from a list or table) the strike they want to display and analyze?

Right now, when using this program by itself, one must guess what strike prices are available. Otherwise right now we must get the option chain from somewhere else to find available strike prices. Displaying the entire option chain in another window is another way. These features will increase the usability a lot. Please add this function when you have some time to spare.

Thank you.