DiljitSingh14
commited on
Upload folder using huggingface_hub
Browse files- README.md +118 -0
- data.pkl +3 -0
- full_unProcessed.json +0 -0
- image_and_text.json +15 -0
- metadata.csv +0 -0
- pageUpto50.json +0 -0
- test.zip +3 -0
- train.zip +3 -0
README.md
ADDED
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# TradingView Ideas Dataset
|
2 |
+
|
3 |
+
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.
|
4 |
+
|
5 |
+
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.
|
6 |
+
|
7 |
+
## Dataset Structure
|
8 |
+
|
9 |
+
### Root Folder Contents
|
10 |
+
|
11 |
+
- `train.zip`: Compressed folder containing training data (images and JSON split).
|
12 |
+
- `test.zip`: Compressed folder containing testing data (images and JSON split).
|
13 |
+
- `metadata.csv`: A metadata file linking image filenames to their respective textual descriptions and features.
|
14 |
+
|
15 |
+
### Metadata Structure
|
16 |
+
|
17 |
+
The `metadata.csv` file contains two columns:
|
18 |
+
|
19 |
+
- `file_name`: The image filename (e.g., `18115109.png`).
|
20 |
+
- `additional_feature`: A text description combining various features from the original dataset.
|
21 |
+
|
22 |
+
Example:
|
23 |
+
|
24 |
+
```csv
|
25 |
+
file_name,additional_feature
|
26 |
+
18115109.png,"STOCK IN MOMENTUM...\nNSE:SUNDARMFIN trade at 4880 level..."
|
27 |
+
```
|
28 |
+
|
29 |
+
## Dataset Contents
|
30 |
+
|
31 |
+
The dataset includes:
|
32 |
+
|
33 |
+
1. **JSON Metadata Files**:
|
34 |
+
|
35 |
+
- Each idea is saved as a JSON file containing key metadata such as:
|
36 |
+
- `id`: Unique identifier for the idea.
|
37 |
+
- `name`: Title of the idea.
|
38 |
+
- `description`: Description of the trading idea.
|
39 |
+
- `created_at`: Timestamp of when the idea was created.
|
40 |
+
- `chart_url`: URL to the idea's chart on TradingView.
|
41 |
+
- `symbol`: Associated trading symbol (e.g., BINANCE:XRPUSDT).
|
42 |
+
- `user`: Information about the author (e.g., username, pro plan).
|
43 |
+
- `likes_count`: Number of likes the idea has received.
|
44 |
+
|
45 |
+
2. **Chart Images**:
|
46 |
+
|
47 |
+
- PNG images representing the charts associated with each idea.
|
48 |
+
|
49 |
+
## Usage
|
50 |
+
|
51 |
+
### Accessing the Data
|
52 |
+
|
53 |
+
1. Clone the repository using:
|
54 |
+
|
55 |
+
```bash
|
56 |
+
git clone <repository-url>
|
57 |
+
```
|
58 |
+
|
59 |
+
2. Navigate to the dataset directory:
|
60 |
+
|
61 |
+
```bash
|
62 |
+
cd tradingview_data
|
63 |
+
```
|
64 |
+
|
65 |
+
### File Structure
|
66 |
+
|
67 |
+
- `tradingview_data/`
|
68 |
+
- JSON files for each idea (e.g., `18116179.json`)
|
69 |
+
- PNG chart images (e.g., `18116179.png`)
|
70 |
+
|
71 |
+
### Example JSON Structure
|
72 |
+
|
73 |
+
Here is an example of the data structure for an idea:
|
74 |
+
|
75 |
+
```json
|
76 |
+
{
|
77 |
+
"id": 18116179,
|
78 |
+
"name": "XRP What will happen in the future?",
|
79 |
+
"description": "The price has formed a bullish flag on the daily time frame...",
|
80 |
+
"created_at": "2025-01-01T11:42:56+00:00",
|
81 |
+
"chart_url": "https://www.tradingview.com/chart/XRPUSDT/DXOM2VxN-XRP-What-will-happen-in-the-future/",
|
82 |
+
"symbol": "BINANCE:XRPUSDT",
|
83 |
+
"user": {
|
84 |
+
"id": 10426253,
|
85 |
+
"username": "CobraVanguard",
|
86 |
+
"pro_plan": "pro_premium"
|
87 |
+
},
|
88 |
+
"likes_count": 72
|
89 |
+
}
|
90 |
+
```
|
91 |
+
|
92 |
+
## How the Data Was Collected
|
93 |
+
|
94 |
+
The dataset was generated using the following steps:
|
95 |
+
|
96 |
+
1. Fetched data from TradingView's ideas page using a custom Python script.
|
97 |
+
2. Extracted relevant metadata and saved it in JSON format.
|
98 |
+
3. Downloaded chart images associated with each idea.
|
99 |
+
4. Uploaded the processed data to this repository.
|
100 |
+
|
101 |
+
For more details, refer to the `tradingview_data_extraction.py` script in this repository.
|
102 |
+
|
103 |
+
## Applications
|
104 |
+
|
105 |
+
This dataset can be used for:
|
106 |
+
|
107 |
+
- Training machine learning models for financial analysis.
|
108 |
+
- Natural language processing on trading descriptions and comments.
|
109 |
+
- Image analysis of trading charts.
|
110 |
+
- Developing automated trading strategies or tools.
|
111 |
+
|
112 |
+
## License
|
113 |
+
|
114 |
+
This dataset is for research purposes only. Please adhere to TradingView's terms of service and policies when using the data.
|
115 |
+
|
116 |
+
## Acknowledgments
|
117 |
+
|
118 |
+
Data sourced from [TradingView](https://www.tradingview.com/). Special thanks to the contributors and users sharing their trading ideas.
|
data.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:249b85585e81a0236f3030ca65fab3db975025add3063c1a4851795c2d3edf9f
|
3 |
+
size 8649531
|
full_unProcessed.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
image_and_text.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"id": 18115109,
|
4 |
+
"name": "\u201cDynamic Liquidity Analyzer\u201d ",
|
5 |
+
"description": "Trendlines\nThe white lines are the markers of order amidst chaos. Solid and dashed, they connect critical highs and lows, serving as pathways that reveal the future of price action. They outline the potential for breakouts or breakdowns\u2014decision points where the market bows to our strategy. \nThese lines carve the battlefield, where traders either rise or fall. These highs and lows are structured almost uniquely, deviating from the conventional setup of ordinary highs and lows.\n\nVolume Weighted Average Price (VWAP)\nThe blue stair-step line is no ordinary indicator\u2014it is the foundation of fair value. This VWAP dynamically calculates the average price weighted by volume, serving as a stronghold for price action. The market respects it as a key support and resistance level. A bounce off this VWAP is a signal of bullish resurgence, while a break below hints at bearish momentum. It\u2019s not just a line\u2014it\u2019s the axis around which the market pivots.\n\nIndicator\nThis is the pinnacle of liquidity visualization. The lines below are not mere decorations\u2014they are the heartbeat of the market:\n\u2022\tOrange (Bitcoin Price): The core driver of the current movement.\n\u2022\tYellow (BTC.D Moving Average): The critical indicator of Bitcoin dominance. When BTC.D rises, Bitcoin often gains strength at the expense of altcoins. When BTC.D falls, altcoin liquidity flows upward.\n\u2022\tBlue (TOTAL3 Moving Average): The maestro of altcoins, showcasing their potential for explosive growth.\nThis tool mirrors liquidity flows, signaling shifts in dominance. As Bitcoin moves downward, we see Bitcoin price rise; when Bitcoin moves upward, Bitcoin price moves downwards. This interplay reveals the unseen mechanics of the market.\n\nVolume Profile (Left Sidebar)\nThe red and green histogram bars are the battlegrounds of buyers and sellers:\n\u2022\tRed bars: High selling activity, barriers the bulls must conquer.\n\u2022\tGreen bars: Strongholds of buying strength, where the bulls rally their forces.\nAs of now, the price dances near high-volume nodes\u2014key zones of contention. Victory lies in breaking free from these areas, unleashing powerful directional moves.\n\nCustom Candles\nThese candles are the secretive arsenal of this strategy, meticulously designed to expose manipulation, price inconsistencies, and pivotal moments in the market. They are crafted to reveal when the market is preparing for massive moves while remaining subtle in their true power. They keep the edge sharp without revealing too much.\n\nAltcoin and Bitcoin Insights\nThis is a live battlefield where updates reign supreme. Altcoins are testing their waters, and Bitcoin pumps are set to reignite soon. I will be providing updates for short trades as manipulation keeps unfolding and inconsistencies present themselves.\n\nNote: The VWAP has been condensed into a 5-day timeframe to align seamlessly with the chart, while the indicator operates on a 1-day timeframe. Additionally, it dynamically reflects insights from the 4-hour timeframe, offering a multi-dimensional view of price action. \n\n(Global liquidity is where prices are headed) \n",
|
6 |
+
"created_at": "2025-01-01T05:25:34+00:00",
|
7 |
+
"chart_url": "https://www.tradingview.com/chart/BTCUSD/vMBJ0QHr-Dynamic-Liquidity-Analyzer/",
|
8 |
+
"symbol": "COINBASE:BTCUSD",
|
9 |
+
"user": {
|
10 |
+
"id": 27006277,
|
11 |
+
"username": "The_ForexX_Mindset",
|
12 |
+
"pro_plan": "pro_premium"
|
13 |
+
},
|
14 |
+
"likes_count": 28,
|
15 |
+
"image_py":
|
metadata.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pageUpto50.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3f4a913bb269e675f9123d769a35c9758695372a4aab749d8f1754bc25222f1
|
3 |
+
size 25615967
|
train.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1c5291c6bb786d50bcc2299c9171585ab69ff864d362b6874a637e24bfa4ea1
|
3 |
+
size 103933679
|