Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. iframe {
  5. display: block;
  6. }
  7. body{
  8. margin: 0;
  9. padding: 0;
  10. }
  11. body > * {
  12. width: 411px!important;
  13. height: 320px!important;
  14. float: left;
  15. margin: 0!important;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script>
  21. <script type="text/javascript">
  22. var upColor = "#007700";
  23. var downColor = "#AA0000";
  24. var defaultConfig = {
  25. "symbol": "1/FX:USDSEK",
  26. "autosize": true,
  27. "interval": "D",
  28. "save_image": false,
  29. "timezone": "Etc/UTC",
  30. "theme": "Light",
  31. "style": "1",
  32. "withdateranges": true,
  33. "allow_symbol_change": true,
  34. "hideideas": true,
  35. "studies": [
  36. ],
  37. "overrides": {
  38. "paneProperties.legendProperties.showSeriesOHLC": false,
  39. "scalesProperties.showLeftScale": false,
  40. "mainSeriesProperties.priceAxisProperties.percentage":false,
  41. "mainSeriesProperties.candleStyle.drawBorder": false,
  42. "mainSeriesProperties.candleStyle.upColor": upColor,
  43. "mainSeriesProperties.candleStyle.downColor": downColor,
  44. "mainSeriesProperties.candleStyle.wickUpColor": upColor,
  45. "mainSeriesProperties.candleStyle.wickDownColor": downColor
  46. },
  47. "studies_overrides": {
  48. "compare.plot.color": "#000000",
  49. "volume.volume.color.0": "#00FFFF",
  50. "volume.volume.color.1": "#0000FF",
  51. },
  52. "favorites": {
  53. "intervals": ["1m", "3m", "15m"],
  54. },
  55. "disabled_features": [],
  56. "enabled_features": [],
  57. };
  58. new TradingView.widget(defaultConfig);
  59. defaultConfig.interval = "5";
  60. defaultConfig.overrides["mainSeriesProperties.priceAxisProperties.percentage"] = false;
  61. defaultConfig.symbol = "KRAKEN:ETHUSD";
  62. new TradingView.widget(defaultConfig);
  63. defaultConfig.symbol = "KRAKEN:XRPUSD";
  64. new TradingView.widget(defaultConfig);
  65. defaultConfig.symbol = "KRAKEN:XLMUsD";
  66. new TradingView.widget(defaultConfig);
  67. defaultConfig.symbol = "KRAKEN:LTCUSD";
  68. new TradingView.widget(defaultConfig);
  69. defaultConfig.symbol = "KRAKEN:EOSUSD";
  70. new TradingView.widget(defaultConfig);/*
  71. defaultConfig.symbol = "BINANCE:IOSTBTC";
  72. new TradingView.widget(defaultConfig);
  73. defaultConfig.symbol = "BINANCE:NCASHBTC";
  74. new TradingView.widget(defaultConfig);
  75. defaultConfig.symbol = "BINANCE:MDABTC";
  76. new TradingView.widget(defaultConfig);
  77. defaultConfig.symbol = "BINANCE:NEBLBTC";
  78. new TradingView.widget(defaultConfig);
  79. defaultConfig.symbol = "BINANCE:WTCBTC";
  80. new TradingView.widget(defaultConfig);
  81. defaultConfig.symbol = "BINANCE:TNTBTC";
  82. new TradingView.widget(defaultConfig);
  83. defaultConfig.symbol = "BINANCE:VENBTC";
  84. new TradingView.widget(defaultConfig);
  85. defaultConfig.symbol = "BINANCE:ICXBTC";
  86. new TradingView.widget(defaultConfig);*/
  87.  
  88. </script>
  89. </body>
  90. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement