HMA MQL5 Buffer Issues
-
Im not that experienced just figuring things out as i go. The current issue i have is most indicator color ends up being in a single buffer for mt5 indicators or at least the ones im using.
Mt4 versions works fine i can get buffer values but for mql5 there is a single buffer and im having a hard time figuring out the values with a single buffer. If there a way to detect color of the indicator from fxdreema with a custom code or new buffer?
The indictor im using is HMA.
Thank you
-
@vonmunchy Yes, there is, but you will need custom code that will depend on the indicator itself. Sadly, this is one of the weakest points of fxDreema. I quit to create MT5 EAs for that reason. I hope a programmer can help you. Unfortunately, I'm not.
-
Thanks for repling
-
are you using a mladen indicator?
-
Yes i was
-
then you should have the source code of it and map the color buffer to a new buffer which gives you direction values normally 1 or 2 or -1 / - 2 but you can check it depending on the code...
-
Thank you
-
Hi,
I just modified a HMA indi for mq5 (and included 2 ATR bands
)
It seems to do what it needs to do.
Will try to attach it via the upload button.Cheers,