sellestas/btc-candlestick-dataset
收藏资源简介:
--- 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} } ```
--- license: MIT许可证 task_categories: - 图像转文本(image-to-text) - 文本分类(text-classification) language: - 英语 tags: - 金融 - 交易 - 蜡烛图(candlestick chart) - 时间序列 size_categories: - 1000 < 样本数 < 10000 --- # 蜡烛图(candlestick chart)数据集——BTCUSDT交易对 ## 数据集说明 本数据集包含针对BTCUSDT交易对的蜡烛图图像,配套文本描述与交易标签。 ### 数据集概览 - **交易对标识(Symbol)**: BTCUSDT - **采样间隔(Interval)**: 1小时 - **窗口大小(Window Size)**: 每张图表包含30根K线 - **总样本数(Total Records)**: 13081 - **图像格式(Image Format)**: PNG(包含成交量的蜡烛图) - **文本格式(Text Format)**: 结构化的K线数据描述 - **标签类型(Labels)**: 交易信号分类任务 ### 数据集结构 每条样本包含以下字段: - `image`: 蜡烛图图像(PNG格式) - `text`: 最新一根K线的文本描述 - `label`: 交易信号/分类标签 - `next_close`: 用于模型验证的下一期收盘价 - `image_path`: 原始图像文件名 ### 使用方法 python from datasets import load_dataset dataset = load_dataset("tuankg1028/btc-candlestick-dataset") ### 引用声明 若您使用本数据集,请引用如下文献: @dataset{candlestick_dataset_btcusdt, title={Candlestick Chart Dataset - BTCUSDT}, author={CandleFusion}, year={2024}, url={https://huggingface.co/datasets/tuankg1028/btc-candlestick-dataset} }



