Custom EX4 indicator is not working with fxDreema
-
Hello,
I want to use a custom indicator with fxDreema, but I cannot make it work.
This is how I imported it.


If I want to compile it I get a bunch of errors.

The original settings in MT4

Is there anything I can do to make it work?
-
input type must be enum for these:
Use this period to extimate peak ...
Create terminal alerts on buy/sell signals?
Send email alerts?
Send mobile push notifications?
Output to journalhow to do these enum, try to look in forum, it was discussed, or you can eventually share this ex4 indicator (without your email and key)
-
Yes I've read about enum before, but I don't know how to to it.
Attached is the indicator.
Maybe someon can help me?0_1524866086326_Volume_Breakout_Detector_2.51.ex4
-
for simplicity, instead of enum use int as you did in first post, but in int use only numbers, that means in period you use 15 ... if that is not working, than try use it from 0 to x ... instead of "no" use 0, or 1 ... enum is somewhere in indicator code as int but reprezented with string name (but in core it is int) :


-
Hello, yes I tried this, at least I can open the EA in MT4, but there are still issues with the color and the activation doesn't work I entered my E-mail and key but it won't work.
I'll contact the developer maybe he can help me out, but I doubt that.
Nevertheless, thanks for your help.