Import Binance Trades into TraderDynamiq

Drop your Binance CSV in and see what your trading mistakes cost, ranked in dollars. No account, no card. Supports Crypto Spot, Crypto Futures.

Written, not yet verified

Which Binance export do I need?

Any of these files work — open yours and check the header row against the columns below. If it matches, the format is detected automatically and you map nothing.

The Binance trade-history export as it is actually produced today: a Date(UTC) column with Symbol/Quantity rather than the Pair/Executed layout binance_spot.yaml was written against. Verified against a real member export on 2026-08-10; binance_spot matched none of them.

How to Import Binance Trades

  1. Export your trade history from Binance as a CSV file
  2. Open the free analyser and drop the file in — no account needed
  3. The platform recognises the Binance layout from its header row — no manual column mapping
  4. You get your costliest patterns ranked in dollars, in seconds

What a Binance export actually contains

Read from the detector itself, so it matches what the parser accepts today. Open your file and compare — if the columns line up, there is nothing to configure.

Binance (Trade History CSV, Date(UTC) layout)

Direction column saysBUY → long, SELL → short
Realised PnL read fromRealized Profit
Fees read fromFee
Also used if presentAmount, Fee, Fee Coin, Realized Profit, Quote Asset

What your Binance history gets analysed for

Every Binance fill you export is replayed in order to find what the pattern cost you across Crypto Spot, Crypto Futures — revenge entries after a loss, position sizing that drifts, and the hours you should not be trading. Each one is priced in dollars and ranked, so you fix the expensive habit first.

Free Trading Tools

Binance import — questions

Which Binance CSV export does TraderDynamiq accept?

All 1 of them: Binance (Trade History CSV, Date(UTC) layout). The format is detected from the header row, so you do not map any columns yourself. A recognised file has columns such as Date(UTC), Symbol, Side, Price, Quantity.

Do I need an account to analyse my Binance trades?

No. The free analyser at /free-analysis reads the export and ranks your costliest patterns in dollars without a signup, an email or a card.

Has the Binance import been tested on real exports?

Definition written from this exchange's documented export format, not yet confirmed on a live trader's file. If the export carries symbol, side, price, quantity, fee and timestamp, the generic CSV path reads it today. Send us a sample and we will confirm it.