-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsmc.html
45 lines (45 loc) · 1.01 KB
/
tsmc.html
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
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-symbol-overview.js" async>
{
"symbols": [
[
"NYSE:TSM|60M"
]
],
"chartOnly": false,
"width": 550,
"height": 400,
"locale": "en",
"colorTheme": "dark",
"autosize": false,
"showVolume": false,
"showMA": false,
"hideDateRanges": false,
"hideMarketStatus": false,
"hideSymbolLogo": false,
"scalePosition": "right",
"scaleMode": "Normal",
"fontFamily": "-apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif",
"fontSize": "10",
"noTimeScale": false,
"valuesTracking": "1",
"changeMode": "price-and-percent",
"chartType": "area",
"maLineColor": "#2962FF",
"maLineWidth": 1,
"maLength": 9,
"lineWidth": 2,
"lineType": 0,
"dateRanges": [
"1d|1",
"1w|15",
"1m|30",
"6m|120",
"12m|1D",
"60m|1W",
"all|1M"
]
}
</script>
</div>