Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yswa-var/minervini-nse-screener


https://github.com/yswa-var/minervini-nse-screener

Last synced: 6 days ago
JSON representation

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