Esempio n. 1
0
        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;
        }
Esempio n. 2
0
 public void SetBarColorBackground(Bar bar, Color color, ChartPanelType chartPanelType)
 {
     throw new NotImplementedException();
     //this.Executor.ChartShadow.
 }
Esempio n. 3
0
		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;
		}