-
-
Save nebolsin/6ae14812f083646aacad1893edb6847d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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