
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
Hi, working on a new EA idea. This is long term trading, where trades last something like 50 - 500 bars. Therefore I have no interest in intrabar ticks, even Trailing Stop is
done from bar to bar. And this Ea is slow in processing so testing takes too long in Tick Mode so I want to use OPO mode as it runs about 1000 times faster.
So to get realistic results from forward testing I must mask out all ticks, except the one that brings a new H1 bar with it. Did this this way:
And this works, in the sense that I get the same number of bars (cnt) thru in both Tick and OPO mode, and also CPO mode.
I also get the same number of trades (400) in all cases, but the trade results are widly different, something like 10:1.. Why?
I must (I think) either be getting different H1 bars, or the same correct bar, but with different price.