Trebron74 / Publications
Forum
How to switch an trailing methane in EA (Wizard created code)
I want to try to put in a method switcher to the EA generated by the wizard. Indeed learning curve still lacks. //--- Creation of trailing object switch (Trailing_Method) { case 0 : CTrailingNone *trailing = new CTrailingNone; break ; case 1 : CTrailingFixedPips