Anyone fancy taking a look at this EA , when back tested in strategy on the 1m chart XAUUSD with TP 100 , the results are amazing, however in live I cant get it to be profitable?
here's the script :
when back tested in strategy on the 1m chart XAUUSD with TP 100 , the results are amazing, however in live I cant get it to be profitable?
MT4?
there is something well-known which is related to MT4:
Forum on trading, automated trading systems and testing trading strategies
entry price in ea backtesting different from live trades why
Sergey Golubev, 2021.12.08 18:53
Entry price in live trading may be different from the backtesting results in the following cases:
- your EA is for MT4 (and it is almost always different; if not so it is the subject to the discussion on the way to the following: "which special technique do you use to be the same ...");
- bug in your code;
- martingale/hedging - it depends on the many factors, such as the following: number of ticks used, time/hours/min to be started to trade, data quality provided, and some more.
- more.
Testing trading strategies on real ticks and the explanation is on this post.
MT4?
there is something well-known which is related to MT4:
Yes MT4, I'm happy to share the bot I'm not precious about it, id rather a community profit. I have tired different settings running parameter runs for days , I'm at a loss really. i wonder i had optomised it
In MT4: the performance in backtesting should not be same with real trading. If it is same so the EA is using D1 or W1 timeframe to get several trades only in a half a year (just to confirm the conclusions of the technical analysis for example) or the coder used some special coding technique to be the same.
Because it should not be the same by default.
In MT5: the performance of backtesting with "every tick based on real ticks" should be same with real trading (in most fo the cases).
----------------

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Anyone fancy taking a look at this EA , when back tested in strategy on the 1m chart XAUUSD with TP 100 , the results are amazing, however in live I cant get it to be profitable?
here's the script :