Forum

why I cant set values of custom enum inputs of an indicator with iCustom?

Well, I have a indicator with a enum input: #property script_show_inputs enum metodo { MA, // MA vwap, // VWAP }; input metodo mtd=MA; //Método de cálculo Looking for can change the method with a input in the EA, I created the same enum input in EA and this have no effects: #property