-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxheat.html
More file actions
25 lines (25 loc) · 805 Bytes
/
fxheat.html
File metadata and controls
25 lines (25 loc) · 805 Bytes
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
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/markets/currencies/cross-rates-overview-heat-map/" rel="noopener nofollow" target="_blank"><span class="blue-text">Forex Heatmap</span></a><span class="trademark"> by TradingView</span></div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-forex-heat-map.js" async>
{
"colorTheme": "light",
"isTransparent": true,
"locale": "en",
"currencies": [
"USD",
"GBP",
"CNY",
"HKD",
"EUR",
"JPY",
"CHF",
"CAD"
],
"width": "100%",
"height": "100%"
}
</script>
</div>
<!-- TradingView Widget END -->