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

OI Change Addition #30

Closed vinayentc closed 2 years ago

vinayentc commented 2 years ago

Hi, Thanks a lot for the wonderful tool. Can you please add the function for "OI Change" as well along with open interest. Thanks.

VarunS2002 commented 2 years ago

@vinayentc Sorry for the late reply Is this what you are looking for?

image

This saves all the option chain data to a csv file so you can see whatever you want.

vinayentc commented 2 years ago

Hi Varun, Thanks for the response. Yes but i think it will be a enhancement to show in the tool itself the OI change difference.
May be you can consider for any future enhancement. Therefore, closing the issue. Thanks.

VarunS2002 commented 2 years ago

@vinayentc The OI values in one row listed are calculated by combining 3-4 rows from the NSE website table, so there is no corresponding OI Change value to display next to them. Thanks.