Import Guide

AlgoChef supports importing trade data from CSV, TXT, Excel, HTML, and TradeStation/Multicharts RINA XML files — one file at a time or many at once. This section covers supported formats, field mappings, and how to create reusable templates.

Supported Formats

FormatExtensionNotes
TradeStation / Multicharts RINA XML.xmlAuto-mapped — no column mapping needed
MetaTrader Strategy Tester Report.htm, .htmlAuto-mapped — no column mapping needed
CSV.csvComma, semicolon, tab, or space — delimiter auto-detected
Text.txtDelimiter auto-detected
Excel.xlsxSpreadsheet
NinjaTrader.csvVia Trade Performance export
MetaTrader 4/5 account history.csvColumn mapping required
Excel / Google Sheets.csv / .xlsxManual trade journal

The two auto-mapped formats are the easiest route in: AlgoChef reads the file's own structure, so you skip the column-mapping step entirely. If your platform can produce either one, prefer it.

Limits

LimitValue
Single .xml file150 MB
Any other single file50 MB
Any multi-file batch50 MB per file
Trades per import50,000

Only a single .xml gets the larger allowance, because that format streams as it is read rather than being loaded whole. These are enforced when you upload and again on the server, so an oversized file fails immediately rather than part-way through.

Batch import: select multiple files in one go. The wizard detects each file, offers a per-file review step (approve or skip each), and can apply one saved template across the whole batch.

P&L Calculation Priority

AlgoChef determines trade P&L using a 2-step priority:

  1. Direct P&L column — If your file has a net_profit, profit_loss, or similar column, AlgoChef uses it directly
  2. Price calculation — If entry/exit prices and quantity are available: (exitPrice - entryPrice) × quantity × bigPointValue

Post-Import Processing

After mapping columns, AlgoChef automatically:

  1. Sorts trades by exit date
  2. Calculates equity curve from sequential P&L
  3. Computes all 200+ metrics
  4. Generates the 5-score system ratings
  5. 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 and ready to select. Today there is one: TS-excel, for TradeStation's Strategy Performance Report exported as Excel or CSV.
  • User templates — Your custom mappings, reusable across imports

Detailed Guides

Tip

Need help with your specific platform's export format? Contact us or ask in the community.

Tip

Ready to import your first strategy? Start your 14-day free trial.