Skip to content

Instantly share code, notes, and snippets.

/btc

Created October 23, 2017 09:36
Show Gist options
  • Save anonymous/d1ef6c52883f9306a5bf0b3d5fa0f7cc to your computer and use it in GitHub Desktop.
Save anonymous/d1ef6c52883f9306a5bf0b3d5fa0f7cc to your computer and use it in GitHub Desktop.

Revisions

  1. @invalid-email-address Anonymous created this gist Oct 23, 2017.
    122 changes: 122 additions & 0 deletions btc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,122 @@
    <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>