How do we get FXDreema to recognize buffers
-
I'm trying to use a custom indicator that has a few buffers but when I pull the MQ5 into FXDreema it only sees a single buffer. I look in the source code of the indicator and can see the different buffers that are used - my question is how do I alter the source code of the indicator to make the buffer visible? The source code is pretty simple - and I've been through a good amount of the MQL5 documentation and it's just not clear to me how to make this buffer available. Hoping someone has a bit of experience here.
-
@cmuphyfx I dont know why fxdreema recognizes some buffers and some not, but you can always add more buffers manually from the "New" button. Color and name are irrelevant, only the buffer number (position in list) matters.

-
And this will automatically connect to the buffers that the indicator has declared. If so, that's VERY helpful!
Thank you
-
If you have value in data window, you have usable buffers, if not only object on chart, but even they cannot be always used.
-
I added the additional buffers as shown above, and then in an ugly comment printed them out and it all appears to be working!