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
404 stars 214 forks source link

Need help to Get Open High low Close information #26

Closed amolkulkarn closed 2 years ago

amolkulkarn commented 2 years ago

Hello Varun, thank you for such an amazing tool, it works perfectly. I am currently looking for an Entire option chain Open, high, low, close information as per the strategy is if option Open = High for intraday it will 90 % goes below and same vice versa Open = Low it will keep rising in intraday. It will be nice if you can help how to fetch this information for index options and stock options. For your reference please find a website that provides this data, it is not my site so I have no commercial interest in this site it is just as example ''https://www.pivottrading.co.in/beta/tools/open-high-low-index-options-scanner.php''

Thank you in advance for all you have done so far.

VarunS2002 commented 2 years ago

@amolkulkarn Are you saying you want a window in this program where the values of OHLC are shown?

amolkulkarn commented 2 years ago

Hello Varun, Yes that can be helpful if possible.Thank you in advance BRAmol--Sent from my Android phone with mail.com Mail. Please excuse my brevity.On 10/11/21, 13:40 Varun Shanbhag @.***> wrote:

@amolkulkarn Are you saying you want a window where the values of OHLC are shown? —You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.

VarunS2002 commented 2 years ago

@amolkulkarn But why would you want that if it's already there in the website, you would have to keep 2 windows open either way cause even in my program it will be a separate window. Currently there are no plans to add this feature. However, that may change in the future. Thanks!