import_trades
Import a batch of trades into your Trading Journal from a CSV export — Tradervue, TraderSync, Interactive Brokers, Degiro, or a generic CSV. Paste the CSV contents (including the header row). Columns are matched flexibly, so 'symbol'/'ticker', 'shares'/'quantity' and similar all work. Rows that can't be read are reported back rather than silently dropped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Which platform the export came from. Defaults to generic, which matches columns by name. | |
| csv_data | Yes | The CSV contents, header row included. Needs at least ticker, entry date, entry price and quantity columns. | |
| skip_header | No | Whether the first row is a header. Defaults to true. |