Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sayon-bitquery
Last active June 30, 2021 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sayon-bitquery/ee6bc0debe5b9fd962455d64dd76d16a to your computer and use it in GitHub Desktop.
Save sayon-bitquery/ee6bc0debe5b9fd962455d64dd76d16a to your computer and use it in GitHub Desktop.
tradingview-2:3
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Technical Charts & Bitquery</title>
<!-- Datafeed scripts -->
<script src="%PUBLIC_URL%/datafeeds/udf/dist/polyfills.js"></script>
<script src="%PUBLIC_URL%/datafeeds/udf/dist/bundle.js"></script>
<!-- Bitquery icon-->
<link rel="icon" href="https://test.bitquery.io/wp-content/uploads/2020/08/favicon.png" />
<link rel="apple-touch-icon" href="https://test.bitquery.io/wp-content/uploads/2020/08/favicon.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
</head>
<body>
<div id="tv_chart_container">
<!-- This div will contain the Charting Library widget. -->
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment