Backtesting problem
-
Hello, I have a strategy that when I put it on control point mode in MT4 software, it is exponentially profitable, but when I put it on every tick mode and take a backtest, it loses money, can you help me how to make profit in this mode?

-
In short, create a proper EA.
In long, your EA only appears to be profitable because the MT4 tester doesn't have enough data and it falsifies the results. The profit doesn't come from your strategy, it comes from a bug in testing software. Its not real, don't get your hopes up.
-
@roar Thank
