Drop menu on my indicator tab
-
hi , i want to use Cap channel indicator in my EA . how can i define Dropdown menu(enum) to my indicator tab on fxdreema? -
You can find the answer here:
https://fxdreema.com/forum/topic/8431/how-to-make-this-dropdown-menù
-
At a guess that int value is actually an enum value 0-the number of inputs you have in the indicator, if you create an enum in your EA you can use this to select a value.