MZpack API 2.4.3
· One min read
New indicator settings persistence, exit management with ExitBase class, and custom limit order cancellation logic.
What's New
- Indicator Settings: Users can now save indicator configurations, with reference implementation available in the AdvancedTemplate sample
- Exit Management: A new ExitBase class was added for the Entry.Exit property, enabling users to exit from a position on custom conditions. See the BarCloseTarget.cs example in the extensions/Exits folder.
- Limit Order Customization: Custom cancellation logic for limit entry orders through a MultiCancelEntry class example. Orders can be cancelled based on multiple conditions: bar count, tick movements, or millisecond time intervals.