Custom Indicator error
-
Hi,
When I try to use a custom indicator in my project, it creates a error message (atached file)
......
Capturar.PNG -
I can see that those words are used as data types, but those are not valid data types. There are no datatypes like MOVE, DET or LVL. If those are enumerations defined in the indicator, I don't really know how people use these indicators in EAs. What's defined in the indicator is only visible there, not from the EA. You can try with integer values. Enumerations are actually integer values like, 0, 1, 2, 3...
-
I just changed the inputs and i I've got this error:
......
Capturar2.PNG -
I already tried to run the project with no input (just buffer0) and I've got erros in "Bars" and "timeframe"
......
Capturar3.PNG -
Now you deleted this indicator, but the problem was probably the same.