
Get 24/7 Free Support
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 settings Common – Added ‘Orderflow – Reconstruct tape: timestamps only’ parameter. If enabled Level 1 event (best bid/ask) is not used. Trades with equal […]
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/Or Absorption zones occurred. The strategy uses limit orders placed relatively to these support/resistance zones. The stop loss order can be placed under the […]
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 trial version! Contact support by creating a ticket or email us support@www.mzpack.pro to reset your trial period. Download and try MZpack Indicators w Divergence
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 of your MZpack Indicators package with 30% discount. Note. MZpack Strategies w Divergence doesn’t include indicators for charting or discretionary trading! It includes API […]
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, strategies and probabilities to reverse engineer trade success…transform how you see the markets. Here’s a few Institutional Trade Strategies and Trade Exercises that […]
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 count for rejected orders. – Rejected Stop loss orders (tight stops) are resubmitted OrderErrorRetry times. Position is closed if stop loss order is not […]
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 to Extra filters. You can choose percent of volumes or percent of numbers of trades criteria. See User Guide for details – In Solid […]
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 MyStrategy : MZpack.NT8.Algo.Strategy { int validatedBarIdx = -1; public MyStrategy(string name, MyNinjaStrategy ninjaStrategy) : base(name, ninjaStrategy) { } public override void OnEntryPatternValidated(Pattern sender, DateTime […]
– 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 void cancelCloseButton_Click(object sender, RoutedEventArgs e) { Strategy.Position.CancelClose(“UI Cancel/Close”, DateTime.Now); (sender as Button).Content = getCancelCloseButtonText(); // Update button text } – MZpackStrategyBase.WorkingDataSeriesIdx is 0 (not […]
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; Override it in custom signals to display some usefull info about your signal Example from built-in BarMetricsSignal class public class BarMetricsSignal : Signal […]
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: approaching, ticks’ – Approaching of the price to a zone in ticks to terminate zone – Fix. S/R Zone is ended not as […]
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 – Added new state ‘Not Calculated’ for Dashboard cells – Added pop-up hint for Dashboard cells – Added Strategy.IsOpeningPositionEnabled property – Added Range.IsInSession property. Set […]
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 implement some intra bar rules based on Price Action
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 oppose the Russian government’s decision to invade Ukraine. We hope for a peaceful resolution. “Under the current circumstances, we are suspending PayPal services in […]
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 the fly. Adding controls can be as easy as adding a couple of lines to your code. See User Guide – Control Panel topic […]
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 with package setup starting from 3.18.2. You can always download the latest version from our site.
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 the required adjustments at your end.
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 percents is calculated inside the current session Bug fixing
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. Their lifetime licenses will be upgraded up to this license MZpack Indicators w Divergence for NinjaTrader 8 after the purchase of a license for […]