Advertisement
darkon1

Untitled

Jan 10th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 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": "FX_IDC:AUDJPY",
  9. "interval": "D",
  10. "timezone": "Europe/Warsaw",
  11. "theme": "Light",
  12. "style": "0",
  13. "locale": "pl",
  14. "toolbar_bg": "#f1f3f6",
  15. "enable_publishing": false,
  16. "allow_symbol_change": true,
  17. "save_image": false,
  18. "container_id": "tradingview_83a90"
  19. }
  20. );
  21. </script>
  22. </div>
  23. <!-- TradingView Widget END -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement