hi ,rosh ,may you help me ?

 

may you help me compile the follow code to mt4 indicator,used in chart window.

BIAS1:=(MA(C,2)-MA(C,4))/MA(C,4)*100;

BIAS2:=(MA(C,2)-MA(C,8))/MA(C,8)*100;

line1:MA((BIAS1+2*BIAS2 )/3,5)*50;

line2:MA(line1,2) ;

thank you

Reason: