The dataset viewer is not available for this split.
Error code: StreamingRowsError Exception: ValueError Message: One or several metadata.csv were found, but not in the same directory or in a parent directory of zip://11324720.png::hf://datasets/DiljitSingh14/tradingIdeas2.0@465ac24f31caa7b263a3552604d2a95657eb23a0/train.zip. Traceback: Traceback (most recent call last): File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise return get_rows( File "/src/libs/libcommon/src/libcommon/utils.py", line 197, in decorator return func(*args, **kwargs) File "/src/services/worker/src/worker/utils.py", line 77, in get_rows rows_plus_one = list(itertools.islice(ds, rows_max_number + 1)) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2093, in __iter__ for key, example in ex_iterable: File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 199, in __iter__ for key_example in islice(self.generate_examples_fn(**gen_kwags), shard_example_idx_start, None): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/folder_based_builder/folder_based_builder.py", line 375, in _generate_examples raise ValueError( ValueError: One or several metadata.csv were found, but not in the same directory or in a parent directory of zip://11324720.png::hf://datasets/DiljitSingh14/tradingIdeas2.0@465ac24f31caa7b263a3552604d2a95657eb23a0/train.zip.
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
TradingView Ideas Dataset
This dataset contains trading ideas and analysis sourced from TradingView, split into training and testing datasets for machine learning purposes. It includes both image data (chart screenshots) and associated textual descriptions.
This repository contains a dataset extracted from TradingView's public "Ideas" section. It includes financial trading ideas and analysis submitted by users, along with associated metadata and chart images. The dataset is intended for research and development in financial analysis and machine learning.
Dataset Structure
Root Folder Contents
train.zip
: Compressed folder containing training data (images and JSON split).test.zip
: Compressed folder containing testing data (images and JSON split).metadata.csv
: A metadata file linking image filenames to their respective textual descriptions and features.
Metadata Structure
The metadata.csv
file contains two columns:
file_name
: The image filename (e.g.,18115109.png
).additional_feature
: A text description combining various features from the original dataset.
Example:
file_name,additional_feature
18115109.png,"STOCK IN MOMENTUM...\nNSE:SUNDARMFIN trade at 4880 level..."
Dataset Contents
The dataset includes:
- JSON Metadata Files:
- Each idea is saved as a JSON file containing key metadata such as:
id
: Unique identifier for the idea.name
: Title of the idea.description
: Description of the trading idea.created_at
: Timestamp of when the idea was created.chart_url
: URL to the idea's chart on TradingView.symbol
: Associated trading symbol (e.g., BINANCE:XRPUSDT).user
: Information about the author (e.g., username, pro plan).likes_count
: Number of likes the idea has received.
- Chart Images:
- PNG images representing the charts associated with each idea.
Usage
Accessing the Data
- Clone the repository using:
git clone <repository-url>
- Navigate to the dataset directory:
cd tradingview_data
File Structure
tradingview_data/
- JSON files for each idea (e.g.,
18116179.json
) - PNG chart images (e.g.,
18116179.png
)
Example JSON Structure
Here is an example of the data structure for an idea:
{
"id": 18116179,
"name": "XRP What will happen in the future?",
"description": "The price has formed a bullish flag on the daily time frame...",
"created_at": "2025-01-01T11:42:56+00:00",
"chart_url": "https://www.tradingview.com/chart/XRPUSDT/DXOM2VxN-XRP-What-will-happen-in-the-future/",
"symbol": "BINANCE:XRPUSDT",
"user": {
"id": 10426253,
"username": "CobraVanguard",
"pro_plan": "pro_premium"
},
"likes_count": 72
}
How the Data Was Collected
The dataset was generated using the following steps:
- Fetched data from TradingView's ideas page using a custom Python script.
- Extracted relevant metadata and saved it in JSON format.
- Downloaded chart images associated with each idea.
- Uploaded the processed data to this repository.
For more details, refer to the tradingview_data_extraction.py
script in this repository.
Applications
This dataset can be used for:
- Training machine learning models for financial analysis.
- Natural language processing on trading descriptions and comments.
- Image analysis of trading charts.
- Developing automated trading strategies or tools.
License
This dataset is for research purposes only. Please adhere to TradingView's terms of service and policies when using the data.
Acknowledgments
Data sourced from TradingView. Special thanks to the contributors and users sharing their trading ideas.
- Downloads last month
- 3