EX4 custom indicator input
-
Good day, fellow traders!
Just started with Dreeema. Really, really happy to be a part of the community! C0_1571517695523_AT-Reversals.ex4
My strategy is based on custom indicators. I've read a lot on how to upload a custom indicator already, yet I fail over and over to compile an EA based on this indie

Yes, this indie is EX4 and there is no way I can get a source code. And this indie is one of the most simple, and I got a few more complicated once, but posting this one because of its simplicity.
Here s my project https://fxdreema.com/builder/shared/KMwJbmiqd
Can anyone experienced with the custom indicators EX4 implementation without a source code could shed the light on how to compile an EA from this Reversals indicator?
Many, many thanks guys!

-
@geofx From what I can figure, where it says int it should be a number (interger) not a string as Yes, No, etc. You could either try to use 0, 1 or boolean (true/false), or string instead of int. This also happens when some mtf indicators are set to "current" TF, and you should put "0". The other """ unexpected token things, maybe they are not from the indicator.
-


You were 100% right on those integer values, CPxiom!
Now Im able to at least run the test. Im getting another error though. Could you be so kind to check what it could mean?

Thank you
-
@geofx
glad that worked.. As for the CAppDialogFixed... error, don't know.From what I read, CappDialog is a panel.... in mt5? If this is not from the indicator, maybe you could renounce the panel.
Also, have you tried in forward test? Maybe it is because of backtest.
EDIT... You have there something that says show statistics on Yes. Maybe that's the panel? Try to put that to off, also.