Advertisement
darkon1

Untitled

Jan 16th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <hr />
  2. <div style="height: 400px; width: 100%; display: flex; margin-top: 20px; margin-bottom: 20px;">
  3. <script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script>
  4. <script type="text/javascript">
  5. new TradingView.widget(
  6. {
  7. "autosize": true,
  8. "symbol": "CME:NY1!",
  9. "interval": "D",
  10. "timezone": "Etc/UTC",
  11. "theme": "Light",
  12. "style": "1",
  13. "locale": "pl",
  14. "toolbar_bg": "#f1f3f6",
  15. "enable_publishing": false,
  16. "allow_symbol_change": true,
  17. "container_id": "tradingview_ffba9"
  18. }
  19. );
  20. </script>
  21. </div>
  22. <!-- TradingView Widget END -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement