Click or drag to resize

StrategyVolumeProfileIndicator Class

Base class for any VolumeProfile 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
        mzVolumeProfile
          MZpack.NT8.Algo.IndicatorsStrategyVolumeProfileIndicator

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 StrategyVolumeProfileIndicator : mzVolumeProfile, 
	IVolumeProfileIndicator, ITickIndicator

The StrategyVolumeProfileIndicator type exposes the following members.

Constructors
  NameDescription
Public methodStrategyVolumeProfileIndicator
Initializes a new instance of the StrategyVolumeProfileIndicator class
Public methodStrategyVolumeProfileIndicator(MZpackStrategyBase, String)
Returns new MZpack VolumeProfile indicator instance
Top
Methods
  NameDescription
Public methodIndicatorName (Overrides mzVolumeProfile.IndicatorName.)
Top
See Also