Skip to content

Instantly share code, notes, and snippets.

@hoishing
Last active November 12, 2021 12:07
Show Gist options
  • Save hoishing/d36a35862a567b3708c743dcb0c9b56e to your computer and use it in GitHub Desktop.
Save hoishing/d36a35862a567b3708c743dcb0c9b56e to your computer and use it in GitHub Desktop.
TradingView_figures
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div id="tradingview_01ba8"></div>
<div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/symbols/BINANCE-ATOMUSDT/" rel="noopener" target="_blank"><span class="blue-text">ATOMUSDT Chart</span></a> by TradingView</div>
<script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script>
<script type="text/javascript">
new TradingView.widget(
{
"autosize": true,
"symbol": "BINANCE:ATOMUSDT",
"interval": "30",
"timezone": "Asia/Taipei",
"theme": "Dark",
"style": "0",
"locale": "en",
"toolbar_bg": "#f1f3f6",
"enable_publishing": false,
"hide_side_toolbar": false,
"allow_symbol_change": true,
"save_image": false,
"show_popup_button": true,
"popup_width": "1500",
"popup_height": "650",
"container_id": "tradingview_01ba8"
}
);
</script>
</div>
<!-- TradingView Widget END -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment