I want to get the code
For scanning of stocks which has sudden spike in Volume in 1 minute chart
This is required for intraday trading
I want to get the code
For scanning of stocks which has sudden spike in Volume in 1 minute chart
This is required for intraday trading
Unfortuanately the below code is not working
Positive Volume breakouts of 20x: (ideal 5min candles)
to change to 10x change the last value of the formula to to 10
CLOSE > REF(CLOSE,1) AND
VOLUME > REF(VOLUME,1) * 20
To troubleshoot Pi Scanner Errors, visit this link:
http://tradingqna.com/46073/wiki-zerodha-backtest-scanner-error-troubleshoot-checklist
for this
greaterthan 1 lakh volume
volume > 100000
greaterthan or equal to
volume >= 100000
use this in scanner
scanner settings
period=minute
bar interval=1
days=1