Assembly: Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)
Syntax
Remarks
This interface is used to calculate indicator values using other series as inputs. If you are writing an indicator that bases its calculation on more than one BarElement, you should consider using the IIndicator interface. In either case, you will also need to write a class implementing the IIndicatorPlugin interface for your indicator to show up in the RightEdge indicator list.
Generally, you will want to derive from the SeriesCalculatorBase, SeriesCalculatorBaseSimple, or SeriesCalculatorBaseWithValues classes when implementing this interface. These classes handle most of the base functionality for this interface.