Update index.html
Browse files- index.html +32 -67
index.html
CHANGED
@@ -41,73 +41,38 @@
|
|
41 |
<!-- Widget 2: Market Overview -->
|
42 |
<div class="section">
|
43 |
<h2>Market Overview</h2>
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
{
|
77 |
-
"title": "Forex",
|
78 |
-
"symbols": [
|
79 |
-
{ "s": "FX:EURUSD", "d": "EUR to USD" },
|
80 |
-
{ "s": "FX:GBPUSD", "d": "GBP to USD" },
|
81 |
-
{ "s": "FX:USDJPY", "d": "USD to JPY" },
|
82 |
-
{ "s": "FX:USDCHF", "d": "USD to CHF" },
|
83 |
-
{ "s": "FX:AUDUSD", "d": "AUD to USD" },
|
84 |
-
{ "s": "FX:USDCAD", "d": "USD to CAD" }
|
85 |
-
],
|
86 |
-
"originalTitle": "Forex"
|
87 |
-
},
|
88 |
-
{
|
89 |
-
"title": "Futures",
|
90 |
-
"symbols": [
|
91 |
-
{ "s": "CME_MINI:ES1!", "d": "S&P 500 Futures (Front)" },
|
92 |
-
{ "s": "CME_MINI:NQ1!", "d": "Nasdaq 100 Futures (Front)" },
|
93 |
-
{ "s": "CME_MINI:YM1!", "d": "Dow Futures (Front)" }
|
94 |
-
],
|
95 |
-
"originalTitle": "Futures"
|
96 |
-
},
|
97 |
-
{
|
98 |
-
"title": "Bonds",
|
99 |
-
"symbols": [
|
100 |
-
{ "s": "EUREX:FGBL1!", "d": "Euro Bund" },
|
101 |
-
{ "s": "EUREX:FBTP1!", "d": "Euro BTP" },
|
102 |
-
{ "s": "EUREX:FGBM1!", "d": "Euro BOBL" }
|
103 |
-
],
|
104 |
-
"originalTitle": "Bonds"
|
105 |
-
}
|
106 |
-
]
|
107 |
-
}
|
108 |
-
</script>
|
109 |
-
</div>
|
110 |
-
</div>
|
111 |
|
112 |
<!-- Widget 3: News (Darqube) -->
|
113 |
<div class="section">
|
|
|
41 |
<!-- Widget 2: Market Overview -->
|
42 |
<div class="section">
|
43 |
<h2>Market Overview</h2>
|
44 |
+
<!-- TradingView Widget BEGIN -->
|
45 |
+
<div class="tradingview-widget-container">
|
46 |
+
<div class="tradingview-widget-container__widget"></div>
|
47 |
+
<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>
|
48 |
+
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-tickers.js" async>
|
49 |
+
{
|
50 |
+
"symbols": [
|
51 |
+
{
|
52 |
+
"proName": "BITSTAMP:BTCUSD",
|
53 |
+
"title": "Bitcoin"
|
54 |
+
},
|
55 |
+
{
|
56 |
+
"description": "S&P 500 Futures",
|
57 |
+
"proName": "CME_MINI:ESM2025"
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"description": "NASDAQ Futures",
|
61 |
+
"proName": "CME_MINI:NQM2025"
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"description": "DOW Futures",
|
65 |
+
"proName": "CBOT_MINI:MYMM2025"
|
66 |
+
}
|
67 |
+
],
|
68 |
+
"isTransparent": false,
|
69 |
+
"showSymbolLogo": true,
|
70 |
+
"colorTheme": "dark",
|
71 |
+
"locale": "en"
|
72 |
+
}
|
73 |
+
</script>
|
74 |
+
</div>
|
75 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
|
77 |
<!-- Widget 3: News (Darqube) -->
|
78 |
<div class="section">
|