Moving average from Metastock

 

Hi

Can someone re-write this indicator from Metastock to mg4 ? Thanks

Mov( (H+L+C)/3, 30, SIMPLE )

 
maniek:
Hi

Can someone re-write this indicator from Metastock to mg4 ? Thanks

Mov( (H+L+C)/3, 30, SIMPLE )

Hi, just use standard Moving Average indicator (setting attached). In MQ4 will be something like this :

iMA(NULL,0,30,0,0,5,i)

Hope this help

Files:
 

Thanks Firedave

Reason: