That could be a bit of a challenge with quickchart, I think.
The solid parts of the “candles” are easy enough, that’s just a floating bar chart.
I’m just not sure how you’d get the vertical lines (the “wicks”).
It might be possible to combine two different chart styles to get that. Otherwise the only way I could think of to do it would be with annotations. But that would be quite a bit of work, I think.
Well, the problem starts when I have more shares - more charts and this list is dynamic, now there are such actions, in a week they will be different and I would have to manually update the websites (charts) hosted by me.
The best solution at the moment seems to be quickchart.io, because in Google Sheets I can construct a link that will generate a chart - everything happens automatically.
The problem is there is no candlestick chart there and I have to settle for a line chart.
If you did go down the self-hosting route, then you could set it up in such a way that it accepts HTML parameters, which in turn are passed to the widget. Glide could pass these parameters as part of the URL. So in that sense, it could be made dynamic.
A candlestick might be possible with Quickchart, but I don’t think it will be an easy task. I had a bit of a play with it earlier today, and I couldn’t see any (obvious) easy way to do it. Somebody more experienced than me with Quickcharts might have more success.
Just a side note - if you want these charts to be dynamic, then you should avoid constructing URL’s in your Google sheet, no matter which solution you settle on. Otherwise you’ll have delays with data sync between Glide and your Google Sheet. Instead, you should do all the work in Glide.
The error message pretty much says it all. The site you’re trying to embed doesn’t allow it. This is very common, as it’s generally considered a security risk. There is nothing that can be done on the Glide side. Your only option would be to contact the owner of the site and ask if they are willing to allow embedding. But I wouldn’t fancy your chances.