I know the key to investing is to be in it for the long haul, invest on a regular basis regardless of what’s happening in the markets and forget about it!
I’ve only recently started with InvestEngine (previously with Vanguard), im in the process of filtering my previous portfolio into InvestEngine.
Looking at stocks daily defiantly isn’t healthy but I just like to see the charts going up and down (mainly up!!)
I use to input my portfolio data from the InvestEngine emails at the end of a trading day into Google finance and it worked fine, but i just though i could do it better, most stock trackers online show only the specific stock and its difficult to see who your portfolio is doing during the day.
I built a script that reads my portfolio buys, (date, shares, cost), then queries a stocks API and brings back live data every 5, 15, 30, 60 minutes (whatever i set it to). Aggregates the data together and spits it out.
I went a bit crazy and bought a raspberry pi and 7" touch screen, connects by usb so whenever i turn my PC on, it boots up as a kiosk and displays my portfolio.
Here’s what the main screen looks like, i’ve got it set to 5mins so it will fetch new data and update every 5 minutes (between trading hours/days). Works out daily gains/loss and gains/loss against total investment, The EFT headers and prices change colour depending on performance (more red than green at the moment! pffft!).
You can tap each ETF and it gives a chart for that specific ETF, along with how each trade made is doing against the current share price.
Anyone else track their portfolios like this?