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

Correct the expiry date comparison for ce_values and pe_values #19

Closed QuickLearner171998 closed 2 years ago

QuickLearner171998 commented 3 years ago

Correct the expiry date comparison for ce_values and pe_values - Place brackets correctly line 1079 and 1081 Remove redundant expiry date comparison -

VarunS2002 commented 3 years ago

@QuickLearner171998 Sorry for the late reply. Since this is just a code redundancy and not a breaking bug or feature, I will evaluate this during a future update. Will leave this open till then. Thanks

VarunS2002 commented 2 years ago

Thanks for the contribution ! @QuickLearner171998 And sorry for the delay