Nobody knows how to do it? Or it's not possible to do?
Since you can draw candles (and not just histograms like on mq4), i guess it would be possible to also change the border color.

- docs.mql4.com
Not possible!
Indicator drawn candles, are each a single solid colour for all of it (body and wicks, with no distinction between fill and outline).
Only the Chart drawn candles have a distinction between the fill or the outline (the body or wicks).
Thanks for the replies.
Take a look at the properties CHART_COLOR_CHART_UP and CHART_COLOR_CHART_DOWN. Good luck.
I tried this but unfortunately these functions only change the border color for the actual candlesticks and not for the generated heiken ashi candles.
Not possible!
Indicator drawn candles, are each a single solid colour for all of it (body and wicks, with no distinction between fill and outline).
Only the Chart drawn candles have a distinction between the fill or the outline (the body or wicks).
It seems so. This looks really a big and odd limitation for the platform

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello folks, i'm trying to edit the code of heiken ashi indicator so i can also change the color of the border of the candle but since i never coded in mq5 i can't make it work. Can anybody suggest me how to do it please?
This is the original code: