File size: 1,304 Bytes
032faaf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
55
56
57
58
59
60
61
62
---
license: mit
task_categories:
- image-to-text
- text-classification
language:
- en
tags:
- finance
- trading
- candlestick
- time-series
size_categories:
- 1K<n<10K
---

# Candlestick Chart Dataset - BTCUSDT

## Dataset Description

This dataset contains candlestick chart images paired with textual descriptions and trading labels for the BTCUSDT trading pair.

### Dataset Summary

- **Symbol**: BTCUSDT
- **Interval**: 1h
- **Window Size**: 30 candles per chart
- **Total Records**: 13081
- **Image Format**: PNG (candlestick charts with volume)
- **Text Format**: Structured candle data description
- **Labels**: Trading signal classification

### Dataset Structure

Each record contains:
- `image`: Candlestick chart image (PNG)
- `text`: Textual description of the last candle
- `label`: Trading signal/classification
- `next_close`: Next closing price for validation
- `image_path`: Original image filename

### Usage

```python
from datasets import load_dataset

dataset = load_dataset("tuankg1028/btc-candlestick-dataset")
```

### Citation

If you use this dataset, please cite:

```
@dataset{candlestick_dataset_btcusdt,
  title={Candlestick Chart Dataset - BTCUSDT},
  author={CandleFusion},
  year={2024},
  url={https://huggingface.co/datasets/tuankg1028/btc-candlestick-dataset}
}
```