My Indicators - Adding ex4 file
-
I have been able to add indicators using the mq4 file but not using an ex4 file. I would like to use the attached indicator in an EA I'm building.
Could someone show me how I add the Input Parameters and Output Buffers? @miro1360 @FXDREEMA-0 Your help would be greatly appreciated.
-
for simplification use a cross of 2 moving averages, you can get similiar results

-
Thanks for your help. So it's not possible to use this indicator?
-
maybe it can be, all parameters and buffers must be added manually
-
That's what I thought. I was hoping for some help in doing that?
-



these enum parameters (drop down list) have unknown number, that means .. you can find them manually, run EA in tester up to the end and indicator appears (first one with parameters as EA has), next place the same indicator into finished chart (with similiar parameters) and you can see, that it is not the same, that means you must find/match the right ID of parameter (in the EA start with 0 and try to match them
:D) ....

-
Thank you. That helps.