AdityaDKale / OpeningScannerStocks

MIT License
0 stars 0 forks source link

Equity Opening Scanner

This Python script performs an opening scan for equities listed on the NSE (National Stock Exchange, India). It retrieves pre-open and OHLC (Open, High, Low, Close) data for NIFTY 50 stocks, calculates pivot ranges, and checks whether the pre-open price is greater than R1 or less than S1 pivot levels. The results are saved to an Excel file.

Prerequisites

Before running the script, make sure you have the following dependencies installed:

Usage

  1. Clone this repository or copy the script to your project directory.
  2. Ensure you have the necessary libraries installed.
  3. Run the script using the command: python OpeningScanner.py.

Features

Configuration

Notes

License

This project is licensed under the MIT License.


Disclaimer: This script provides basic equity analysis and does not constitute financial advice. Trading and investing involve risks, and decisions should be made based on thorough research and consultation with financial professionals.