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

Cannot go back after checking the OI of any particular derivative #31

Closed rajkalangutkar closed 2 years ago

rajkalangutkar commented 2 years ago

To go back to check the OI analysis of a different derivative, we have to close the app and restart it to choose a different derivative.

VarunS2002 commented 2 years ago

@rajkalangutkar That is how the app is designed, it is intended for users to run multiple instances simultaneously. This cannot be changed.