Last active
May 23, 2025 21:09
-
-
Save teoadams/e328c44abe4961f0164f2797fba30fad to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<!-- 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-mini-symbol-overview.js" async> | |
{ | |
"symbol": "COINBASE:BTCUSD", | |
"width": "350", | |
"height": "220", | |
"locale": "en", | |
"dateRange": "ALL", | |
"colorTheme": "dark", | |
"isTransparent": false, | |
"autosize": false, | |
"largeChartUrl": "", | |
"noTimeScale": false | |
} | |
</script> | |
</div> | |
<!-- TradingView Widget END --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment