I was trying to back test few strategies that are in your web like Bearish meeting line ,Bearish advance block,Bearish kicking and many more but every tme i am getting ths message
"your script generated an error:
Error:scripts generated no trades.
no results:make sure that at least buy and sell scripts are typed in."
few are working on back test like PSAR, Bollinger band etc. what can be the
Nitin see for example . I back tested for Bearish advance block . followed all the steps selected Nifty Aug Futures .Periodicity Minute ,Bay interval 1,Days 10. then i ticked on back test chart,Thereafter on Buy Script i Pasted straight from your web page
"REF(CLOSE,1)>REF(OPEN,1) AND
REF(CLOSE,2)>REF(OPEN,2) AND TREND(CLOSE,5)=DOWN"
ON SELL “
SET A = REF(HIGH,3)-REF(CLOSE,3)
SET B = REF(HIGH,2)-REF(CLOSE,2)
SET C = REF(HIGH,1)-REF(CLOSE,1)
TREND(CLOSE,5)=UP AND
REF(OPEN,3)<REF(CLOSE,3) AND
REF(OPEN,2)<REF(CLOSE,2) AND
REF(OPEN,1)<REF(CLOSE,1) AND
REF(OPEN,2)>REF(OPEN,3) AND REF(OPEN,2)<REF(CLOSE,3) AND
REF(OPEN,1)>REF(OPEN,2) AND REF(OPEN,1)<REF(CLOSE,2) AND
REF(CLOSE,2)>REF(CLOSE,3) AND
REF(CLOSE,1)>REF(CLOSE,2) AND
B>A AND C>B"
Left exit long script and ext short script space empty .
Now when i am pressing Back test it is still giving me the same pop up.
your script generated an error:
Error:scripts generated no trades.
no results:make sure that at least buy and sell scripts are typed in.”