How do I import this ex4 indicator? (ennum / int variables)
-
Hello
I have imported an indicator, but not 100% sure I have done it correctly. The EA I built with it doesn't act exactly as I expect it to, so I suspect I have got something wrong. The variables are as follows:

The first two I think are int variables (based on the '123 on the far left), however they are in a drop down box. Does the first item represent 0 or 1 when converted to integers?
Do I need to do anything special with these variables in the ennum section, or can i just enter them as variables, (noting I'm not planning to change any of these).
Any help is appreciated.
-
If those Constants are display menus then they should definitely be ENUM type variables. I hope jstap can help here. He's an expert on that.
-
You are right that 123 is a int value, 1st in dropdown = 0 2nd in dropdown = 1