ChatGPT done it's works with this image
This is not financial advice. All content on this application is information of a general nature and does not address the circumstances of anybody. Any reliance you place on such information is strictly at your own risk.
TrekReturns is a web app useful for examining how assets behaved in different periods; Since we are investors over long time, this isn't a trading tool: we'll examine annualized returns over the rolling period. Here you can simulate some backtest of your portfolio (or ideal portfolio!) and see how it's gone if you hold it for N years. (obviously, N is variable 😃 )
You can discover:
- Annualized returns over rolling windows which you decide;
- Some charts about it;
- A few portfolio statistics like mean returns, median returns, standard deviation on the period, max and min return;
- A couple of statistics about the painful side... drawdown. We show max and min drawdown, 10% quartile 5% quartile and so on;
Go on TrekReturns.streamlit.app to use it online! Registration isn't needed.
(if the project is sleeping, wake it up!)
Clone the repo!
you must have Docker installed. Build Docker image from Dockerfile
docker build -t TrekReturns .
then run the container (the image exposes port 8900)
docker run --rm -p 8080:8900 TrekReturns
Now you can reach it from your web browser on port 8080
Feel free to improve! Fork the repo and create a pull request to add some features.