-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6a02a72
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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:BANKNIFTY", | ||
"displayName": "BANKNIFTY" | ||
}, | ||
{ | ||
"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 --> |