---
## Notes
- [[Time in the market beats timing the market]]
- [[Investment compounding math]]
- why invest in the stocks that have already been carrying the sp500?
- dca if it goes up based on SMA,
- Wealthsimple
- Cannot transfer USD across accounts
- By using the non-registered account, I'm getting taxed around 20% of 50%, 10% gains. Thus it would still be cheaper to put into a TFSA
## Queries
### Notes
```dataview
list from [[]] AND !outgoing([[]]) AND !#input AND !#thought AND !"Hidden"
sort file.mtime desc
```
### Inputs
```dataview
table Tags as Type, Links, Created
from [[]] AND #input AND !"Hidden"
sort file.mtime desc
```
### Thoughts
```dataview
table Created
from [[]] AND #thought AND !"Hidden"
sort file.mtime desc
```