Skip to content

Instantly share code, notes, and snippets.

/btc

Created October 23, 2017 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save anonymous/d1ef6c52883f9306a5bf0b3d5fa0f7cc to your computer and use it in GitHub Desktop.
Save anonymous/d1ef6c52883f9306a5bf0b3d5fa0f7cc to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script>
<style>
body {padding:0; margin:0}
.container {display:flex; flex-wrap: wrap;}
.child {flex-grow: 1; width:50%; height:33.3vh;}
</style>
<div class='container'>
<div class='child'>
<script type="text/javascript">
new TradingView.widget({
"width": "100%",
"height": "100%",
"symbol": "BITFINEX:BTCUSD",
"interval": "1",
"timezone": "Etc/UTC",
"theme": "Light",
"style": "1",
"locale": "en",
"toolbar_bg": "#f1f3f6",
"enable_publishing": false,
"allow_symbol_change": true,
"save_image": false,
"hideideas": true
});
</script>
</div>
<div class='child'>
<script type="text/javascript">
new TradingView.widget({
"width": "100%",
"height": "100%",
"symbol": "BITFLYER:BTCJPY",
"interval": "1",
"timezone": "Etc/UTC",
"theme": "Light",
"style": "1",
"locale": "en",
"toolbar_bg": "#f1f3f6",
"enable_publishing": false,
"allow_symbol_change": true,
"save_image": false,
"hideideas": true
});
</script>
</div>
<div class='child'>
<script type="text/javascript">
new TradingView.widget({
"width": "100%",
"height": "100%",
"symbol": "BITMEX:XBTUSD",
"interval": "1",
"timezone": "Etc/UTC",
"theme": "Light",
"style": "1",
"locale": "en",
"toolbar_bg": "#f1f3f6",
"enable_publishing": false,
"allow_symbol_change": true,
"save_image": false,
"hideideas": true
});
</script>
</div>
<div class='child'>
<script type="text/javascript">
new TradingView.widget({
"width": "100%",
"height": "100%",
"symbol": "BITMEX:XBTZ17",
"interval": "1",
"timezone": "Etc/UTC",
"theme": "Light",
"style": "1",
"locale": "en",
"toolbar_bg": "#f1f3f6",
"enable_publishing": false,
"allow_symbol_change": true,
"save_image": false,
"hideideas": true
});
</script>
</div>
<div class='child'>
<script type="text/javascript">
new TradingView.widget({
"width": "100%",
"height": "100%",
"symbol": "BITSTAMP:BTCUSD",
"interval": "1",
"timezone": "Etc/UTC",
"theme": "Light",
"style": "1",
"locale": "en",
"toolbar_bg": "#f1f3f6",
"enable_publishing": false,
"allow_symbol_change": true,
"save_image": false,
"hideideas": true
});
</script>
</div>
<div class='child'>
<script type="text/javascript">
new TradingView.widget({
"width": "100%",
"height": "100%",
"symbol": "OKCOIN:BTCUSD3M",
"interval": "1",
"timezone": "Etc/UTC",
"theme": "Light",
"style": "1",
"locale": "en",
"toolbar_bg": "#f1f3f6",
"enable_publishing": false,
"allow_symbol_change": true,
"save_image": false,
"hideideas": true
});
</script>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment