Help with My Indicators
-
I got this mq4 indicator 0_1486622934297_arbitrage.mq4 and I want to add it to My Indicators but it was not automatically populating the fields as expected (data type, Input Variable and Output buffer).
So I manually typed in the values from the indicator into the fields myself.

I now used the indicator in an EA to test it but it is not trading.
https://fxdreema.com/builder/shared/hRPcTuMqb
For whatever reason I think the EA is not able to read the indicator. (they are both in the correct MQL4 folder).
Can you please have a look and help fix it.
Thanks for your help. -
Use the trace block to check the value of the indicator.
I am having a similar problem, in my case, the block trace back zero and at the end of the back test the chart does not appear my custom indicator, only the default ATR indicator also used as reference -
try import into indicators this modification
0_1486657327346_arbitrage_ea.mq4 -
i have tried to import the modified version and it still won't pull the Input parameters and Output buffers.
-
this must @fxDreema check ...
I see now ...this one go only manually importing, in log are not errors, but I think buffers are not reacting
weird ...
...
if you will try .. -
Still not importing the Input and output variables. Or do I have to type them in manually?
-
manually, all parameters ... but I think, it is not working in EA ... but I dont see errors ...
-
I mean Input parameters and Output buffers
-
yes all these parameters manually ... but the form of indicator is not best for EA and I think, it will not working in any EA ... indicator must be recoded into other form ...
-
Alright I understand now. I think I agree with you. Thank you very much for your time and prompt response. You are really very helpful on this forum well appreciated.

-
0_1486701200898_arbitrage_eax.mq4
maybe you can try this
it is indicator which calls your arbitrage indicator ... in metatrader it is working but I dont know if it is working in EA ... probably it is not working in EA
at least you can try it ...
(import this indicator into My indicators .... in indicators folder must be both, this one and original arbitrage) -
Miro1360 you are a GENIUS ! It works, EA is now working. What a brilliant solution you offered, man I just can't thank you enough. You have really helped me and I am so grateful. Cheers!
