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

Add new features #not an issue #20

Closed sidjad closed 3 years ago

sidjad commented 3 years ago

last 4-5 months I am using the app and it's really great. What I am missing here is auto dump full chain data. and max pain calculation.

The next update Would be to consider the following feature **1. Auto dump complete chain data

  1. Max Pain calculation
  2. SQL store data for better OI change calculation in last week or month expiry.**
VarunS2002 commented 3 years ago
  1. Is this what you're looking for:

image

  1. Added to feature requests

  2. SQL related operations won't be added since majority don't use it and there is a lot of fragmentation relating to which DB to use and other issues that come with that. If interested, you can write a script to automate adding data from the csv to the database and I can feature it in README.

VarunS2002 commented 3 years ago

@sidjad This issue will be closed in 2 more days due to inactivity.

thebullcapital commented 3 years ago

bhai still facing issue to convert .exe .....

VarunS2002 commented 3 years ago

@thebullcapital Please open a new issue and explain your problem there

VarunS2002 commented 3 years ago

@sidjad Closed due to inactivity