Drop your Binance CSV in and see what your trading mistakes cost, ranked in dollars. No account, no card. Supports Crypto Spot, Crypto Futures.
Verified on real exports
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.
time, symbol, side, qty, price, commissiontime, symbol, incomeType, income, assetDate(UTC), Pair, Side, Price, Executed, FeeBinance Futures userTrades CSV export with execution-level data.
Binance Futures income history CSV export (funding, PnL, commission, etc.).
Binance Spot trade history CSV export from the Orders > Trade History tab. Binance writes the asset ONTO the number in this export: `Executed` is `0.10000000BTC`, `Amount` is `6000USDT`, `Fee` is `0.00075BNB` -- see F527 and the unit-suffix strip in `_to_decimal`.
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.
| Timestamp looks like | 2026-08-13 14:05:00 or 2026-08-13T14:05:00 or %Y-%m-%d %H:%M:%S.%f · read as UTC |
|---|---|
| Direction column says | BOTH / BUY → long, SELL → short |
| Symbols are normalised | upper-cased |
| Realised PnL read from | realizedPnl, realized_pnl |
| Fees read from | commission, fee |
| Also used if present | commissionAsset, orderId, id, realizedPnl, buyer, maker, positionSide |
| Timestamp looks like | 2026-08-13 14:05:00 or 2026-08-13T14:05:00 · read as UTC |
|---|---|
| Symbols are normalised | upper-cased |
| Realised PnL read from | income |
| Also used if present | info, tranId, tradeId |
| Timestamp looks like | 2026-08-13 14:05:00 or 2026-08-13T14:05:00 · read as UTC |
|---|---|
| Direction column says | BUY → long, SELL → short |
| Symbols are normalised | upper-cased |
| Realised PnL | not in this export — computed from your fills |
| Fees read from | Fee |
| Also used if present | Amount, Role, Total |
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.
All 3 of them: Binance Futures (Trade History CSV); Binance Futures (Income History CSV); Binance Spot (Trade History CSV). The format is detected from the header row, so you do not map any columns yourself. A recognised file has columns such as time, symbol, side, qty, price, commission.
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.
Read-only API sync running on live accounts, plus Futures/Spot CSV exports.