Calculates indicator values from Bar Data.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
Remarks
This interface is used to calculate indicators values from Bar Data. If you have an indicator where you generally select one BarElement to run the calculation on, that you would like to be able to run on the output of another indicator, you should consider using the ISeriesCalculator interface.
When writing indicators, it may be convenient to derive from the IndicatorBase class, which implements some of the functionality of the IIndicator interface.