MZpack Strategies w Divergence for NinjaTrader 8
- Algorithmic & semi-automated traders
- C# developers building custom strategies
- Order flow automation on futures / CME
- Backtesting hypothesis with real DOM data
- Discretionary chart analysis only — get Indicators Package instead
Pre-built order flow strategies
Two ready-to-use algo strategies with full source code. Modify, extend or use as templates for your own ideas.
All features & capabilities
Who are MZpack Strategies / API for?
Supported markets & system requirements
| Indicator | Charting | API Access |
|---|---|---|
| mzFootprint | — | ✓ |
| mzVolumeProfile | — | ✓ |
| mzBigTrade | — | ✓ |
| mzMarketDepth | — | ✓ |
| mzDeltaDivergence | — | ✓ |
| mzVolumeDelta | — | ✓ |
- Pre-built strategies with source code: Footprint Action, Ghost Resistance
- Data Export tool (CSV and dataset)
- MZpack API + API Reference
- API Samples for learning and demonstration
- Source code for strategies and API extensions
Upgrade path: Upgrade to Full Suite (Indicators + Strategies) at a discounted rate. See Discounts & Upgrade Plans.
“Now I understand how works your API and is impresionant. I'm creating a strategy similar to Footprintaction's, but with other signals.”
“The best support and the best software in realm of trading.”
“I have also been studying hard, reading your user manual and the API documentation. I am impressed. As a retired systems programmer (Assembler) I appreciate the effort that has gone into creating MZPack. There is clearly a substantial expertise in your company...”
“I have been using MZPACK for about 2yrs. And all I can say is the features sets (MZPack 3) are much richer compared to other platforms at the same price level. In addition, the software's flexibility and adaptability to a trader personality and trading style is a huge bonus...grow as…”
“”
| MZpack Strategies | Marketplace EAs | Discretionary trading | |
|---|---|---|---|
| Order flow data | ✓ Native | Rarely available | Manual reading |
| Source code | ✓ Full C# | Black box | — |
| Signal customization | ✓ Pattern editor | Fixed parameters | Personal judgment |
| Backtesting on tick data | ✓ Built-in | Limited | Impossible |
| Custom strategy API | ✓ MZpack API | No | — |
| License model | Lifetime €399+ | Subscription | Free |
Sample code is included in \API\samples — start from working examples and modify in C#.
protected MZpack.NT8.Algo.Strategy CreateAlgoStrategy() { var strategy = new FootprintActionAlgoStrategy(@"Footprint Action v1.5", this) { IsUnmanaged = Position_Instrument_Enable ? true : false, OppositePatternAction = OppositePatternAction, }; // Trading times if (Time1_Enable) strategy.TradingTimes.Add(new TradingTime() { Begin = TryParseDateTime(Time1_Begin), End = TryParseDateTime(Time1_End) }); // Risk management strategy.RiskManagement = new MZpack.NT8.Algo.RiskManagement(strategy) { Currency = Currency.UsDollar, EntryName = ENTRY1, DailyLossLimitEnable = Risk_DailyLossLimit_Enable, DailyLossLimit = Risk_DailyLossLimit, }; return strategy; }
Technically yes — strategies run on any NinjaTrader 8 connection including Apex, TopStep, Take Profit Trader. Always check your firm's policy on third-party automation before deploying.
No, for built-in strategies (Footprint Action, Ghost Resistance) — you configure them through the Pattern Editor with AND/OR logic. C# only needed if you want to build new strategies from scratch with the API.
Trial expires automatically — no auto-renewal, no charge. You can purchase a Lifetime license to continue. See upgrade plans.
Yes. Full Suite includes Strategies + Indicators Package — if you already own Strategies, you can pay only the difference. Check upgrade prices.
NinjaTrader 8 (version 8.0.27+) with Lifetime license or NT Brokerage account, an order flow capable broker (CME futures recommended), Tick Replay enabled. Works with free NT8 license for simulation/backtesting.
This product does not include indicators for discretionary trading. For charting + footprint analysis you need Indicators Package, or save by getting Full Suite which bundles both.
- Footprint Action + Ghost Resistance built-in
- Full C# source code included
- MZpack API for custom strategies
- Free updates for life
- Helpdesk & Online Docs access
- Works with any NT8 license
- License transfer available
You must be logged in to post a comment.