Update index.html
Browse files- index.html +29 -19
index.html
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
<body>
|
19 |
|
20 |
<h1>NhatTranView Dashboard</h1>
|
21 |
-
<!-- Widget
|
22 |
<div class="section">
|
23 |
<h2>Market Overview</h2>
|
24 |
<!-- TradingView Widget BEGIN -->
|
@@ -63,7 +63,7 @@
|
|
63 |
</div>
|
64 |
<!-- TradingView Widget END -->
|
65 |
|
66 |
-
<!-- Widget
|
67 |
<div class="section">
|
68 |
<h2>Market Events</h2>
|
69 |
<div class="tradingview-widget-container">
|
@@ -87,26 +87,36 @@
|
|
87 |
|
88 |
|
89 |
|
90 |
-
<!-- Widget 3:
|
91 |
<div class="section">
|
92 |
-
<h2>
|
93 |
|
94 |
|
95 |
-
|
96 |
-
<
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
|
111 |
</body>
|
112 |
</html>
|
|
|
18 |
<body>
|
19 |
|
20 |
<h1>NhatTranView Dashboard</h1>
|
21 |
+
<!-- Widget 1: Market Overview -->
|
22 |
<div class="section">
|
23 |
<h2>Market Overview</h2>
|
24 |
<!-- TradingView Widget BEGIN -->
|
|
|
63 |
</div>
|
64 |
<!-- TradingView Widget END -->
|
65 |
|
66 |
+
<!-- Widget 2: Market Events -->
|
67 |
<div class="section">
|
68 |
<h2>Market Events</h2>
|
69 |
<div class="tradingview-widget-container">
|
|
|
87 |
|
88 |
|
89 |
|
90 |
+
<!-- Widget 3: Heat Map -->
|
91 |
<div class="section">
|
92 |
+
<h2>Heat Map</h2>
|
93 |
|
94 |
|
95 |
+
<!-- TradingView Widget BEGIN -->
|
96 |
+
<div class="tradingview-widget-container">
|
97 |
+
<div class="tradingview-widget-container__widget"></div>
|
98 |
+
<div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/" rel="noopener nofollow" target="_blank"><span class="blue-text">Track all markets on TradingView</span></a></div>
|
99 |
+
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-stock-heatmap.js" async>
|
100 |
+
{
|
101 |
+
"exchanges": [],
|
102 |
+
"dataSource": "SPX500",
|
103 |
+
"grouping": "sector",
|
104 |
+
"blockSize": "market_cap_basic",
|
105 |
+
"blockColor": "change",
|
106 |
+
"locale": "en",
|
107 |
+
"symbolUrl": "",
|
108 |
+
"colorTheme": "dark",
|
109 |
+
"hasTopBar": false,
|
110 |
+
"isDataSetEnabled": false,
|
111 |
+
"isZoomEnabled": true,
|
112 |
+
"hasSymbolTooltip": true,
|
113 |
+
"isMonoSize": false,
|
114 |
+
"width": 420,
|
115 |
+
"height": 550
|
116 |
+
}
|
117 |
+
</script>
|
118 |
+
</div>
|
119 |
+
<!-- TradingView Widget END -->
|
120 |
|
121 |
</body>
|
122 |
</html>
|