It's not possible.

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, any possibility to change the chart color displayed by function "ChartIndicatorAdd"?
Thank you.
int EMA_HIGH_20_Handle = iMA(_Symbol,_Period,20,MAShift,MODE_EMA,PRICE_HIGH); <-- This should be Color of BLUE and the style as STYLE_DOT
ChartIndicatorAdd(ChartID(), 0, EMA_HIGH_20_Handle);
int EMA_LOW_20_Handle = iMA(_Symbol,_Period,20,MAShift,MODE_EMA,PRICE_LOW); <-- This should be Color of RED and the style as STYLE_DOT
ChartIndicatorAdd(ChartID(), 0, EMA_LOW_20_Handle);