Candle color
Created at 13 Mar 2019, 18:16
IF
Candle color
13 Mar 2019, 18:16
Hi
How can I change color or candles ?
I found this indicator
https://ctrader.com/algos/indicators/show/771
and it paints a line on top of each candle like this
ChartObjects.DrawLine("candle" + index, index, open, index, close, color, CandleWidth, LineStyle.Solid);
Is there a better solution ?
Thanks
PanagiotisCharalampous
14 Mar 2019, 09:28
Hi Ivan,
At the moment you cannot change candlestick colors using the API.
Best Regards,
Panagiotis
@PanagiotisCharalampous