Candle color

Created at 13 Mar 2019, 18:16
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
IF

iForex2015

Joined 17.03.2015

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


@iForex2015
Replies

PanagiotisCharalampous
14 Mar 2019, 09:28

Hi Ivan,

At the moment you cannot change candlestick colors using the API.

Best Regards,

Panagiotis


@PanagiotisCharalampous