Hello @urkekg, nice to read your reply.
Understood for the recommanded settings of Cache Timeout=375s.
I also checked my browser console and actually saw that there was a JS error in \wp-content\uploads\stock-ticker-refresh.js, it cries because stock_tickers_load is not defined. So I edited and initialized it with ‘ var stock_tickers_load = “”; ‘ placed on line 1 of the file, and it removed the error. I am not sure but it seems it actually triggered a refresh of my stock feed then.
However, I figured out another error then :p
I use tickers from foreign exchanges. The data that are fetched are not the good ones (I want the current/last price – delayed as you mention, no problem with that), but the open prices (which by definition do not refresh during a trading day). Maybe this error I see is only due to the fact we are in the weekend, I will check that out tomorrow to confirm.
Best Regards
wparold