Comment on Managing your Script
No alerts on Pi Scanner>>
I have added the following code for BUY and SELL
1) BUY Script
REF(CLOSE,1)/REF(CLOSE,5)>=1.003 OR
REF(CLOSE,1)/REF(CLOSE,4)>=1.003
2) SELL Script
REF(CLOSE,5)/REF(CLOSE,1)>1.003 OR
REF(CLOSE,4)/REF(CLOSE,1)>1.003
But there are no ALERTS generated on the SCANNER.. The Alert Time is same for all the STOCKS symbol selected..
Why is the Pi Scanner not Generating Alerts? but when I BACKTEST this same script is workdin..