Version

IndicatorCalculationStrategy Class

Represents a decoupled strategy for calculating a financial indicator from data provided by a financial series.
Syntax
'Declaration
 
Public MustInherit Class IndicatorCalculationStrategy 
public abstract class IndicatorCalculationStrategy 
Remarks
The data which the strategy will use for its calculation is a simplified subset of the data that the series makes available and is defined by the contract FinancialCalculationDataSource
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also