TradeStation/Multicharts RINA XML Import
AlgoChef has a dedicated parser for the RINA XML performance report format used by both TradeStation and Multicharts. Both platforms export identical RINA XML structure — no column mapping required for either.
Exporting from TradeStation
- Open your strategy in TradeStation
- Go to View → Strategy Performance Report
- Click File → Save As...
- Choose XML format
- Save the file
Exporting from Multicharts
- Open your strategy in Multicharts
- Go to View → Strategy Performance Report
- Click File → Save As...
- Choose RINA xml format
- Save the file
AlgoChef recognises the Multicharts RINA XML format natively — no column mapping required, same as TradeStation.
What Gets Imported
The RINA XML parser extracts:
| Data | Description |
|---|---|
| Trade list | All individual trades with entry/exit dates, prices, and P&L |
| Side | Long or Short |
| Quantity | Position size |
| Commissions | Per-trade commission costs |
| MAE/MFE | If available in the report |
Importing Into AlgoChef
- Navigate to Strategy Hub → Import
- Upload your
.xmlfile - AlgoChef auto-detects it as TradeStation/Multicharts RINA XML format
- Set your Initial Capital
- Click Import
Info
The TradeStation/Multicharts RINA XML format is fully auto-mapped. You do not need to manually match columns — AlgoChef handles the XML structure natively.
Troubleshooting
File not recognized as TradeStation format?
- Make sure you exported as XML (not HTML or text)
- Open the file in a text editor — it should look like structured XML data, not plain text or HTML
- Some older TradeStation versions may output slightly different XML — contact support if you run into issues
Tip
Using a different platform? AlgoChef's CSV import supports exports from NinjaTrader, MetaTrader, and most other platforms. See the CSV Format Reference.
Tip
Ready to analyze your own strategy? Start your free trial — no credit card required.