Added exporting indicators values to csv file. See ExportIndicatorsValues.cs sample
Strategies
Added Data_Export tool (strategy).
We provide a tool (strategy) for exporting historical indicators data to a file.
Note, you must enable relevant indicators settings for some exported values. If a value is not supported by indicator or was not calculated it is exported as an empty string or 0. For example, enable volume profile POC in mzVolumeProfile to export POC value. Indicators settings are saved in xml file when you disable this strategy and loaded on next run.
By default, the export format is CSV. Default file is <Documents folder>\NinjaTrader 8\mzpack\strategy\<namespace>\<strategy>\data\<instrument name + random alphanumeric.csv>
For example: Documents\NinjaTrader 8\mzpack\strategy\NinjaTrader.NinjaScript.Strategies.MZpackStrategies\Data_Export\data\ES 09-24 7A6BVW3L.csv
See Data_Export.cs for the source code.