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
See example of bar evolution


You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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?