File size: 1,677 Bytes
cfdc3b4
 
 
 
 
 
 
 
 
 
 
16338e7
cfdc3b4
a642060
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
022b9b9
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
tags:
- trading
- time-series
- finance
pretty_name: Gunbot Trading Bot Backtesting
license: cc-by-4.0
language:
- en
size_categories:
- 1K<n<10K
homepage: https://www.gunbot.com
---
# Trading bot Backtesting CSVs

**Gunbot ⇄ Trading Bot backtests (pair-level candle & matched order data)**  
Created with [Gunbot](https://www.gunbot.com) 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                        |
| pnl             | float  | PnL from that filled order              |
| … static cols   | …      | fee_pct, duration_days, 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>