Custom indicator buffer as input parameter not working
-
Dear members,
I would like to use the Output Buffer from my Custom Indicator (mql5) as User Input. I have checkmarked this as shown in the 1. picture. But the Output Buffers are not shown in my EA in Metatrader 5. Does anybody know how else I can choose one of the output buffers in my EA? Any idea? Many thanks!


-
@proteinx Are you sure you imported the custom indicator correctly? I recommend these tutorials:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file -
@l-andorrà
Thanks a lot, I didn´t see that tutorial. So I will read this first. Great! -
Ok, the links above didn´t solved my problem. Fact is, my EA is running well with my custom indicator. The only problem is, that I cannot choose the output buffers as input parameter. Right now my EA is running with only two and fix output buffers fill1_1 and fill6_2 with this condition:
if price crosses above fill1_1 then BUY
if price crosses below fill6_2 then SELLBUT, I would like to choose sometimes other buffers, like fill2_1 for BUY and fill 7_2 for SELL etc. in the input window of my EA. How can I do that?
As an overview here is a list of my ouput buffers in my custom indicator code:


-
@proteinx In that case you will need a programmer to create a new version of the indicator allowing buffers to be selecteable. I'm afraid fxDreema cannot do that AFAIK.