Where to make a Stock screener?

Where can I code and deploy my own screener like PI screener using Tradescript. Can We make screener in MT4 like of Zerodha PI using Programming? Or any other platform?

Can check this.

1 Like

The most powerful platform for coding screeners there is Amibroker. Streak is looking very promising as well, though it will take some time to catch up to all the features of Amibroker.

Samarth
(www.VRDnation.com)

Watch this video for Scanner
https://www.youtube.com/edit?o=U&video_id=kjZSjZujMcc

Bro… No video found


visit the above link

Personally, I create daily screeners based on EOD data. I use Python and several of its external libraries. My screeners are usually based on specific indicators or a combination of several indicators or strategies. After running the screener script, I export the data to excel or csv files(using pandas library). I find it convenient to use a programming language, rather than a software, for screening data. However, the screener is only limited to NSE stocks, and not Currency derivatives or Commodity derivatives.

1 Like

Hi,

I am looking to build stock screener based on some rules. I am using alice blue API. Can you please help me from where to start?

Technicals rules - https://www.streak.tech/, https://chartink.com/, https://inuvest.tech/

Fundamental - https://www.screener.in/, https://www.tickertape.in/

do you have a GitHub link?