CoolFace
Datasetpublic

johnlprice82/trading-bot-backtesting

Trading bot Backtesting CSVs Gunbot ⇄ Trading Bot backtests (pair-level candle & matched order data)Created with Gunbot on Binance spot. Dataset structure column type description ts int64 candle Unix ms timestamp open/high/low/close float OHLC price values volume float traded volume in base currency order_type str buy, sell, or empty (no order) order_rate float executed rate order_amount float amount traded order_id int64 exchange order id… See the full description on the dataset page: https://huggingface.co/datasets/johnlprice82/trading-bot-backtesting.

sourceHugging Facecc-by-4.0updated 6mo agoView on Hugging Face
0likes35downloads
Dataset Card

Trading bot Backtesting CSVs

Gunbot ⇄ Trading Bot backtests (pair-level candle & matched order data) Created with Gunbot on Binance spot.


Dataset structure

columntypedescription
tsint64candle Unix ms timestamp
open/high/low/closefloatOHLC price values
volumefloattraded volume in base currency
order_typestrbuy, sell, or empty (no order)
order_ratefloatexecuted rate
order_amountfloatamount traded
order_idint64exchange order id
pnlfloatPnL from that filled order
… static colsfeepct, durationdays, sharpe_ratio …

Each backtest lives in its own CSV: id.csv.


Intended uses

  • Sequence-model research on candle ↔ order dynamics
  • Synthetic-trade PnL prediction, execution-timing experiments

If you publish work that uses this dataset, please cite 💚.


License

CC-BY-4.0 — free for academic & commercial use with attribution to Gunbot.

<a href="https://www.gunbot.com" target="_blank">Based on data from Gunbot – self hosted trading bot for crypto, stocks and ETFs</a>