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

Feedback: How about showing Call LTP and Put LTP as well #22

Closed dinu1389 closed 2 years ago

VarunS2002 commented 2 years ago

@dinu1389 Added to feature requests

VarunS2002 commented 2 years ago

@dinu1389 In the option menu you can enable "Dump entire Option Chain data to a .csv file". LTP is shown in the .csv file. Do you want it on the UI screen?

dinu1389 commented 2 years ago

Yes @VarunS2002 it would be better cause we usually look at LTP in our trading platforms.

dinu1389 commented 2 years ago

Thanks for your response :)

VarunS2002 commented 2 years ago

Yes @VarunS2002 it would be better cause we usually look at LTP in our trading platforms.

Okay I might add it some time. Until then you can refer the csv file or the website if you really need it :)