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
yes, I use real tick
EA use trailing stop need run on every tick
Ah ha! If your trailing stop code is executing on every tick, that is burdensome on the Tester.
if that is the case, you might want to replace it with a stepped trailing stop.
The OP clearly stated that she/he needs to use every tick:
Forum on trading, automated trading systems and testing trading strategies
Very Very Slow backtest speed but CPU only use 11%
LEE Chun Wing, 2026.08.09 15:48
yes, I use real tick
EA use trailing stop need run on every tick
(emphasis added).
OHLC prices are only fully accurate for EA's that only analyze OHLC data. Similarly, Open prices are only fully accurate for EA's that only analyze Open prices.
In the OP's EA that requires ticks data, doing so would do violence to the EA's logic─basically, creating a totally new EA.