attach live chart

  • Unknown's avatar

    Hi,
    I’m trying to attach a chart from https://www.tradingview.com/widget/ to my wordpress website, and I’m not having any luck. Would I use a widget?
    Thank you

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    <!– TradingView Widget BEGIN –>
    <script type=”text/javascript” src=”https://d33t3vvu2t2yu5.cloudfront.net/tv.js”></script>
    <script type=”text/javascript”>
    new TradingView.widget({
    “width”: 980,
    “height”: 610,
    “symbol”: “NASDAQ:AAPL”,
    “interval”: “D”,
    “timezone”: “Etc/UTC”,
    “theme”: “White”,
    “style”: “1”,
    “locale”: “en”,
    “toolbar_bg”: “#f1f3f6”,
    “enable_publishing”: false,
    “allow_symbol_change”: true,
    “hideideas”: true
    });
    </script>
    <!– TradingView Widget END –>
    `

  • The topic ‘attach live chart’ is closed to new replies.