BCGControlBar Pro for MFC
CBCGPChartAdvancedBandsFormula

Detailed Description

The CBCGPChartAdvancedBandsFormula class is an abstract base class for various formulas that can be applied to a stock chart series and generate a new series whose data points are computed using a custom algorithm.

+ Inheritance diagram for CBCGPChartAdvancedBandsFormula:

Public Member Functions

 CreateInitializes the formula object.
 
- Public Member Functions inherited from CBCGPChartAdvancedFormula
 CalculateDataPointCalculates Y value for the specifies data point and input series.
 
 GeneratePointsCalled to generate data points for an output series.
 
 GetOutputSeriesCategoryReturns output series category.
 
 GetOutputSeriesTypeReturns output series type.
 
 GetPeriodReturns formula period.
 
 SetOutputSeriesCategorySets output series category.
 
 SetOutputSeriesTypeSets output series type.
 
 SetPeriodSets formula period.
 
 UpdateLastDataPointsUpdates last data points.
 
- Public Member Functions inherited from CBCGPChartBaseFormula
 FindInputSeriesIndexFinds input series index.
 
 GetInputSeriesAtReturns an input series located at the specified position.
 
 GetInputSeriesCountReturns the number of input series.
 
 GetLParamReturns user-defined data.
 
 GetParentSeriesReturns a pointer to a parent series.
 
 IsNonDiscreteCurveTells whether the formula is displayed as a non-discrete curve.
 
 SetLParamSets user-defined data.
 
 SetParentSeriesSets a parent series that represents a formula on the diagram.
 

Additional Inherited Members

- Public Attributes inherited from CBCGPChartAdvancedFormula
 m_bUseLongDataDefines how data points are added to the output series.