Skip to content

Instantly share code, notes, and snippets.

@clasen
Created November 25, 2014 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clasen/72f93e2b287b087e02d0 to your computer and use it in GitHub Desktop.
Save clasen/72f93e2b287b087e02d0 to your computer and use it in GitHub Desktop.
LEVyOa
<!-- TradingView Widget BEGIN -->
<script type="text/javascript" src="https://d33t3vvu2t2yu5.cloudfront.net/tv.js"></script>
<script type="text/javascript">
new TradingView.widget({
"autosize": true,
"symbol": "SPX500",
"interval": "D",
"timezone": "exchange",
"theme": "White",
"style": "1",
"toolbar_bg": "#f1f3f6",
"withdateranges": true,
"allow_symbol_change": true,
"save_image": false,
"watchlist": [ "BIIB",
"PCLN",
"GILD",
"CELG",
"URBN",
],
"hideideas": true
});
</script>
<!-- TradingView Widget END -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment