public int DotsExistsForCurrentSlidingWindow; // just because the object itself is the most convenient place to incapsulate it public Indicator() { this.Name = "INDICATOR_NAME_NOT_SET_IN_DERIVED_CONSTRUCTOR"; this.DataSeriesProxyFor = DataSeriesProxyableFromBars.Close; this.ParametersByName = new Dictionary <string, IndicatorParameter>(); this.ChartPanelType = ChartPanelType.PanelIndicatorSingle; this.OwnValuesCalculated = new DataSeriesTimeBased(this.Name); this.LineColor = Color.Indigo; this.LineWidth = 1; }
public void SetBarColorBackground(Bar bar, Color color, ChartPanelType chartPanelType) { throw new NotImplementedException(); //this.Executor.ChartShadow. }
public int DotsExistsForCurrentSlidingWindow; // just because the object itself is the most convenient place to incapsulate it public Indicator() { this.Name = "INDICATOR_NAME_NOT_SET_IN_DERIVED_CONSTRUCTOR"; this.DataSeriesProxyFor = DataSeriesProxyableFromBars.Close; this.ParametersByName = new Dictionary<string, IndicatorParameter>(); this.ChartPanelType = ChartPanelType.PanelIndicatorSingle; this.OwnValuesCalculated = new DataSeriesTimeBased(this.Name); this.LineColor = Color.Indigo; this.LineWidth = 1; }