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
Anyone still looking to change the line to anything aside from dots, edit the mq5 file in metaeditor, and change line from:
#property indicator_type1 DRAW_ARROW
to:
#property indicator_type1 DRAW_LINE
Compile the code and you should then be able to change the line style in the indicator properties and have it display correctly on your chart.