I want to create a scanner say to check adx, sma, volume and price. after entering the code in the script area how to apply the same for all the stocks in nse and get results like results with the stock list that matchs my critriea. I am swing trader. so i want to scan for stocks with good adx, sma>price, volume inflow > 2months high etc. how to create this. kindly reply thanks in advance
As per the above query
DIP(14) > 60 AND SMA(CLOSE,14)>LAST AND VOLUME>HHV(21)
You can use this in the Zerodha Pi  scanner
Ok where I will get scannig guide, I also want to scan with my own EA but I have been stuggling for last 10 days and getting lost in the wilderness of QnAs ,even I cudnt get how to add a question here so I added it on comment . In that scaanner it shows only one scrip ,how to scan ?
Sir, the problem in Pi is we have to add all those symbols for which we want to create the scanner. Adding thousands of stocks listed in NSE is really tedious. Can’t we add something like “SET Sector = Technology” OR something by which scanner automatically scan all NSE stocks?
No , it is not possible as of now, and i think pc cant take that much process to scan thousands of stocks at a time.
Thanks for your prompt response sir. Do you know a way wherein I can write my trade script to scan large number of shares? If not on Pi, may be some other online platform. Trade script provides the functionality to scan based on sectors and industries. How to use it?
you can use Amibroker and can scan entire watchlist, for that also requires good Pc and speed internet. any software pi or amibroker works well… but it has to meet minimum requirement.
I want to trade in pi but how can I <till I get what I want ,Like scannig which scrip(FNO) to shrt or long ,this is more than one month and I am stuggling and struggling only to get well conversant with it,then only I can trade !!
You can definitely use the scanner in Pi but it is very resource intensive! Else if you have a list of about 5 stocks, you can use the EA to give you signals.
hello Trader,
here is a quick solution to load all FNO stocks on your Zerodha Pi Scanner.:
You can use: http://chartink.com/scanner
Which runs across all stocks and on different ranges, like: weekly/monthly & daily
how to do the scanning on chartink.com for stock nearing breakout, any specific code is there, can you please specify.
You can refer the sample scans here: http://chartink.com/#top-scans
There’s no code to learn, simply add the filters you need and run your custom scan
Guys, not sure about others, but I dont see the Default Symbols and other options when I click on Add Symbols.
Can someone please help.
Cheers
KK
Hi Algorithm Greek,
Please tell code for
- Alert to be generated if the LTP moves above 5 days high and moves below 5 days low.
Thanks
Rakesh G R
Hello Sir,
It looks like you are the quickest one here for algos and they look so easy for you.
Can you please let me know the algo for “RSI breaking yesterdays High” (Breaking its own previous day high I mean) and Low.
Thanks in advance…
Darshan.
Hello Sir,
It looks like you are the quickest one here for algos and they look so easy for you. Can you please let me know the algo for “RSI breaking yesterdays High” (Breaking its own previous day high I mean) and Low. It Is For scanner in ZERODHA Pi Software.
Thanks in advance… Darshan.