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()
{
}
}

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