Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yswa-var/minervini-nse-screener
https://github.com/yswa-var/minervini-nse-screener
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yswa-var/minervini-nse-screener
- Owner: yswa-var
- Created: 2022-08-21T14:10:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T11:19:07.000Z (about 2 years ago)
- Last Synced: 2024-11-19T10:12:10.207Z (2 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NSE-Stock-Dashboard
****website under progress******
iterating through (TOP 30-NIFTY50) downloading 1Y data in '1D candle' into csv.
-calculating:
# Condition 1: Current Price > 150 SMA and > 200 SMA
# Condition 2: 150 SMA and > 200 SMA
# Condition 3: 200 SMA trending up for at least 1 month
# Condition 4: 50 SMA> 150 SMA and 50 SMA> 200 SMA
# Condition 5: Current Price > 50 SMA
# Condition 6: Current Price is at least 30% above 52 week low
# Condition 7: Current Price is within 25% of 52 week high-if all condition match = "selected stocks to invest": exportList
![image](https://user-images.githubusercontent.com/65719349/185805148-6a1de0c1-f105-4af5-8ef1-abbc8f635a01.png)
Ticker List that can be used
- Smallcap50
#url = "https://www1.nseindia.com/content/indices/ind_niftysmallcap50list.csv" - multicap500: large cap - 50%, midcap - 25%, smallcap - 25%
#url = "https://www1.nseindia.com/content/indices/ind_nifty500Multicap502525_list.csv" - Smallcap 250
#url = "https://www1.nseindia.com/content/indices/ind_niftysmallcap250list.csv" - microcap 250
#url = "https://www1.nseindia.com/content/indices/ind_niftymicrocap250_list.csv" - nifty100
url = "https://archives.nseindia.com/content/indices/ind_nifty100list.csv"
!!important
make sure that there is a folder named "data" in the same directory to store stocks csv data.
now to back test the stocks
head here: https://github.com/bbmusa/ibkr-backtest-india-nse