Moving Average Applied Price
-

I am trying to add custom moving averages like Weighted close(HLCC/4) and Typical close(HLC/3) to the Moving Average indicator. So my idea is to add Weighted open(HLOO/4) and Typical open(HLO/3) as extra moving averages to the Moving Average indicator since we don't have them on mt5 or fxdreema.i need your help doing or to have such an indicator

-
do it like this

-
ENUM_MA_METHOD and ENUM_APPLIED_PRICE
-
@Byens
this is what i am using -
-
Are you sure you are emulating the input parameters of that custom indicator as explained in this tutorial?
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
-
https://docs.mql4.com/constants/indicatorconstants/prices#enum_applied_price_enum
change to 6 according to mql5
