MZpack API 2.4.4
· One min read
New CSV export functionality for indicator values and the Data_Export strategy for exporting historical indicator data.
What's New
API
- Added functionality for exporting indicator values to CSV file, with the ExportIndicatorsValues.cs sample provided for reference
Strategies
- Introduced the Data_Export tool (a strategy) designed for exporting historical indicator data to a file
- Users must enable relevant indicator settings for certain exported values
- Unsupported or uncalculated values export as empty strings or zeros
- Settings are preserved in XML format when the strategy is disabled and reloaded on subsequent runs
- The default export format is CSV
- Source code available in Data_Export.cs