Click or drag to resize

MZpackCustomStrategy0 Class

Inheritance Hierarchy
SystemObject
  NinjaScript
    NinjaScriptBase
      StrategyBase
        StrategyRenderBase
          MZpack.NT8.AlgoMZpackStrategyBase
            NinjaTrader.NinjaScript.Strategies.MZpackAPISamplesMZpackCustomStrategy0

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 MZpackCustomStrategy0 : MZpackStrategyBase

The MZpackCustomStrategy0 type exposes the following members.

Constructors
  NameDescription
Public methodMZpackCustomStrategy0
Initializes a new instance of the MZpackCustomStrategy0 class
Top
Properties
Methods
  NameDescription
Protected methodCreateIndicators
Create indicators here and return them in the list as a result.
Protected methodOnStateChange (Overrides MZpackStrategyBaseOnStateChange.)
Protected methodStrategyOnBarCloseHandler
The handler triggered on bar close. currentBarIdx is the index of just closed bar. e belongs to the next (just opened) bar.
Top
See Also