Skip to content

Instantly share code, notes, and snippets.

@cosminonea
Last active May 28, 2021 23:00
Show Gist options
  • Save cosminonea/2130b0ed7ef7c62656144b8c4a8a650f to your computer and use it in GitHub Desktop.
Save cosminonea/2130b0ed7ef7c62656144b8c4a8a650f to your computer and use it in GitHub Desktop.
<html>
<head>
<meta charset="UTF-8" />
<title>BINANCE ADAUSDT</title>
<script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script>
<script src="https://unpkg.com/react@15/dist/react.min.js"></script>
<script src="https://unpkg.com/react-dom@15/dist/react-dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.24/browser.min.js"></script>
</head>
<style>
body, html {
padding: 0;
margin: 0;
font-family: 'fontawesome', Calibri, Arial, sans-serif;
color: #666;
background: #111;
min-height: 800px;
}
/* Reset */
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
color: #ccc;
text-decoration: none;
}
a:hover {
color: #fff;
}
.pair{
position: fixed;
float: right;
right: 0px;
color: #fd0;
font-weight: 800;
font-size: 20px;
line-height: 1em;
background: rgba(0,0,0,0.8);
z-index: 999;
}
/* GRID LAYOUT */
.grid {
width: 100%;
z-index: 100;
}
.module {
color: #666;
background-color: #222;
float: left;
width: 33.22%;
height: 33.22vh;
}
.module2 {
color: #666;
background-color: #222;
float: left;
width: 50%;
height: 50vh;
}
.symbol{
display: none;
position: fixed;
float: left;
background: rgba(0,0,0,1);
z-index: 1000;
}
</style>
<body>
<div class="pair">ADAUSDT</div>
<div class="container">
<div class="grid"> <!-- GRID contents BEGIN -->
<article class="module">
<!-- TradingView Widget BEGIN -->
<script type="text/javascript">
new TradingView.widget({
"autosize": true,
"symbol": "BINANCE:ADAUSDT",
"interval": "1",
"timezone": "Etc/UTC",
"theme": "Dark",
"style": "1",
"locale": "en",
"toolbar_bg": "rgba(0, 0, 0, 1)",
"enable_publishing": false,
"hide_top_toolbar": true,
"allow_symbol_change": true,
"save_image": true,
"hideideas": true,
"studies": [
"IchimokuCloud@tv-basicstudies",
]
});
</script>
<!-- TradingView Widget END -->
</article>
<article class="module">
<!-- TradingView Widget BEGIN -->
<script type="text/javascript">
new TradingView.widget({
"autosize": true,
"symbol": "BINANCE:ADAUSDT",
"interval": "5",
"timezone": "Etc/UTC",
"theme": "Dark",
"style": "1",
"locale": "en",
"toolbar_bg": "rgba(0, 0, 0, 1)",
"enable_publishing": false,
"hide_top_toolbar": true,
"allow_symbol_change": true,
"save_image": false,
"hideideas": true,
"studies": [
"IchimokuCloud@tv-basicstudies",
]
});
</script>
<!-- TradingView Widget END -->
</article>
<article class="module">
<!-- TradingView Widget BEGIN -->
<script type="text/javascript">
new TradingView.widget({
"autosize": true,
"symbol": "BINANCE:ADAUSDT",
"interval": "15",
"timezone": "Etc/UTC",
"theme": "Dark",
"style": "1",
"locale": "en",
"toolbar_bg": "rgba(0, 0, 0, 1)",
"enable_publishing": false,
"hide_top_toolbar": true,
"allow_symbol_change": true,
"save_image": false,
"hideideas": true,
"studies": [
"IchimokuCloud@tv-basicstudies",
]
});
</script>
<!-- TradingView Widget END -->
</article>
<article class="module">
<!-- TradingView Widget BEGIN -->
<script type="text/javascript">
new TradingView.widget({
"autosize": true,
"symbol": "BINANCE:ADAUSDT",
"interval": "30",
"timezone": "Etc/UTC",
"theme": "Dark",
"style": "1",
"locale": "en",
"toolbar_bg": "rgba(0, 0, 0, 1)",
"enable_publishing": false,
"hide_top_toolbar": true,
"allow_symbol_change": true,
"save_image": false,
"hideideas": true,
"studies": [
"IchimokuCloud@tv-basicstudies",
]
});
</script>
<!-- TradingView Widget END -->
</article>
<article class="module">
<!-- TradingView Widget BEGIN -->
<script type="text/javascript">
new TradingView.widget({
"autosize": true,
"symbol": "BINANCE:ADAUSDT",
"interval": "60",
"timezone": "Etc/UTC",
"theme": "Dark",
"style": "1",
"locale": "en",
"toolbar_bg": "rgba(0, 0, 0, 1)",
"enable_publishing": false,
"hide_top_toolbar": true,
"allow_symbol_change": true,
"save_image": true,
"hideideas": true,
"studies": [
"IchimokuCloud@tv-basicstudies"
]
});
</script>
<!-- TradingView Widget END -->
</article>
<article class="module">
<!-- TradingView Widget BEGIN -->
<script type="text/javascript">
new TradingView.widget({
"autosize": true,
"symbol": "BINANCE:ADAUSDT",
"interval": "240",
"timezone": "Etc/UTC",
"theme": "Dark",
"style": "1",
"locale": "en",
"toolbar_bg": "rgba(0, 0, 0, 1)",
"enable_publishing": false,
"hide_top_toolbar": true,
"allow_symbol_change": true,
"save_image": false,
"hideideas": true,
"studies": [
"IchimokuCloud@tv-basicstudies",
]
});
</script>
<!-- TradingView Widget END -->
</article>
<article class="module">
<!-- TradingView Widget BEGIN -->
<script type="text/javascript">
new TradingView.widget({
"autosize": true,
"symbol": "BINANCE:ADAUSDT",
"interval": "D",
"timezone": "Etc/UTC",
"theme": "Dark",
"style": "1",
"locale": "en",
"toolbar_bg": "rgba(0, 0, 0, 1)",
"enable_publishing": false,
"hide_top_toolbar": true,
"allow_symbol_change": true,
"save_image": true,
"hideideas": true,
"studies": [
"IchimokuCloud@tv-basicstudies",
]
});
</script>
<!-- TradingView Widget END -->
</article>
<article class="module">
<!-- TradingView Widget BEGIN -->
<script type="text/javascript">
new TradingView.widget({
"autosize": true,
"symbol": "BINANCE:ADAUSDT",
"interval": "W",
"timezone": "Etc/UTC",
"theme": "Dark",
"style": "1",
"locale": "en",
"toolbar_bg": "rgba(0, 0, 0, 1)",
"enable_publishing": false,
"hide_top_toolbar": true,
"allow_symbol_change": true,
"save_image": false,
"hideideas": true,
"studies": [
"IchimokuCloud@tv-basicstudies",
]
});
</script>
<!-- TradingView Widget END -->
</article>
<article class="module">
<!-- TradingView Widget BEGIN -->
<script type="text/javascript">
new TradingView.widget({
"autosize": true,
"symbol": "BINANCE:ADAUSDT",
"interval": "M",
"timezone": "Etc/UTC",
"theme": "Dark",
"style": "1",
"locale": "en",
"toolbar_bg": "rgba(0, 0, 0, 1)",
"enable_publishing": false,
"hide_top_toolbar": true,
"allow_symbol_change": true,
"save_image": false,
"hideideas": true,
"studies": [
"IchimokuCloud@tv-basicstudies",
]
});
</script>
<!-- TradingView Widget END -->
</article>
</div> <!-- GRID contents END -->
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment