Drop down option for Input
-
How do I create drop down menu option for inputs?
Eg. I want the select on of the currency pair from the list "EURUSD","AUDUSD","AUDCAD".
-
No easy way in fxDreema. In the code this is called "enumeration": http://docs.mql4.com/basis/types/integer/enumeration
Also look in the middle of this page: http://docs.mql4.com/basis/variables/inputvariablesIn fxDreema you can easily define regular inputs, but there is no place to define such complex structures... for now!