Click or drag to resize

DataAccess_mzFootprint Class

Demonstrates how to access data of MZpack mzFootprint indicator (StrategyFootprintIndicator class). See installation folder for the source code.
Inheritance Hierarchy
SystemObject
  NinjaScript
    NinjaScriptBase
      StrategyBase
        StrategyRenderBase
          MZpack.NT8.AlgoMZpackStrategyBase
            NinjaTrader.NinjaScript.Strategies.MZpackAPISamplesDataAccess_mzFootprint

Namespace:  NinjaTrader.NinjaScript.Strategies.MZpackAPISamples
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public class DataAccess_mzFootprint : MZpackStrategyBase

The DataAccess_mzFootprint type exposes the following members.

Constructors
  NameDescription
Public methodDataAccess_mzFootprint
Initializes a new instance of the DataAccess_mzFootprint class
Top
Methods
  NameDescription
Protected methodCreateIndicators
Create indicator here and return the list with one item as a result.
Protected methodOnStateChange (Overrides MZpackStrategyBaseOnStateChange.)
Protected methodStrategyOnBarCloseHandler
The handler triggered on bar close. currentBarIdx is the index of just closed bar. Parameter e is the first tick of just opened bar.
Top
See Also