nick5363 commited on
Commit
9c0d831
·
verified ·
1 Parent(s): fbffbd6

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- <div class="tradingview-widget-container">
45
- <div class="tradingview-widget-container__widget"></div>
46
- <script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-market-overview.js" async>
47
- {
48
- "colorTheme": "dark",
49
- "dateRange": "1D",
50
- "showChart": true,
51
- "locale": "en",
52
- "largeChartUrl": "",
53
- "isTransparent": false,
54
- "showSymbolLogo": true,
55
- "showFloatingTooltip": false,
56
- "width": "400",
57
- "height": "550",
58
- "plotLineColorGrowing": "rgba(41, 98, 255, 1)",
59
- "plotLineColorFalling": "rgba(41, 98, 255, 1)",
60
- "gridLineColor": "rgba(152, 152, 152, 0)",
61
- "scaleFontColor": "rgba(219, 219, 219, 1)",
62
- "belowLineFillColorGrowing": "rgba(41, 98, 255, 0.12)",
63
- "belowLineFillColorFalling": "rgba(41, 98, 255, 0.12)",
64
- "belowLineFillColorGrowingBottom": "rgba(41, 98, 255, 0)",
65
- "belowLineFillColorFallingBottom": "rgba(41, 98, 255, 0)",
66
- "symbolActiveColor": "rgba(41, 98, 255, 0.12)",
67
- "tabs": [
68
- {
69
- "title": "Indices",
70
- "symbols": [
71
- { "s": "CBOT_MINI:MYM1!", "d": "MYM1!" },
72
- { "s": "CME_MINI:ES1!", "d": "S&P 500 Futures (Front)" }
73
- ],
74
- "originalTitle": "Indices"
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">