chinaski:
Hello,
in mql4 i can set style and color for an indicator dynamically usign function
Is there something similar in mql5 or do i need to use
Thank you
PlotIndexSetInteger(index,PLOT_DRAW_TYPE,DRAW_LINE); PlotIndexSetInteger(index,PLOT_LINE_COLOR,my_clr);

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
Hello,
in mql4 i can set style and color for an indicator dynamically usign function
Is there something similar in mql5 or do i need to use
Thank you