-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (115 loc) · 2.74 KB
/
Copy pathindex.html
File metadata and controls
115 lines (115 loc) · 2.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<div class="tradingview-widget-copyright"><a href="https://cn.tradingview.com/markets/" rel="noopener" target="_blank"><span class="blue-text">金融市场</span></a>由TradingView提供</div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-market-overview.js" async>
{
"colorTheme": "light",
"dateRange": "12M",
"showChart": true,
"locale": "zh_CN",
"width": "100%",
"height": "100%",
"largeChartUrl": "",
"isTransparent": false,
"showSymbolLogo": true,
"showFloatingTooltip": true,
"plotLineColorGrowing": "rgba(255, 0, 0, 1)",
"plotLineColorFalling": "rgba(0, 255, 0, 1)",
"gridLineColor": "rgba(240, 243, 250, 0)",
"scaleFontColor": "rgba(120, 123, 134, 1)",
"belowLineFillColorGrowing": "rgba(41, 98, 255, 0.12)",
"belowLineFillColorFalling": "rgba(41, 98, 255, 0.12)",
"belowLineFillColorGrowingBottom": "rgba(41, 98, 255, 0)",
"belowLineFillColorFallingBottom": "rgba(41, 98, 255, 0)",
"symbolActiveColor": "rgba(41, 98, 255, 0.12)",
"tabs": [
{
"title": "指数",
"symbols": [
{
"s": "SSE:000001",
"d": "上证指数"
},
{
"s": "SSE:000300",
"d": "沪深300"
},
{
"s": "SSE:000905",
"d": "中证500"
},
{
"s": "SSE:588080",
"d": "科创版50"
},
{
"s": "SKILLING:NASDAQ",
"d": "纳斯达克"
}
],
"originalTitle": "Bonds"
},
{
"title": "中股",
"symbols": [
{
"s": "NYSE:BABA",
"d": "阿里巴巴"
},
{
"s": "SZSE:002230",
"d": "科大讯飞"
}
],
"originalTitle": "Bonds"
},
{
"title": "美股",
"symbols": [
{
"s": "NASDAQ:TSLA",
"d": "特斯拉"
},
{
"s": "NASDAQ:GOOG",
"d": "谷歌"
},
{
"s": "NYSE:TWTR",
"d": "Twitter"
},
{
"s": "NASDAQ:FB",
"d": "Meta"
},
{
"s": "NASDAQ:AMZN",
"d": "亚马逊"
},
{
"s": "BITSTAMP:BTCUSD",
"d": "比特币"
}
],
"originalTitle": "Bonds"
},
{
"title": "外汇",
"symbols": [
{
"s": "FX_IDC:USDCNY",
"d": "美元汇率"
},
{
"s": "FX_IDC:EURCNY",
"d": "欧元汇率"
}
],
"originalTitle": "Forex"
}
]
}
</script>
</div>
<!-- TradingView Widget END -->