Click or drag to resize

StrategyVolumeDeltaIndicator Class

Base class for any VolumeDelta indicator based on MZpack API. This class intended to be used only in strategies. You can create an instance of this class directly.
Inheritance Hierarchy
SystemObject
  CoreIndicator
    TickIndicator
      LevelsIndicator
        mzVolumeDelta
          MZpack.NT8.Algo.IndicatorsStrategyVolumeDeltaIndicator

Namespace:  MZpack.NT8.Algo.Indicators
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
[SerializableAttribute]
public class StrategyVolumeDeltaIndicator : mzVolumeDelta, 
	IVolumeDeltaIndicator, ITickIndicator

The StrategyVolumeDeltaIndicator type exposes the following members.

Constructors
  NameDescription
Public methodStrategyVolumeDeltaIndicator
Initializes a new instance of the StrategyVolumeDeltaIndicator class
Public methodStrategyVolumeDeltaIndicator(MZpackStrategyBase, String)
Returns new MZpack VolumeDelta indicator instance
Top
Methods
  NameDescription
Public methodIndicatorName (Overrides mzVolumeDelta.IndicatorName.)
Top
See Also