Click or drag to resize

StrategyFootprintIndicator Class

Base class for any Footprint 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
        mzFootprint
          MZpack.NT8.Algo.IndicatorsStrategyFootprintIndicator

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#
public class StrategyFootprintIndicator : mzFootprint, 
	IFootprintIndicator, ITickIndicator

The StrategyFootprintIndicator type exposes the following members.

Constructors
  NameDescription
Public methodStrategyFootprintIndicator
Returns new MZpack FootPrint indicator instance
Top
Methods
  NameDescription
Public methodIndicatorName (Overrides mzFootprint.IndicatorName.)
Top
See Also