How do I turn Gate.io Trade History into a review chart?
Export or map Gate.io filled trade rows, then keep symbol, execution time, side, price, quantity, and a trade_id that groups the entry and exit.
Gate.io trade history chart
Use this workflow for Gate.io Spot Orders, Trade History, Pilot Orders, and mapped futures fills. Keep only filled executions, then generate a chart with buy/sell markers, holding window, return, max run-up, max drawdown, and indicators.
| Search wording | Rows to keep | KLinePic fields |
|---|---|---|
| Gate.io Trade History chart | filled spot trade history | symbol, side, time, price, quantity |
| Gate.io Spot Orders chart | completed spot executions | trade_id, event_type, exchange |
| Gate成交记录复盘图 | 成交时间、方向、价格、数量 | 标准 CSV 后生成买卖点图 |
trade_id,exchange,symbol,event_type,position_side,time,price,quantity,fee,fee_asset GATE-ETH-001,Gate.io,ETHUSDT,buy,long,2026-06-05T09:40:00+00:00,3560.2,0.5,0.0004,ETH GATE-ETH-001,Gate.io,ETHUSDT,sell,long,2026-06-05T18:05:00+00:00,3698.7,0.5,1.85,USDT
Export or map Gate.io filled trade rows, then keep symbol, execution time, side, price, quantity, and a trade_id that groups the entry and exit.
No. KLinePic review charts need filled trade rows. Deposits, withdrawals, transfers, and funding-only rows should stay out of the chart input.