false move
-
anyone got tips on inputs to macd to avoid false signals i have cross width at 250 and i still seem to be getting alot
-
You can filter the volatility by combining macd with ATR:
https://fxdreema.com/shared/SmrMuW4vcIn mt4, you can see 2 indicators in same window if you drag and drop them from the navigator pane.

-
@roar This is interesting stuff - but how would you present this in FxDreema?
-
@specialfx I shared the block logic. For the visually stacked indicators, I really don't know how to setup that on fxdreema, there is no easy way.
-
Just curious. What's the logic behind block 15? Why is it conditioning all buys and sells?
-
I ran test it does reduce pullbacks but it also reduce total trades but i disconnected block 15 and joined it to block 21 then i tryed adding another no trade block and got very similar results i will keep playing with figures and post back best result
-
@l-andorrà said in false move:
Just curious. What's the logic behind block 15? Why is it conditioning all buys and sells?
This one?

It filters out those flat MACD periods. The EA will only sell a strong MACD mountain, and buy a strong MACD valley.
Block 18 is a mirror of 15.
The *0.9 adjust on the ATR side is just for fine-tune purposes. This is also a quick way for the genetic optimization, if you replace 0.9 with a constant name.
-
@roar Ok. Thank you very much for the explanation
