Its a stock paper trading app that you can use!!! it works!!! trust me its impressive for my skill level.
Its a stock paper trading app that you can use!!! it works!!! trust me its impressive for my skill level.
added a semi functional leaderboard and removed email password. My database is not secure and could leak emails, which would be a minor inconvenience to users if advertisers got hold o fthe emails i guess. I also fixed some bugs.
Log in to leave a comment
Added firebase support and migrated from local to railway hosting. It now supports google and github auth (email password is still buggy) and allows you to store data.
You can choose how much cash to start with, and restart whenever. Force restart if you have overall -100 profit.
Did I mention accounts and sign in
.
Also for some reason it tells me I vibe coded and lost 3 hours on this project, so devlogs look more spaced out or something all I know is that I didn’t vibecode.
Log in to leave a comment
fixed candlestick, made color of line change live depending on increase/decrease in price, added volume bars, added small buy/sell interface that, for now, just appends the data of when bought and what bought with how much to a portfolio array.
Next update will include:
a working portfolio that tracks how much stock you have including transaction history that also tracks overall net profit via searching every stock you have and doing price now-buy price.
I have an API limit right now, so I will include a NEW screenshot as soon as possible.
Log in to leave a comment
Working candlesticks! i tried to add a portfolio base, where you can buy or sell stocks, but I can’t test since my API key is buggy, but at least the candles work :)
because of the failing api key, I couldnt attach a picture of the current output, so here’s a buggy version of it that did have candlesticks but not pretty ones.
Next devlog will include a screenshot of its content and a screenshot of this ones content.
Log in to leave a comment
Added candle sticks, but it doesnt work yet. Next commit should include functional candlesticks and fix of parameters like market cap.
Log in to leave a comment
Made it more interactive, graph now has live stock price and gives more detail when you hover over a specific date, added timeframes but there still is a 5 per minute API limit. Extra details also not functional yet.
Log in to leave a comment
Switched to a swing interface, I built a basic graph with a search bar in the top left. The graph for now is only ~2months, but I hope to add more customizability.
Sorry for the devlog being like 2 hours late, I’ll start adding more storytelling later.
Log in to leave a comment
Update #2:
Added a toolbar at the top, this changes time frame from intraday to daily to weekly to monthly. Thats all for today, I had a lot of other work.
Log in to leave a comment
GRADLE!!!!
I did some more research and found out that gradle is wayyyy better for my purpose so no more Maven!
This is the first non buggy version I’m uploading, seems like a lot of code, I know, but I used a library by crazzyghost. Check out and star their repo here, I really loved their tool to make alphavantage work with java: Java-AlphaVantage.
Added some more swing features in a SwingUtilities, along with jfreechart and the data from alphavantage to produce the product below.
Current functionality: Type exact stock symbol (will be changed to name and close matches in future updates) at the top bar and press go (default is NVDA). Your stock will be displayed at a weekly timeframe. you can zoom and edit properties using right click.
I’m Hoping to add basic styling before adding more functionality and info in the next update.
Log in to leave a comment
Added full JFrame and swing, thats what I’ll be using, converted to maven, using Jfreechart (still buggy). Got API key for alpha vantage and attempting to integrate it with Jfreechart but maven is still failing in vscode terminal.
No attachment because its just errors.
Log in to leave a comment