Not able to back test many strategies given in your web page

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

1 Like

Can you firstly click on “Check for updates” under the help menu in Pi.

Secondly, when you copy paste the strategy, you need to copy it to buy and sell windows as shown here: http://zerodha.com/z-connect/tradezerodha/pi-tradezerodha/eas-for-auto-buysell-signals-pi

Seems to be working on my machine.

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.”

and i am using pi 1.0.0.6 as also on pressing on update it is telling me no updates available.

still waiting for your reply??

I have same issue with latest PI, what could be the issue