MACD Divergence
-
Hello, I was trying to build an ea based on MACD Divergence, but I'm having some problems with not opening trades I tried: Indicator is Visible, Indicator Appear, Indicator Invisible and condition blocks of being above the MACD and below also tried the "Is different than" 0 to try to make it happen but still nothing, I'm not sure why my other custom indicators that I use Indicator appear usually works and this one has the same alike buffers with different values.
I can't upload the indicator so here's the link: MACD Divergence

This Bearish divergence value appears when my cursor is on the arrow in chart otherwise does not appear like the Bullish divergence above.

I'm looking for some ideas on how to be able to trade the arrow when it show's up.
-
@raikneroz Can you please share the link to the project?
-
@l-andorrà Hello, here it is:
https://fxdreema.com/shared/oCKQSfbse
I wonder if it's possible to use the string message of the alert for opening trades, this ones:
-
@raikneroz If I understand it correctly, you confirm the EA works correctly. You just need an alert, right? You can use a 'phone notification' block or an 'alert' block. Did you try any of them?
-
@l-andorrà Hello, hmm no the EA does not open trades, the alert on the messages is there but automatically it does not open trades and I really need it to open trades, I just asked about if it's possible to use that alert on the message as a trade opener since by normal terms I can't get it to work.
-
@raikneroz Then the problem is definitely that custom indicator you are using. If you try that same structure with any 'standard' indicator it will work for sure. Did you check the custom indicator was correctly imported into fxDreema?
-
@l-andorrà All looks normal to me here:

But yeah you maybe right on that because my other indicator appear block usually work just this one not working.
-
@raikneroz I recommend to create two separate miniEAs, one with each indicator. Then check if the work correctly while separated or not. That will provide very useful info on the reason why it doesn't work.