Skip to content

Instantly share code, notes, and snippets.

@chrishieu
Created December 6, 2017 16:43
Show Gist options
  • Save chrishieu/5378199940c51761dda9c3229b1ab456 to your computer and use it in GitHub Desktop.
Save chrishieu/5378199940c51761dda9c3229b1ab456 to your computer and use it in GitHub Desktop.
<!-- TradingView Widget BEGIN -->
<script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script>
<script type="text/javascript">
new TradingView.widget({
"width": 980,
"height": 400,
"symbol": "NASDAQ:AAPL",
"interval": "D",
"timezone": "Etc/UTC",
"theme": "Light",
"style": "1",
"locale": "en",
"toolbar_bg": "#f1f3f6",
"enable_publishing": false,
"hide_top_toolbar": true,
"save_image": false,
"hideideas": true
});
</script>
<!-- TradingView Widget END -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment