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

FormatExtensionDelimiter
CSV.csvComma, semicolon, or tab
Text.txtAuto-detected
TradeStation/Multicharts RINA XML.xmlNative XML
NinjaTrader.csvVia Trade Performance export
MetaTrader 4/5.csvVia Account History export
Excel / Google Sheets.csvManual trade journal

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 95+ 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.