-
-
Save keroger2k/5e9e47002d936089bc6679a733d7cf84 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
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <meta name="description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search resu..."> | |
| <link rel="canonical" href="http://localhost:4000/about/"> | |
| <link rel="alternate" type="application/rss+xml" title="hello1" href="/feed.xml"> | |
| </head> | |
| <style> | |
| * { | |
| box-sizing: border-box; | |
| } | |
| html,body { | |
| height:100%; | |
| } | |
| body { | |
| margin: 0; | |
| } | |
| /* Create two equal columns that floats next to each other */ | |
| .column { | |
| float: left; | |
| width: 100%; | |
| padding: 0px; | |
| height: 100%; /* Should be removed. Only for demonstration */ | |
| } | |
| /* Clear floats after the columns */ | |
| .row:after { | |
| content: ""; | |
| display: table; | |
| clear: both; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div width="auto"> | |
| <div class="row"> | |
| <div class="column"> | |
| <!--TOP LEFT --> | |
| <!-- TradingView Widget BEGIN --> | |
| <script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script> | |
| <script type="text/javascript"> | |
| new TradingView.widget({ | |
| "autosize": true, | |
| "symbol": "COINBASE:BTCUSD", | |
| "interval": "1D", | |
| "timezone": "America/Chicago", | |
| "theme": "Dark", | |
| "style": "1", | |
| "locale": "en", | |
| "toolbar_bg": "#f1f3f6", | |
| "enable_publishing": false, | |
| "allow_symbol_change": true, | |
| "studies": [ | |
| "MACD@tv-basicstudies", | |
| "IchimokuCloud@tv-basicstudies", | |
| "StochasticRSI@tv-basicstudies", | |
| "RSI@tv-basicstudies", | |
| "VWAP@tv-basicstudies", | |
| "OBV@tv-basicstudies", | |
| "PriceVolumeTrend@tv-basicstudies" | |
| ], | |
| "hideideas": true | |
| }); | |
| </script> | |
| <!-- TradingView Widget END --> | |
| </div> | |
| </div> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment