Click or drag to resize

StrategyMarketDepthIndicator Class

Base class for any MarketDepth 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
        mzMarketDepth
          MZpack.NT8.Algo.IndicatorsStrategyMarketDepthIndicator

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 StrategyMarketDepthIndicator : mzMarketDepth, 
	IMarketDepthIndicator, ITickIndicator

The StrategyMarketDepthIndicator type exposes the following members.

Constructors
  NameDescription
Public methodStrategyMarketDepthIndicator
Initializes a new instance of the StrategyMarketDepthIndicator class
Public methodStrategyMarketDepthIndicator(MZpackStrategyBase, String)
Returns new MZpack MarketDepth indicator instance
Top
Methods
  NameDescription
Public methodIndicatorName (Overrides mzMarketDepth.IndicatorName.)
Top
See Also