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

FormatExtensionDelimiter
CSV.csvComma, semicolon, tab, or space
Text.txtAuto-detected
TradeStation/Multicharts RINA XML.xmlNative XML
Excel.xlsxSpreadsheet
HTML report.htm, .htmle.g. MT4 statement export
NinjaTrader.csvVia Trade Performance export
MetaTrader 4/5.csv / .htmVia Account History export
Excel / Google Sheets.csv / .xlsxManual trade journal

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 for common platforms
  • 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? Sign up free — no credit card required.