Custom Indicator Buffers in MT5
-
Good evening,
I have the following question:
How can I get the correct output buffers for a custom indicator in the MT5 if I only have one *.ex5 file and not the code. It is the indicator BB Trend Flat [https://www.mql5.com/en/market/product/28998](Link Adresse)
I also have it in the MT4 version. There I find the 3 colors in the dialog box that I can use as a buffer. In the MT5 version of the indicator, all three colors are combined in one field. The difference can be seen well on the two attached screenshots.

I also tried with the FXdreema trace function to find out whether there are values in Buffer 0, Buffer 1, Buffer 2. But I only get Empty_Value. I found the buffers in this way for another Costum indicator without any problems. Unfortunately, this does not work in this very helpful indicator.
Does anyone of you have any idea how I can solve the problem?
Thank you very much
Rupprecht -
Unless a real programmer correct me, there is no solution. I found myself with that exact problem and there was no answer to that question. I had to use the mq4 version.

-
What a pity! I still hope that there is still a possibility.
-
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema/2?page=1 (# import without mq file) ... unless there is another option, just guess the buffers
https://fxdreema.com/shared/OLdt7h75c
copy the indicator directly to the indicators folder (f.e. from Market folder)
My indicators in fxdreema:

Simple test:


-
Thank you very much Miro. Now it works wonderfully!
-
Impressive...again!

-
How i understand.
We must guest buffer. The indicator show one buffer with two colors, but we write in Fxdreema two buffers everyone for one color and that is. Am i correct? -
@varso Hi, I am having the same problem too. Why is anyone not addressing this issue?
One index contains more than one buffers. They should be separated.
If anyone knows how to do it, please explain. Thanks.
I can't switch to MT5 just for this reason
MT5's strategy tester is much better... -
@miro1360 Hi there - I followed your instructions for this indicator setup in fxdreema but it did not work.
I wonder if it has been updated since you posted.
I get the error code 4001 in Strategy Tester journal
"unable to load indicator file"
My indicator is in the correct location for the custom indicator to reference.Are you still able to use it successfully on MT5?
Thanks