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 | Contracts or shares per trade |
| Commissions | Per-trade commission costs |
| MAE/MFE | If available in the report |
Prefer Excel or CSV? Use the TS-excel template
If you export TradeStation's Strategy Performance Report as Excel or CSV instead of XML, select the TS-excel system template in the import wizard. It is pre-configured for the "List of Trades" sheet, including TradeStation's paired entry/exit rows and its date and time formats, so you do not have to map the columns yourself.
The XML route is still the simplest — it needs no template at all — but TS-excel makes the spreadsheet route close to it.
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 14-day free trial.