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
391 stars 204 forks source link

Bank Nifty spot price shows zero #6

Closed sudhirdhongade closed 3 years ago

sudhirdhongade commented 3 years ago

Hi Varun,

I actually have 3 concerns -

  1. The 'Value' column shows 0 for Bank nifty. Tried various strike prices but result is same.
  2. There is a delay of about 1 min for new updated values to appear.
  3. A minute update is skipped sometimes. For eg: If the last update was on 13:06:27 then the next update may come at 13:08:57.

Also would really appreciate if you could mention few signals that one can use as a indication to take a trade. For eg: Put Sum becomes more than Call Sum which indicates price may go Up.

OCA

Keep up the good work and Thank you in advance!

VarunS2002 commented 3 years ago

Addressing your concerns:

  1. I found out the issue is that NSE's data is broken sometimes for certain strike prices. I've thought of a workaround and will fix it soon. 2 and 3. The NSE website doesn't update at fixed intervals. Sometimes <1 min and sometimes up to 5 minutes. So when it updates the program shows the data with the time at which the site updated.

Also, are you using the .py version or the .exe version?

sudhirdhongade commented 3 years ago

I am using the .exe version. Actually I am just getting started with Python. That's how I ended up on this page.

Thank you for your prompt response. Much appreciated..!

VarunS2002 commented 3 years ago

The Open Interest label turning bullish or bearish is the indication you're looking for. In the next update you can enable notifications for when it changes.

VarunS2002 commented 3 years ago

Fixed in the Latest release 4.0