Windows WPF tool that converts MetaStock data (MASTER/EMASTER/XMASTER + F*.DAT/MWD) to CSV.
dotnet restore
dotnet build -c Release
dotnet publish -c Release -r win-x64Or run PowerShell script:
pwsh ./publish.ps1Output: ./bin/Release/net8.0-windows/win-x64/publish/MetaStockConverter.exe
- Select input folder containing master file and
F*.DAT/F*.MWD. - Select output folder (defaults to
CSVinside input). - Choose options and click
Convert to CSV.
Anomalies are written to per-symbol *_anomalies.csv.
- Default behavior omits anomalies. Interpolation placeholder exists; full interpolation can be extended.
- App is self-contained single-file .NET 8, win-x64.