Working with Divergence
-
Hello
I am trying to find divergences between my indicator and price like bullish/bearish [MACD Divergece] function on fxdreema, it doesn't seem to work as I want. Is it possible to expand this function to work with other indicators so we don't have to code it manually.
Also can you help me fine tune the one I am working on. here: https://fxdreema.com/shared/Dc50KkbEc
It is based on the indicator attached below, which only has values for Candle ID >= 3Thanks.
......
ADL_transient.mq4 -
I have no ideas to do something more for these blocks (MACD Divergence), I was actually thinking to hide them. That's because these blocks do what a custom indicator is supposed to do. I created them looong time ago because I wanted interesting options in the builder, but then I realized that I'm trying to do what a custom indicator should do. And we know that there are maaaaany indicators out there with maaaaany features. I just don't want to keep adding unlimited number of features for these stupid blocks. Even now they are pretty complex inside.
For the EA you have, I think you can connect blocks one-after-another more. "AND" is not needed, just connect 65, 1 and 2 one after another. At the bottom below block 20 it is similar. Now you have blocks connected in parallel there, but in this case their number matters. Just connect them one after another, which will also produce predictable results.
-
Okay thanks, I can only imagine how complex it must be.
-
and Please don't remove those blocks. We love them
