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

can you please add toast notification when call sum is greater than pull sum or vice versa #44

Closed saurabhdev9936 closed 2 years ago

saurabhdev9936 commented 2 years ago

Hi @VarunS2002 , Thank you so much creating this wonderful application, can you please add toast notification when call sum is greater than pull sum or vice versa, if you can give me the code line may be i can develop it myself , but not very good at python.

VarunS2002 commented 2 years ago

@saurabhdev9936

This feature already exists as shown here:

image

The code is also already available here for the public here: https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/blob/master/NSE_Option_Chain_Analyzer.py

If this does not solve your query, you can reopen the issue.