Moving Average EA not working properly
-
Hi guys, I have been around with the FXDreema for a couple of days, seems a intuitive tool but I believe I am not doing things correct. I have been trying to do something simple. Block "once per bar" connects with "Moving Average 5 cross above Moving Average 60" condition. "buys" if condition is meet, then "if trade" happens, I do the opposite condition "Moving Average 5 cross below Moving Average 60", the block "close trades". I test in MT4 visually and it doesnt do everything correctly, misses many trades.

-
@luisd72 Connect the blocs correctly first. All condition blocks are not connected at all. Make a separate path for entry and for exit! They can exist next to each other. Create a shared link to your project and post it here.
-
@trader-philipps https://fxdreema.com/shared/eZ5CodXSc
You where right about the connections, I done it, but I dont understand what you want to say with "make seperate path for entry and for exit. I would like to entry with no TP, because it would do the exit after crossing again. I hope I could explain correctly. Thank you for your support. -
@luisd72 This is for the buy tree: divide the "no trade" block (once for buy orders and once for sell orders), specify candle ID1 in all the MA condition block, remove the link after "buy now" block and put an "if trade" block before the condition to close the buy trades

The blocks 1-2-3-4 are for entry rules, the blocks 13-5-6 are for exit rules
-
Simply make ea like below shared link
-
There are some simple programs available at the How To page that are good to be used as a starting point
https://fxdreema.com/howto
https://fxdreema.com/howto#Simple-ProgramsThe one that you can have as a reference is
https://fxdreema.com/demo/mt4-buy-sell-buy-sell-opposite-conditions
-