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

Enhancement : To Include Stock Options #8

Closed starson007 closed 3 years ago

starson007 commented 3 years ago

Hi Varun

First of all, Great Job done and big thanks for sharing.

Will it be possible for you to change the URL "https://www.nseindia.com/api/option-chain-indices" to "https://www.nseindia.com/api/quote-derivative?symbol" and provide option of "TATASTEEL". It would be great to include all stock options. I can help in creating a list in a particular format, if you need.

I tried doing that but got following error. I am not a hardcore developer to get into it.

Fatal error: PyInstaller does not include a pre-compiled bootloader for your platform. For more details and instructions how to build the bootloader see https://pyinstaller.readthedocs.io/en/stable/bootloader-building.html

VarunS2002 commented 3 years ago

@starson007 What OS and version are you using?

starson007 commented 3 years ago

@VarunS2002 : Windows 10 & Version is 2004.

image

VarunS2002 commented 3 years ago

@starson007 What did you do to get the PyInstaller error?

starson007 commented 3 years ago

Hi Varun

Thanks for prompt response. All issues have been resolved.

The issue can be closed.

VarunS2002 commented 3 years ago

@starson007 Have you added support for stocks in this program?

starson007 commented 3 years ago

Yes. Currently I have added only one Stock "TataSteel" i.e of my intersest. But we can add more without any much changes.

One more change was required like many parameters for indices were being divided by 1000. But Stocks i am dividing by 10 as the number of contracts are much lower.

Are you trading with this program. How effective is this for intraday.

VarunS2002 commented 3 years ago

Thanks! And no I'm not trading with this program it's for my boss.