-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.21 KB
/
index.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
<!-- 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/" rel="noopener nofollow" target="_blank"><span class="blue-text">Track all markets on TradingView</span></a></div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-market-quotes.js" async>
{
"width": "700",
"height": "275",
"symbolsGroups": [
{
"name": "Indices",
"originalName": "Indices",
"symbols": [
{
"name": "NSE:NIFTY",
"displayName": "NIFTY"
},
{
"name": "NSE:NIFTY1!",
"displayName": "NIFTY FUTURE"
},
{
"name": "NSE:INDIAVIX",
"displayName": "VIX"
},
{
"name": "BSE:SENSEX",
"displayName": "SENSEX"
},
{
"name": "BSE:BANK",
"displayName": "BANKEX"
}
]
}
],
"showSymbolLogo": false,
"isTransparent": false,
"colorTheme": "dark",
"locale": "en",
"backgroundColor": "#131722"
}
</script>
</div>
<!-- TradingView Widget END -->