How to know the selected color of a IndicatorDataSeries

Created at 11 Jan 2019, 18:12
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!
bienve.pf's avatar

bienve.pf

Joined 19.09.2018

How to know the selected color of a IndicatorDataSeries
11 Jan 2019, 18:12


Hello, how can I read from the code the color selected by the user?

regards!
 

[Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AutoRescale = true, AccessRights = AccessRights.FullAccess)]
public class ForexIndex : Indicator
{

[Output("USDx")]
 public IndicatorDataSeries rsi_10 { get; set; }

protected override void Initialize()
{

}

}


@bienve.pf
Replies

PanagiotisCharalampous
14 Jan 2019, 10:26

Hi bienve.pf,

It is not possible at the moment. We will add this feature in one of the future updates.

Best Regards,

Panagiotis


@PanagiotisCharalampous