Expert properties display
-
Wherever there is a dropdown list, Ex. "MA method", and "Applied price", displayed at the Expert properties are not user-friendly.
How should it be done correctly?

-
Sadly the only way to do it is manually. Every time you use a display menu, the tick box on its right can be ticked. You need to untick it manually.
-
@talshemtov you need to declare a new constant for each MA setting. Find the correct enumeration from mql5.com:
https://www.mql5.com/en/docs/constants/indicatorconstants/enum_ma_method
-
@l-andorrà
Thank you, -
You're welcome.