Version

ItemwiseStrategyBasedIndicator Class

Financial indicator base class for doing calculating an itemwize indicator.
Syntax
'Declaration
 
Public MustInherit Class ItemwiseStrategyBasedIndicator 
   Inherits StrategyBasedIndicator
public abstract class ItemwiseStrategyBasedIndicator : StrategyBasedIndicator 
Remarks
An itemwise indicator's individual values don't depend on any other values in the collection so can always be independently recalculated. Also, because of this, the base class handles all the looping logic and inheritors only need to provide the actual calculation.
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