Click or drag to resize

MZpackCustomStrategy6 Class

Demonstrates how to use liquidity migration data of StrategyMarketDepthIndicator. Use it on 1 Tick chart.
WARNING: The strategy works on Market replay or live data only.
ATTENTION: Indicator settings in UI are used only for displaying markers on the chart. Strategy uses its own internal settings for filters and logic.
See installation folder for the source code.
Inheritance Hierarchy
SystemObject
  NinjaScript
    NinjaScriptBase
      StrategyBase
        StrategyRenderBase
          MZpack.NT8.AlgoMZpackStrategyBase
            NinjaTrader.NinjaScript.Strategies.MZpackAPISamplesMZpackCustomStrategy6

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

The MZpackCustomStrategy6 type exposes the following members.

Constructors
  NameDescription
Public methodMZpackCustomStrategy6
Initializes a new instance of the MZpackCustomStrategy6 class
Top
Properties
  NameDescription
Public propertyEntry_StopLossTicks
Public propertyEntry_TakeProfitTicks
Public propertyStrategy_MigrationAddedVolume
Public propertyStrategy_MigrationBarsCount
How many bars block with migration has.
Public propertyStrategy_MigrationRatio
Ratio of liquidity migration on Bid/Offer
Top
Methods
See Also