Create EA from MA crossover in MACD window.
-
I would like to create an EA along side other conditions that will pick trades when MA 1 crosses above or below MA 200 but within a MACD window. I believe you understand.

Something like in the Image above.
@miro1360 @l-andorra -
@laudable222
hi
i remember one question was the same as your issue and the answer was impossible you can't use the MA on the indicator window.
but I am not sure now -
isnt that 'main' line x> or x< 'signal' line?
-
@xfire thank you for this.
Is there a way I can code this on MQL5? -
@laudable222
really i don't know. i never try that. sorry -
@laudable222 Are the buffers of those lines available in the mq4 file? If so you can use the way vnpython 0 suggested.
-
@l-andorrà no sir. Not available. I want to create it directly from here.
-
@laudable222 you should look for a custom indicator that show the MA on MACD, then import it in fxdreema "my indicators".
-
@ambrogio I agree.