View Single Post
  #17 (permalink)  
Old 06-19-2007, 03:02 AM
crodzilla crodzilla is offline
Member
 
Join Date: Apr 2006
Location: Florida, USA
Posts: 60
crodzilla is on a distinguished road
Optimization tip...

When using the backtester, you don't need to use every tic or whatever, just use the close/open of the next bar. Not only does that make your optimizations/backtests much quicker, but that is how the EA trades anyway, so you don't lose any accuracy.

The above might be a no-brainer, but I was sitting here for hours looking at the tics go by... waiting. I'm so dense...

Carl
Reply With Quote