Isar making me crazy

 
i am trying to use the parabolic sar as an exit indicator.

my code is

if(Close[0] >iSAR(NULL,0,0.02,0.2,0)) CloseOrd=OrderClose(OrderTicket() .... etc etc

it is reacting in testing s if the sar is 2.0,2.0 instead of 0.02, 0.2 what gives?
 
Hey mcsqueeze,

Have you had any luck with iSAR? I am trying to use it in an indicator, but if I draw it, nothing is returned.
 
Please always keep in mind that the zero bar is exactly the current bar. It changes during the testing and gets its final state only after it has stopped being the current.

See example of bar evolution