3 Moving Average CrossOver
-
I would appreciate if someone would help.
I want to create an EA which contains the following moving averages (3,10 and 25) and the conditions for it to buy are:
only buy if both MA(3,5) are above or already above the MA 25 then MA 3 Crosses above MA 5 .
thank you -
@thedisliked Here you have it for buys only:
https://fxdreema.com/shared/Oic6UNaL
Now you need to replicate it for sells.
-
@l-andorrà Thank you , That was really helpful.
one more thing, i would like to use the function of trailing stop . am not sure where to put it . whether its before the buy now or else where in the variables
Thank you -
@thedisliked You will need a completely separated tree block like this to do it:

-
@l-andorrà Should i attach to any block or leave it separately ??link text
-

-
@thedisliked It doesn't need to be attached. I think you need to make sure that the top number uses it where you want it in the sequence.
-
@thedisliked No. Use a completely separated tree block as I suggested.