MZpack Strategies API w Divergence 2.4.15
· One min read
This release updates to the new 4.2.2 Indicators core and fixes two strategy issues.
What's New
New 4.2.2 Indicators core.
Fixes
- Calculate=OnBarClose: strategies with
BarsRequiredToTrade=1no longer skip bar 0 in OnBarClose signal validation. SignalGetEffectiveCurrentBarIndex()now returns the right index for OnBarClose mode, andisFirstTickOfBarsis properly reset. - IsExportWhileCollecting re-enabled — it had been disabled to speed up research/backtest runs; streaming export to file now works again.