Ea enum constant
-
Hey guys today i was wondering if there is a way to make this enum HMA Price as a constant, so its user friendly to change in the settings. It´s nothing urgently but im curious if there is a way. Kind regards

-
@fabien-s
Just declare the constant as type ENUM_APPLIED_PRICE

https://docs.mql4.com/constants/indicatorconstants/prices

-
@roar Awesome! Thanks a lot!!