oligarch101:
Hi guys i am at the beginning of learning mql5 and trying to convert an indicator. Its not plotting any idea what i
am leaving out?
1. Click "New" in "MetaEditor" to create a template and then start it.
2. "ExtLine_5" is not used.
3. Get handles in "OnInit".
4. Why is the return value used in the calculation instead of the copied value?
ExtLine_2[i]= MA_c_2-MA_p_2; // Value of 2nd rate line
ExtLine_3[i]= MA_c-MA_p; // Value of 3rd rate line
5. ArraySetAsSeries" needs to be set to "true".
Same problem
Please post your code.

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
Hi guys i am at the beginning of learning mql5 and trying to convert an indicator. Its not plotting any idea what i
am leaving out?