Help with creating this EA with custom indicator and EMA on MT5
-
Hello everyone, hope your day has been awesome.
I need help with creating an EA from a custom indicator that appears as a circle and 10 EMA.
How it should work is, it should pick a sell trade when the signal for sell is below the 10EMA and vice versa for a buy.
The custom indicator is ASCtrend. -
@laudable222 Can you please share the indicator to take a look at it?
-
@l-andorrà 0_1608036027392_ASCtrend.ex5
Above is the Asctrend indicator
I would also like to apply the same method to Ichi-BOOM Indicator as well.
Please help me look into them.
Thanks. -
@laudable222 The problem is that they are in ex5 format. Don't you have the mq5 versions?
-
@l-andorrà I think I do have the mq5 for Asctrend. Let me check.
-
Above is the Mq5 for ASCTrend
I once used the Ichi-BOOM signal indicator to create an EA using the indicator appear logic and it worked even without its Mq5 file.
Please help me with the ASCTrend please. Cheers.
-
@laudable222 Good news. Their buffers are correctly identified by fxDreema. You will have to create an MT5 EA though. Are you happy with that?
-
@l-andorrà I have been able to create the EA but it opens multiple trades at times.
Please help me check it out through this shared link
https://fxdreema.com/shared/ID8aEmZ2 -
@laudable222 You need a 'No position' block on top of the block tree to avoid that.