Advertisement
Guest User

Untitled

a guest
Feb 11th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <!-- TradingView Widget BEGIN -->
  2. <script type="text/javascript" src="https://d33t3vvu2t2yu5.cloudfront.net/tv.js"></script>
  3. <script type="text/javascript">
  4. new TradingView.widget({
  5. "width": 1120,
  6. "height": 500,
  7. "symbol": "COINBASE:BTCEUR",
  8. "interval": "60",
  9. "timezone": "Europe/Berlin",
  10. "theme": "White",
  11. "style": "1",
  12. "locale": "en",
  13. "toolbar_bg": "#f1f3f6",
  14. "enable_publishing": false,
  15. "withdateranges": true,
  16. "allow_symbol_change": true,
  17. "hideideas": true,
  18. "show_popup_button": true,
  19. "popup_width": "1000",
  20. "popup_height": "650"
  21. });
  22. </script>
  23. <!-- TradingView Widget END -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement