The Scanner that I use to filter stocks

Hi folks!

How’s the market been treating you lately?

Here is the scanner that I use to broadly filter stocks to make up my watchlist.
WatchlistScanner

Just going through the filter statements one can see the conditions that I use to filter the stocks. These make up my watchlist. A python script runs at 7.45PM and downloads the new CM-UDIFF common bhav from NSE to my system. Then few other python scripts run to filter stocks for probable trades. A code snippet in the scripts then triggers a Telegram bot which sends me the stocks list to my Telegram ID. I then manually check these stocks. Thought my way of doing things might be of interest to some of you.

All the best folks!

PS: If Dhan Team, creates a zip of all ‘EQ’ instruments with historical data until EOD and makes it available for download to its users, it would be of great help because, fetching data from NSE could be avoided. Anyway…

3 Likes