HLHB Trend-Catcher EA

Hello Traders,

I just create an EA based on HLHB Trend-Catcher strategy using a builder, I’m not a coder so please don’t ask difficult questions regarding this EA :slight_smile: .

I tried to apply the basic rules plus the ADX Filter which you can disable by changing the ADX_Value parameter to 0, I also add a sweet poison called “Martingale” :smiley: which you can activate by changing MM_Martingale_LossFactor parameter to 2.

The only rule I can’t implement here is Friday Close.

Please test and see if the strategy is correct.

Best regards.

HLHB Trend Catcher.ex4 (36.6 KB)

hiya,

what builder do you used?

tnx

Just google “ea builder” and you’ll see the builder on the first result

1 Like

The reason why the EA cannot replicate the Huck’s trade is because different data feed may produce different indicator value.

The system requires both MA and RSI Cross occur on the same candle but many times, one of the cross occur on different candle (next or previous candle).

Some brokers may have both crosses happen on the same candle, while the others don’t.