MA Code MQ4
-
Hi bro,
I need an indicator Move Average (MQ4)
The AFL code is:
value1=((Close-LLV(Low,10))/(HHV(High,10)-LLV(Low,10)))*(100);
value2=EMA(value1,10);
value3=EMA(value2,10);
value4=EMA(value3,5);Plz help me code MQ4 this
many thanks.my email: khacdiepvnc@gmail.com