• Resolved danielquintero

    (@danielquintero)


    Hi!

    Im working on this page for a project and I added the Stock Ticker

    However i can’t seem to get the stocks or information i want propperly show, probably my code is jus wrong

    This is the one running right now [stock_ticker symbols=’BABA,^DJI,EURGBP=X,LON:FFX’]

    [stock_ticker symbols=’^DJI,^EURGBP,^EURUSD,^USDJPY,^GBPUSD,^USDCAD,^USDHKD,^USDCNY,^AUDUSD,^AAPL,^FB,^GOOG,^MSFT,LON:FFX’]

    I also need the symbol numbers to be in white but i can’t seem to find how

    THANKS FOR THE HELP

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @danielquintero,

    Use this shortcode:
    ´[stock_ticker symbols=’^DJI,EURGBP=X,EURUSD=X,USDJPY=X,GBPUSD=X,USDCAD=X,USDHKD=X,USDCNY=X,AUDUSD=X,AAPL,FB,GOOG,MSFT,LON:FFX’]´

    So:

    • currency price is EURUSD=X not ^EURUSD
    • regular stock is GOOG not ^GOOG

    Regarding symbol colour, try to add this to your custom style/CSS:

    .sqitem strong {
        color: #fff;
    }
    Thread Starter danielquintero

    (@danielquintero)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Colors, Stocks and things of that nature’ is closed to new replies.