Instead of starting with the top 500 American stocks, and then adding international and small caps, you can start with a global all-market stock index--and then remove AI from that.
Yeah I couldn't figure that out with Questrade (Canada). It's a pretty new feature, but I think it's great, so I hope they expand their baseline indexes.
I was considering writing a tool that simply follows any index you choose with a .toml of simple config options, like which stocks to exclude, potential fixed locks for specific stocks (or maybe upper and lower percentage of portfolio settings), a hard per stock cap (say AAPL at 3%), and drift threshold. Something you just run once a day and it spits out your buy / sell orders. Seems like this is something brokerages are already offering in some variation though, and I'm not sure what, if any, API access looks like, or export / import options.
I'm in Singapore. My money is in VWRA (without bothering to remove AI companies).
Your idea for the tool sounds interesting. I suspect even just copy-and-pasting the paragraph you wrote here into your favourite AI programming agent would get you pretty close to a prototype you can play around with. At least in terms of 'spit out buy / sell orders' and leaving out the API integration.
~ 5% Nvidia as biggest holding and 20% in US listed tech companies (most of which are heavily invested in AI), over 60% in the US market, so this ticker is very similar to investing in the US market alone.
Also when a bubble like this deflates it hits almost everything so it is very hard to avoid, but world indexes are particularly exposed.
You are right about the numbers. But wrong about what I am thinking: I'm aware, and it's a deliberate choice on my part to allocate in proportion to market cap.
Yes, it's a very simple concept IMO. Without API access or at least CSV import / export integration w/ a brokerage for automation I don't think I'd use it. I could have an agent use the Web UI on my behalf, but honestly, that feels like lighting tokens / gas on fire.
I was considering writing a tool that simply follows any index you choose with a .toml of simple config options, like which stocks to exclude, potential fixed locks for specific stocks (or maybe upper and lower percentage of portfolio settings), a hard per stock cap (say AAPL at 3%), and drift threshold. Something you just run once a day and it spits out your buy / sell orders. Seems like this is something brokerages are already offering in some variation though, and I'm not sure what, if any, API access looks like, or export / import options.