Hi,
New to TD Ameritrade and ThinkScript. I was trying to replicate some real time scanning that I've used in Trade Ideas. A simple scanning filter to see stocks that have moved higher in last 5 1-min candlesticks.
Timeframe: 1 min.
plot scan = close > close[1] > close[2] > close[3] > close[4];
Is there a reason why this might not work when scanning? I've tried it on different timeframes and getting strange results. I would expect to get 5 higher bars.
New to TD Ameritrade and ThinkScript. I was trying to replicate some real time scanning that I've used in Trade Ideas. A simple scanning filter to see stocks that have moved higher in last 5 1-min candlesticks.
Timeframe: 1 min.
plot scan = close > close[1] > close[2] > close[3] > close[4];
Is there a reason why this might not work when scanning? I've tried it on different timeframes and getting strange results. I would expect to get 5 higher bars.
Last edited by a moderator: