Error to load a custom indicator
-
Hello,
I get an error to load a custom indi in mql5.
My indi has 3 enum variables (the code is in a include file), so I have add the code in the enum window.
It seems that it read the enum type list and counts the number of values but do not show the values!
I tried with others basic indicators, but I get the same problem.
Could you check please? Thanks


-
... and did you tried it as Constants?

-
Maybe you can share the indicator so I can investigate it?

-
Hello, of course.
1. Problem to load indicators
I have another creazy problem about the custom indicator load.
Some indi loads enum, constant, buffer, other does not load nothing.... I cannot understand why, I try more combination of code, file, sample ... it seems a crazy bug.
So, I have copy a valid code in the other bad file (identical code ..identical file... only different name).
Incredible I have the same problem, one load fine, other no!Send you capture to see:
iDivergence_4.mq5 ---- load OK (enum, constant, buffers)

iDivergence_3.mq5 ---- load fail --- does not load anything

2. Problem enum Loaded indicator
IDivergence_4.mq5 has problem, does not show the enum list.
1_1518086784164_iDivergence_4.mq5
0_1518086784163_iDivergence_3.mq5 -
It should be fixed, the indicator needs to be added again
-
Hello,
it seems fix but some day after I get again problems, I test to load several indicators and load without constants and buffers.

I send you 2 indi like example but I get problem in more other:
- CCI Woodies = OK
- Stochastic extended = fail
Could you check please?
Thanks0_1519242704988_CCI Woodies.mq5
0_1519242712757_Stochastic extended.mq5 -
The first indicator works for me. The second is saved in one of these ways that I always wonder how to read correctly. I will take a look later, but now I can tell you how to solve the problem easily. Just make an empty .txt file, paste the source code there and rename the extension to .mq5.