NinjaTrader.NinjaScript.Strategies.MZpackAPISamples Namespace |
Class | Description | |
---|---|---|
AlgoStrategy1 |
This class demonstrates using of MZpack.NT8.Algo.Strategy abstract class.
AlgoStrategy1 class is used in MZpackAlgoStrategy1 class.
| |
ControlPanel |
Demonstrates MZpack Control Panel with custom and built-in controls.
There are two ways to add controls to MZpack Control Panel:
1. Adding [ControlPanel] attribute to a public property. These types can be added: bool, enum.
2. Using CreateControlPanelElements() overrider to create any controls with custom handlers.
The strategy:
Opens LONG for Up-bar, opens SHORT for Down-bar.
The strategy is OnBarClose.
| |
DataAccess_mzFootprint |
Demonstrates how to access data of MZpack mzFootprint indicator (StrategyFootprintIndicator class).
See installation folder for the source code.
| |
DataAccess_mzVolumeDelta |
Demonstrates how to access data of MZpack mzVolumeDelta indicator (StrategyVolumeDeltaIndicator class).
See installation folder for the source code.
| |
MZpackAlgoStrategy0 |
Demonstrates algo strategy class MZpack.NT8.Algo.Strategy with proprietary ATM and built-in TradesClusterSignal class.
| |
MZpackAlgoStrategy1 |
The strategy demonstrates using of patterns and built-in position management (proprietary ATM).
| |
MZpackAlgoStrategy2 |
Demonstrates algo strategy class MZpack.NT8.Algo.Strategy and built-in TradesClusterSignal, DOMImbalanceSignal classes.
Implements Partially Visible mode of the indicators.
| |
MZpackCustomStrategy0 | ||
MZpackCustomStrategy1 |
Demonstrates how to use StrategyBigTradeIndicator class and StrategyVolumeProfileIndicator class in Custom mode, including backtesting in Strategy Analyzer.
The logic of the strategy is 'On bar close'.
ATTENTION: Indicator settings in UI are used only for displaying markers on the chart. Strategy uses its own internal settings for filters and logic.
| |
MZpackCustomStrategy4 |
Demonstrates how to use StrategyMarketDepthIndicator and StrategyFootprintIndicator classes. Use it on ES 5 Min chart during RTH session.
| |
MZpackCustomStrategy6 |
Demonstrates how to use liquidity migration data of StrategyMarketDepthIndicator. Use it on 1 Tick chart.
| |
MZpackTechnicalSample0 |
Demonstrates how to use some of well known technical indicators.
See API Documentation for the list of currently supported technical indicators.
| |
RiskManagement |
Demonstrates RiskManagement class.
Opens LONG for Up-bar, opens SHORT for Down-bar.
The strategy is OnBarClose.
| |
TradingTimes |
Demonstrates TradingTimes feature.
Opens LONG for Up-bar, opens SHORT for Down-bar.
The strategy is OnBarClose.
|