MZpack 3.18.9
mzFootprint – Minimal font size has reduced – Added Duration (duration of the bar) metric to the Statistic Grid – Fix. Cluster zones are always breaked on session end regardless of settingsRead More…
mzFootprint – Minimal font size has reduced – Added Duration (duration of the bar) metric to the Statistic Grid – Fix. Cluster zones are always breaked on session end regardless of settingsRead More…
What’s new Fix. MZpack indicators are not present in the Available list of the Indicators window in NinjaTrader 8.0.27.0.
A pretty simple stretegy called ImbalanceMomentum has been just started as a custom coding request based on MZpack API. It opens long or short on bar close depending on stacked Imbalance And/OrRead More…
What’s new – MZpack 3.18.6 core – Added Node.StopLossPrice, Node.ProfitTargetPrice properties. Assign it when the signal is validated inside OnCalulate() if you need signal-specific stop loss/profit target levels
Get discounts on upgrades of your MZpack Indicators. See our Upgrade Plans.
Hey Traders! We’ve just updated a fully featured Trial version of our most valuable package yet – MZpack Indicators w Divergence for NinjaTrader 8. Now mzDeltaDivergence indicator is included in the trialRead More…
What MZpack product to choose? The Product Selection will help you to choose the product(s) that meet your needs the best.
A new product MZpack Strategies w Divergence for NinjaTrader 8 has been added. This product can be purchased separately from indicators products. Also, this product can be purchased as an upgrade ofRead More…
mzVolumeProfile – The Volume Profile is being developed not as expected in live market with Minute accuracy
Our partner “Compass Trade Group” Invites You To A Special Online Event. FREE 5-Day Market Maker Live Trade Challenge Starts August 8th “Engineering An Institutional Trade” REGISTER HERE Learn proven algorithmic tactics,Read More…
What’s new – MZpack 3.18.5 core – Resolve execution issues with Rithmic connection – Protection orders can be adjusted in Chart Trader – Added MZpackStrategyBase.OrderErrorRetry (‘Retry’ parameter in UI) – retries countRead More…
mzVolumeProfile – The volume profile has become smoother with Minute accuracy.
What’s new mzBigTrade – Added filter – ‘Trade: volume is multiple of’. This feature allows you to identify market participants trading with significant rounded sizes – Selection filter has been added toRead More…
Introducing our German partner VIXX Futures 266% Performance 2021 Performancenachweis 378.820,52 USD 2021 war ein sehr erfolgreiches Jahr für mich an der Börse. Mit meinen Trading-Strategien und Trading-Setups konnte ich einen ProfitRead More…
What’s new – MZpackStrategyBase.OnEntryPatternValidated() is virtual. Always call base method in overrider. See how to implement one pattern validation per bar. This might be useful for OnEachTick signals tree. public class MyStrategyRead More…
– Fix. Position.CancelClose() terminates the strategy.
What’s new – Position.CancelClose() can cancel manually placed limit orders or close manually opened entries. Use it from UI (MZpack Control panel) to manage position without disabling of the strategy. public voidRead More…
What’s new – MZpack 3.18.3 core – Added Signal.GetDisplayName() method to display signal name in the Log and in pattern Dashboard legend: public virtual string GetDisplayName() => string.IsNullOrEmpty(Name) ? this.GetType().ToString() : Name;Read More…
mzFootprint – Fix. Render issue with S/R Zones
What’s new mzVolumeProfile – Sigma 1/2 are decimal values mzFootprint – Added ‘Statistic grid – Volume per second’ value – Added option: ‘S/R zones: ended by ByBarTouch’ – Added option: ‘S/R zones:Read More…
What’s new – Added Ninja ATM support. See MZpackStrategyBase.PositionManagement, MZpackStrategyBase.NinjaTraderATM_TemplateName properties Note, that there are some limitations for Ninja ATM Strategies. Read more here https://ninjatrader.com/support/helpGuides/nt8/using_atm_strategies.htm – Added Conjunction logical node – AddedRead More…
Added ICandle interface for easy handling such values like OCHL, Body, Size, Upper/LowerWick, IsBullish, IsBearish, IsDoji Added MZpackStrategyBase.GetCandle(int ago) method that returns ICandle object Added BarMetricsSignal class. This class helps to implementRead More…
Hello! We’d like to start this update by stressing that we are deeply saddened by what’s occurring in the Russia/Ukraine conflict. Many of us have nothing to do with or actively opposeRead More…
What’s new – Added Node.IsEnabled property – Added the ability to add properties of a derived strategy class using ControlPanel attribute – ControlPanel sample updated
What’s new Added Control Panel MZpack Control Panel contains UI elements or controls to manage your MZpack-based strategy. Now you have the ability to change the settings of a strategy on theRead More…
MZpack Trader Guide is now based mainly on Blog articles and some videos including 3rd parties. We will update it by adding new cases and videos. MZpack Indicators Trader Guide distributed withRead More…
Check out the image to reproduce settings for MZpack DeltaDivergence Indicator for NinjaTrader 8. Note, that these settings are valid for E-mini S&P500 futures 10 min chart. For other instruments make theRead More…
mzDeltaDivergence Indicator Changes in parameters: Zigzag: deviation threshold. The threshold as Value or Percent. Value is the deviation of the price in ticks (not points!). The deviation of the price in percentsRead More…
Features Price/Delta divergence Statistics on the chart Alerts All the features of mzVolumeDelta indicator Upgrade Plans Owners of lifetime licenses of MZpack Indicators for NinjaTrader 8 package will get 30% discount on mzDeltaDivergence indicator.Read More…
Feature Requests are one of the most valued parts of being an MZpack customer. This is absolutely free and depends only on the MZpack community. How to submit a feature request? Leave yourRead More…
MZpack Receives Code Signing Certification From GlobalSign! Our organization has been thoroughly vetted by GlobalSign, a worldwide identity provider. Code Signing Helps Prove Content Source: Code Signing identifies that MZpack is comingRead More…
Dear Valued and Future Customers, This is a notice that there will be an increase of 15% in our lifetime licenses pricing to take effect on October 11. The increase helps us ensureRead More…
You can find iceberg orders and DOM pressure functionality in mzBigTrade indicator. Iceberg Orders An iceberg order is a special limit order. The main size of an iceberg order is not shownRead More…
What’s new mzFootprint – Readability of stat values has improved mzVolumeDelta – Fix. The indicator is terminated if license checking was not completed before market data coming mzVolumeProfile – Fix. The lastRead More…
mzBigTrade Indicator Added Auto-filtering Added Stacked Tape AUTO-FILTERING Auto-filtering feature allows easily spot significant trades on the chart. It works in the background. Use Presentation – Max number of trades in chartRead More…
Hello! We are thrilled to introduce your 30% discount on the MZpack upgrades. Who is eligible for this 30% discount? – A. Owners of Single MZpack indicator lifetime license. They will getRead More…
We offer 10% discount on all products till September 1st.
mzVolumeProfile Fix. Indicator terminated if ‘Profile: ladders borders’ enabled.
Try all recently added functionality for free! mzMarketDepth: Liquidity Plots mzVolumeProfile: Optimization via OnBarClose mode with Tick accuracy Better NSE support
– 3.16.12 core – MZpackCustomStrategy0 sample has been optimized for OnBarClose logic – Added BarIcebergsSignal signal – Added RelativeToProfileSignal signal – GetEntryPrice(…) method has modified and implemented inside base abstract Signal class.
mzVolumeProfile – When profile Position = RightOnChartMargin it always occupies all available margin – Added option ‘Volume Profile – Profile: left margin, px’. Use it along with ‘Profile: right margin, px’ toRead More…
– 3.16.11 core – IMarketDepthMigration interface has renamed to IBarLiquidity – Added SortedDictionary<int, IBarLiquidity> OverallLiquidity { get; } to IMarketDepthIndicator interface – Added Trading Times feature. The strategy doesn’t make entries outsideRead More…
mzMarketDepth Indicator – Liquidity plots have been added. See Liquidity category. Supported plots: Plots total volume on Offer side and total volume on Bid side of the DOM (two lines) Plots totalRead More…
Added public enum CancelLimitOrderType { None, Ticks, Bars, Milliseconds } Entry class has extended: – Added CancelLimitOrderType property – Cancel or not Limit order after the value CancelLimitOrderValue of this type hasRead More…
mzVolumeProifile – Fix. S/R Zone is not ended as expected when volume min/max filter is used.
mzVolumeProifile – Fix. Session profile is not as expected in OnBarClose mode. – Fix. Aggregated volume profiles may terminate.
mzVolumeProifile – Added support OnBarClose mode with Tick accuracy for optimization of system resources. Set Setup – Calculate = OnBarClose from indicator settings. TPO is always calculated in OnEachTick mode. See imageRead More…
– Instrument name and Trading hours added to strategy log. – BarStopLossEntry class: stop-loss price is adjusted by the current spread. – FootprintSRZonesSignal class: added IsFilter property: https://www.mzpack.pro/download-files/MZpack%203%20API%20Help/html/b52a8698-78e2-e8d6-9546-47cfc36e302a.htm
Entry class has extended. https://www.mzpack.pro/download-files/MZpack%203%20API%20Help/html/30d5f531-db84-5e64-f901-0861608af4eb.htm Properties added: CalculationMode, StopLossPrice, ProfitTargetPrice Methods added: GetStopLossValue(), GetProfitTargetValue() for calculated stop loss/take profit. See Extensions source code for details. Added BarStopLossEntry class. It allows setting stop-lossRead More…
MZpack 3.16.7 core Added TrailBase class to construct custom trailing. API Help: https://www.mzpack.pro/download-files/MZpack%203%20API%20Help/html/aa82d9ff-260d-67da-e7f2-a0f19f07ab73.htm Added trail BarHiLoTrail class. The base for trailing is bar High for Short entry, and bar Low for LongRead More…
Common – Fix. Gap bars with zero volumes (range bars) might lead to error (NSE, etc.) – Fix. Some Levels parameters (Alert, Sound,..) are not as default. mzBigTrade – The maximum valueRead More…
– Added Exit pattern – Visibility of pattern background and visibility of entry/exit markup are independent – Added signals: FootprintImbalanceSignal, FootprintSRZonesSignal
Common – Fix. Non-Crypto volumes divider is ignored when volume filters are applied. mzVolumeDelta – Fix. Sound file is not played on alert. mzVolumeProfile – Fix. VAH area is not rendered inRead More…
– 3.16.6 MZpack core – Signals tree is being validated on each market data event if one or many signals have IsReset = true despite the previous validation state. – Fix. CaptionRead More…
– 3.16.4 MZpack core – Added Signal.Name property to display in Pattern Dashboard and in the log – Strategy’s UI has reorganized. Logging options have been added to UI – Added dataRead More…
Common – ‘Orderflow – Non-Crypto volumes divider’ parameter is back. mzFootprint – Added Imbalance – Marker type: Dot or Cluster – Imbalance markers are visible for any footprint style, and even forRead More…
Indicators on the chart: mzFootprint, mzVolumeProfile, mzMarketDepth. Download the ‘VeritasOrderFlow’ basic chart template. MZpack 3.16.3 or later required. Adding template to NinjaTrader 1. Close Ninja 2. Unpack downloaded .rar file (use WinRAR)Read More…
MZpack TRIAL has updated up to 3.16.3 Check out new patterns described on the Blog
These conditions must be met for the Footprint Reversal Pattern (Sell example): Down-bar Sell Imbalance zone is near the top of the bar Three merged POCs at the middle or higher halfRead More…
Common ‘Orderflow – Non-Crypto volumes divider’ parameter is back. mzFootprint Fix. Crypto volumes in clusters are internal raw volumes. Fix. Ratio Numbers for down bars are not as expected when Ticks perRead More…
mzFootprint LVN feature has transformed to Cluster Zones. Added ‘Cluster Zones: filter min/filter max’ parameters. Now we can spot not only Low Volume Nodes (LVN), but High Volume Nodes (HVN), Delta ranges,Read More…
mzFootprint – Added ‘Bar Statistic – Ratio Numbers’ feature. There are three types of ratios: Neutral Ratio: which means the market is facilitating trade. A number between the high and low ratioRead More…
What’s new 3.15.29 MZpack core Added pattern Dashboard Added Pattern/signal alerts Settings have been reorganized Added alert .wav files: mzpack_alert1.wav, mzpack_alert2.wav,.. mzpack_alert8.wav See details in the User Guide
Common – Performance optimization mzFootprint – Added ‘Left/Right Footprint – Values: abs Delta’ option. Disable to see signed delta when Color source is Delta. – Fix. Enabling ‘Reconstruct tape’ leads to anRead More…
We found that the date for market data from Coinbase connection is always in English format. But Ninja chart time is in local computer date format according to your regional settings. ForRead More…
MZpack 3.15.28 mzFootprint – Fix. Histograms of clusters are not as expected in Bar scale mode. – Fix. Cluster size/saturation is not as expected if Scale/Color/Gradient source is Delta in Bar scaleRead More…
Our Bank cards/PayPal Business processing partner MyCommerce is making changes to further modernize their cloud platform. Date: Wednesday, February 24, 2021 Time: 11 AM to 3 PM CET MyCommerce will continue toRead More…
mzFootprint Fix. Histograms of clusters are not as expected in Bar scale mode. Fix. Cluster size/saturation is not as expected if Scale/Color/Gradient source is Delta in Bar scale mode. mzVolumeDelta Fix. CumulativeRead More…
Volumes for Cryptocurrencies (eg. BTCUSD, ETHUSD, etc.) are adjusted automatically. Check if Instrument type is Crypto for your Cryptocurrency instrument These settings are essential when adjusting charts for a Cryptocurrency instrument: –Read More…
What’s new MZpack 3.15.27 core User Guide has updated Added property MZpackStrategyBase.EnableBacktesting. See User Guide for details on strategies backtesting. Added MZpack.NT8.Algo.MZpackStrategyBase.Operating property of type enum StrategyOperating { Auto, Manual }. InRead More…
mzFootprint – Loading time/performance optimization – Support for OnBarClose calculation mode has returned for the indicator. – Fix. VAL/VAH plots are not visible if VA: developing is not enabled. mzVolumeDelta – AddedRead More…
mzFootprint Fix. POC/VAH/VAL may cause an error Fix. Negative Delta value is shown as zero mzVolumeProfile Fix. Developing POC/VAH/VAL may cause an error
Cryptocurrency – Orderflow – Volumes divider has deprecated. – Volumes for Cryptocurrencies (eg. BTCUSD, ETHUSD, etc.) are adjusted automatically. – Added ‘General – Crypto decimal places’ parameter (1..8). – Added workspace ‘MZpackRead More…
– Fix. The pattern is not validated as expected if a logical node has no signal nodes. – Property SignalsTree.DefaultDirection has deprecated. – Logging of full Core/API versions in the trace file.
– Added DOMBlockSignal class. It tracks large limit orders (blocks) in the DOM. The signal generates LONG direction for bid blocks and SHORT direction for offer blocks. – Added BigTradeSignal class. –Read More…
mzFootprint – Added option: Imbalance – Marker position (Inner, Center, Outer) mzMarketDepth – Volumes are divided by General – Volumes divider parameter now mzBigTrade – Fix. Bar marker has a minimum heightRead More…
We hope that 2021 is much easier than 2020. This has been a challenging year. Wishing you and your family a wonderful holiday and a new year of peace and happiness. GetRead More…
What’s new MZpack 3.15.21 core API cleanup. Strategies code is shorter and easier to understand now New Pattern concept: Signals and Filters decision trees with logical (AND/OR), and signals nodes, localization AddedRead More…
Here are the interpretations for some of mzBigTrade Indicator Order Flow patterns. Solid colored triangles are DOM pressure. Green triangles mean DOM support. Red triangles mean DOM resistance. A. Selling. But withRead More…
Here is the PREVIEW of MZpack Pro API Update. The release is scheduled for the beginning of December 2020. Stay tuned. All these new improvements give you unlimited flexibility to build orderRead More…
mzFootprint – Fix. Indicator error might occur when Statistic Grid is visible – Fix. Invalid cluster rendering in some cases for Forex pairs if Ticks per level > 1
Comprehensive order flow indicators like MZpack with a lot of features require significant CPU resources. The performance issue is aggravated by the fact that NinjaTrader 8 can utilize only one CPU threadRead More…
mzFootprint – Added displaying of the price range for Delta Rate – Optimization of S/R zones rendering – Fix. Cluster scale is not correct when Scale source = TradesNumber and Ticks perRead More…
mzFootprint – Delta Rate of Change has been added to the Statistics Grid and Notifications Delta Rate value is attached to the bar and is shown in Statistics Grid, but is calculatedRead More…
mzFootprint – Fix. Past Imbalance/Absorption, SR Zones, and LVN might stay on the chart if Ticks per level > 1 – Trial version has been updated
Hey Traders! As you probably know, MZpack license is linked to your PCs with product activation. But if you change machines or its hardware parts, you are able to transfer your licenseRead More…
User Guide has been updated, mzFootrpint Indicator, p.12 Filters Ticks per level. Sets the level of aggregation for individual price levels, if price levels should be merged together. ‘Ticks per level’ parameterRead More…
MZpack Stable Release 3.15.16 Hey Traders! Today MZpack stable version 3.15.16 has released. Update, please. Note, that you don’t need updating if you are using MZpack 3.15.16 beta. Use our Knowledge Base, please.Read More…
mzVolumeProfile – ‘Profile accuracy’ = Tick: if Tick Replay is disabled, you will see a warning message and historical plots are not shown – ‘Profile accuracy’ = Minute: if Tick Replay isRead More…
mzVolumeProfile – Added TPO levels for Custom profiles. In Custom profile mode ‘Attach to’ value can be ‘All’ only, and the last added custom profile has T index = 0.
mzVolumeProfile – Added ‘TPO levels’ functionality TPO levels consist of three groups of levels. Each group can be attached to all chart profiles or to a profile with a given T index.Read More…
mzVolumeProfile – Added header letters in TPO Split mode when letters are displayed as blocks. See image. – Fix. Wrong TPO prints spreading among chart bars may occur in Minute accuracy (sinceRead More…
mzVolumeDelta – In Volume mode when Show = Icebergs only iceberg volumes are shown. This allows cleary to see iceberg buy/sell imbalance in three different ways: Total, Stacked, Opposite. Enable ‘Orderflow –Read More…
mzMarketDepth – Added new Filtering modes for Historical DOM: AdaptiveLess and AdaptiveMore Both modes use initial percent as a starting point for filtering. AdaptiveMore calculates minimal DOM order size to display startingRead More…
Last updated: Mar 5, 2021 Hybrid mode for Order flow Indian Market (NSE) data providers (eg. Accelpix) don’t translate historical bid/ask data so far. For Indian users, Hybrid mode for ‘Orderflow –Read More…
Common – Added font settings for pop-up info (mzMarketDepth, mzBigTrade). Default font now is ‘Montserrat’, 10 – Added ‘Levels – Mouse drag’ option. Disable it to prevent levels dragging byRead More…
Levels – Added saving levels in workspace and chart template. All your saved levels are on the chart when you open a workspace. – Set an individual style for a level fromRead More…
mzVolumeProfile – Fix. Bars mode works not as expected for Stacked profile. mzFootprint – Fix. Ending types for Imabalce/Absorption S/R zones can affect each other – Fix. Absolute Delta Average can beRead More…
mzVolumeProfile – Fix. TPO is not updated live when Split enabled. – Fix. Volume profile (or its part )with Area presentation maybe not visible for some zoom values – Fix. Custom profileRead More…
mzVolumeProfile – Profile accuracy = Minute mode. E.g. calculation of profiles for one year of ES futures requires only 10-15 seconds on an average machine now. Use Profile accuracy = Minute withRead More…