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

Save Entire Option Chain Data in Local And View in Excel Sheet. #3

Closed The-Ravinder-Sharma closed 3 years ago

The-Ravinder-Sharma commented 3 years ago

@VarunS2002 The data of the index is refreshed by the exchange on nseindia.in after about 3 minutes and 25 seconds. This time is not fixed, there is a difference of about 20-30 seconds.

I have a request from you to please make a software from python so that whenever the data of our Banknifty's option chain is updated after 3 minutes, the exchange will be saved on our computer locally and we can see it in Excel.

It would be something like this: The exchange will refresh its option chain after every 3 minutes and whenever it refreshes, it will also give refresh time there. Now you will check that time after every second with your software and as soon as that time is updated, you will save the entire option price in the local database giving the entire strike price and wait for the next time update and We will save it again when the data comes.

You will save these data according to the time so that according to that time in Excel, the data can be seen and your own setup can be made.

There is no email address @VarunS2002 to talk to you. This is a very good concept.

VarunS2002 commented 3 years ago

I didn't get exactly what you are trying to say. This program already has the option to select BANKNIFTY instead of NIFTY at the beginning and then the data can be exported to Excel on a button click. Data also refreshes every 1 minute and has the time column to see when it has refreshed.

The-Ravinder-Sharma commented 3 years ago

Sir, I am talking about the index trading setup of Nitin Murarka having SMC Global.

I am saying that if we select Bank Nifty, then the software will save every minute of the data of all its strike price. Right now our software only saves the data of the strike price that we put in the strike price. And it is just copied to Excel and does not run live.

All the strike price data of the index inside our software should be saved every minute so that we can know everything. And this software should also be live updated in Excel as well.

The-Ravinder-Sharma commented 3 years ago

This is something like that we scrap the data of the option chain of the entire index in Excel and we can use all kinds of strategies on it.

The-Ravinder-Sharma commented 3 years ago

Please View This Images. https://pbs.twimg.com/media/EmcR5vgVgAANQ-h?format=png&name=medium https://pbs.twimg.com/media/EnUkxRkUYAIKQij?format=jpg&name=medium https://pbs.twimg.com/media/EnpPBjiUwAEGMO8?format=png&name=medium https://pbs.twimg.com/media/EnqCoBmXIAENCfB?format=png&name=medium

& Also Watch This Videos Nitin Murarka Setup Video 1 Nitin Murarka Setup Video 2 Nitin Murarka Setup Video 3 Nitin Murarka Setup Video 4

StoxKart Already Builded This Software With Havey Price. https://www.stoxkart.com/auto-trender/

VarunS2002 commented 3 years ago

I'm currently working on a different project, I'll add this to future projects once I'm done with that.