Hull Moving Average
-
How can I set up a condition block for the Hull Moving Average to signal when changes color?
When it turns Green it should go down the the BUY leg of the strategy, and when it turns Red it should go down the SELL leg.
Attached0_1594319045435_Hull Moving Average.mq4 is the indicator.
regards
Julian -
@julianrbach try with "indicator appear" block, should work. Remember to put candle ID=1
-
Could you please explain it step by step. Ive never used a block like that before.
-
@julianrbach I notice that the buffers don't work properly. I've tried to work on buffer 1 only and the EA place the orders in right way. Take a look at the picture, i use the "indicator appear" and the "indicator disappear" blocks on the buffer 1only as i said above.

-
Ahh Ok I see what you did there.
Yes I can also only get buffer(1) to work, (which is the SELL signal buffer). So I can only program 1 condition, which will not work for the rest of this EA build obviously.
Buffer (0) does not want to work, which is the BUY signal buffer. And obviously I need that. Should I look for a different version of the HULL MA indicator? Where all the buffers work or is there a way around this??regards
J -
@julianrbach We have already bypassed the problem, when buffer 1 appears = sell, then when buffer 1 disappears is the same as buffer 0 appears
My example open both sell and buy orders.
Anyway there are several version of the Hull indicator, some of them with arrows. You can search on google