Version

CalculateIndicator Method (IndicatorCalculationStrategy)

Performs the calculation associated with this calculation strategy.
Syntax
'Declaration
 
Public MustOverride Function CalculateIndicator( _
   ByVal dataSource As FinancialCalculationDataSource, _
   ByVal supportingCalculations As FinancialCalculationSupportingCalculations _
) As Boolean

Parameters

dataSource
The data required by the contract between these strategies and the financial series.
supportingCalculations
The calculation strategies required by the contract between these strategies and the financial series.

Return Value

True if the calculation could be completed.
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