
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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