MT5 Indicator buffers
-
I have a custom MT5 indicator that gives buy and sell arrows. I want to use it in an EA on fxdreema. The indicator buffers looks like this:

So both buy and sell are on the same raw and therefore I can not use unique buffer numbers for buy and sell. Is there any workaround?
-
Try using the buffer then checking
the colour. -
@jstap how would you do that?
-
@vish said in MT5 Indicator buffers:
I have a custom MT5 indicator that gives buy and sell arrows. I want to use it in an EA on fxdreema. The indicator buffers looks like this:

So both buy and sell are on the same raw and therefore I can not use unique buffer numbers for buy and sell. Is there any workaround?
-
@jstap But how I can "caught" the buffer?
-
@juergen_wue Buffer with indicator appears, object on chart to check colour.
-
@jstap Are you sure that works on fxDreema's mq5? I tried that in the past and didn't work.
-
@vish please, upload the indicator so we look at it
-
@l-andorrà To be honest am not sure but, I see no reason why not, if you can get the indicator appears to work and do something when arrow prints on chart. sometimes you can visually see an arrow but EA can't use.
-
There are no objects on the chart created by the indicator
-
@vish
Are you sure they are buffers and not objects? -
@sktsec yes
-
@jstap
Maybe the indicator change the arrow sign (up/down) using its internal code? -
No describtion from FXDREEMA is available to solve this probem