Hi everyone,
I’ve created an Expert Advisor (EA) named Candle Hedging using fxDreema following a YouTube tutorial. After completing the project and running it on the MT5 Strategy Tester, I noticed that no trades are being opened during the backtest, despite my logic appearing correct.
I’ve already checked the following:
Strategy Tester Settings:
The correct symbol and time frame are selected.
Historical data is available for the tested period.
"Allow Trading" is enabled in the tester.
fxDreema Logic:
I’ve used the "Buy Now" and "Sell Now" blocks connected to the correct conditions.
Lot size, stop loss, and take profit are properly defined.
All blocks are logically connected without any errors or gaps.
Trading Permissions:
Automated trading is enabled in Tools → Options → Expert Advisors.
The broker account allows hedging and matches the EA's parameters.
Logs:
The Journal tab in the Strategy Tester shows no critical errors or warnings.
There are no errors like "Not enough money" or "Invalid volume."
Trade Logic:
The conditions for triggering trades seem correct based on the tutorial, but no trades are triggered during the backtest.
I would appreciate it if someone could help me identify why the EA is not opening trades or suggest steps to debug the issue. If needed, I can share screenshots of my fxDreema blocks or export the project for review.
Thank you in advance for your assistance!