Import Guide
AlgoChef supports importing trade data from CSV, TXT, and TradeStation/Multicharts RINA XML files. This section covers supported formats, field mappings, and how to create reusable templates.
Supported Formats
| Format | Extension | Delimiter |
|---|---|---|
| CSV | .csv | Comma, semicolon, or tab |
| Text | .txt | Auto-detected |
| TradeStation/Multicharts RINA XML | .xml | Native XML |
| NinjaTrader | .csv | Via Trade Performance export |
| MetaTrader 4/5 | .csv | Via Account History export |
| Excel / Google Sheets | .csv | Manual trade journal |
P&L Calculation Priority
AlgoChef determines trade P&L using a 2-step priority:
- Direct P&L column — If your file has a
net_profit,profit_loss, or similar column, AlgoChef uses it directly - Price calculation — If entry/exit prices and quantity are available:
(exitPrice - entryPrice) × quantity × bigPointValue
Post-Import Processing
After mapping columns, AlgoChef automatically:
- Sorts trades by exit date
- Calculates equity curve from sequential P&L
- Computes all 95+ metrics
- Generates the 5-score system ratings
- Creates distribution analysis and drawdown data
Format Templates
If you import from the same platform regularly, save your column mapping as a template:
- System templates — Pre-built for common platforms
- User templates — Your custom mappings, reusable across imports
Detailed Guides
- CSV Format Reference — Column specifications and examples
- TradeStation/Multicharts RINA XML — Exporting from TradeStation
- NinjaTrader Import Guide — Exporting from NinjaTrader 8
- MetaTrader Import Guide — Exporting from MT4 and MT5
- Excel & Manual Trade Journal — Formatting spreadsheet data for import
Tip
Need help with your specific platform's export format? Contact us or ask in the community.
Tip
Ready to import your first strategy? Sign up free — no credit card required.