Stock Simulator banner

Stock Simulator

3 devlogs
4h 5m 29s

Its a stock simulator, using 2 modes, 1 that gathers real data and another that is just random.

Goal is to have basically a paper trading system.

idiotmethere

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.

Attachment
0
idiotmethere

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.

Attachment
0
idiotmethere

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.

Attachment
0