Map.TradeMap.Trade
Client LoginGet Access →
Beginner

CSV

A plain spreadsheet-style file (comma-separated values) used to move data.

Definition

CSV stands for "comma-separated values". It is a simple text file where each row is a record and each column is separated by a comma. Almost every broker, platform, and spreadsheet can export a CSV, which makes it a universal way to move your trade history into the journal.

Example

You open your broker, click "Export to CSV", and get a file like trades.csv. You upload that file and the app maps its columns to symbol, side, entry, exit, and so on.

Related terms

Where you see this in the app

Educational content only. Map.Trade does not provide financial advice or trading signals.

Why it matters

CSV is the universal fallback when a platform-specific statement export is not available.

Frequently asked questions

What columns does a CSV need?

At least symbol, side, open/close time, and price; extra columns map to richer fields.

My CSV failed to import — why?

Usually a missing required column or an unusual delimiter; check the column-mapping step.

CSV — Trading Glossary · Map.Trade