Looks nice, but I'm confused how to read the Expected Returns y-axis. My assumption would be that's an annualized ROI, but it's displaying for instance that US Stocks return 0.7% ? Also no idea if Risk has any objective unit? Running the 6 asset classic, it is slightly amusing that the result is essentially just a classic 70-30 stock/bond mix (risk dependent obviously), and the other 4 assets are Would be nice if you…
Show HN: CashGraphs – A securities portfolio optimizer
11–20 of 22 posts
Re: Show HN: CashGraphs – A securities portfolio optimizer
#12please keep working on this i suspect it's not going to be free for very long if it remains open source there's something no other fintech app has
Re: Show HN: CashGraphs – A securities portfolio optimizer
#13Idea to make it more user friendly to folks like myself who don't understand how your app is supposed to work: Provide a UI layer which contains some instructions and points out features and their uses. Looking at the app, I don't quite know what I am supposed to do, or use it to figure out. Perhaps provide some example use cases or personas, alongside the UI layer of instructions.
Re: Show HN: CashGraphs – A securities portfolio optimizer
#14Idea to make it more user friendly to folks like myself who don't understand how your app is supposed to work: Provide a UI layer which contains some instructions and points out features and their uses. Looking at the app, I don't quite know what I am supposed to do, or use it to figure out. Perhaps provide some example use cases or personas, alongside the UI layer of instructions.
Thanks for the suggestion! Right now I have attempted to do what you are describing, but the user has to click OK on the initial "welcome" dialog box to get stepped through the tour. If you click outside of the box to close it, you skip the tour. Definitely something to improve.
Re: Show HN: CashGraphs – A securities portfolio optimizer
#15Earlier quoted context omitted.
Thanks for the suggestion! Right now I have attempted to do what you are describing, but the user has to click OK on the initial "welcome" dialog box to get stepped through the tour. If you click outside of the box to close it, you skip the tour. Definitely something to improve.
On mobile, the instructions when first loading block the screen, making it more difficult to follow. Maybe a simple, quick video showing a few scenarios would be easier to follow?
Re: Show HN: CashGraphs – A securities portfolio optimizer
#16Re: Show HN: CashGraphs – A securities portfolio optimizer
#17Like the idea and execution a lot! Being IANAF, I like to refer people to chapters 4–7 of this lecture from Robert Shiller’s “Financial Markets” Yale course: https://youtu.be/_B_24GUWdSM?t=1269 (~40 minutes). The concept gives a solid insight into why and (broadly) how to diversify. With your work, a very minor note is that the chartjs pie chart always fully redraws for me from the 12 o’clock position on risk prefere…
Re: Show HN: CashGraphs – A securities portfolio optimizer
#18Re: Show HN: CashGraphs – A securities portfolio optimizer
#19I could not find your backend code to confirm, but I suspect you could convert that Lambda function into a long-running app to avoid cold-start issues. This could be deployed with an app engine (e.g. Heroku, Google App Engine, AWS Elastic Beanstalk), as a Docker container (e.g. AWS EKS), or directly on a server (e.g. AWS EC2). Feel free to contact me via my profile, happy to point you in the right direction.