MACD + EMA + Martingale Advisor not working
-
Hello,
i wanted to create an Expert Advisor:

MACD Crossing under the 0-Line
In Current + Higher Timeframe the EMA 200 + 120 going UP
Martingale
Only 1 Trade
SL: 100
TP: 150LINK: https://fxdreema.com/shared/UQE24bOac
The settings i will be testing. But the structure alone isn`t working


THANKS A LOT!
-
The problem is in block 13. You are requiring the EA to have more tan 3 open trades to open a trade. That will never happen with a 'No trade' block on top. Remove one or the other.
-
Thanks for your input.
I tried both examples. Nothing is working. On one setup 1 trade is open, but SL and TP is not showing on the chart.
https://fxdreema.com/shared/vUMiSDTOd
I also tried MT5, but also not working

-
Take a look at the first block of your project

If you choose "Group mode" to pick up a specific trade, you have to fill in "Group #" field. If you do not set anything there, the block will never be true.

If you choose "All", none specific trade will be picked up.
-
I disagree. The logic of the last project is correct. I guess the combination of conditions is very difficult to accomplish and this is why no trades are open. I recommend you to try that same tree but with just one condition at a time. There you will check that the logic is correct so something else is screwing the strategy.