101 Commits

Author SHA1 Message Date
derek.holloway 796e5afe0c Update CronJob to only run once per day. in the morning 2026-03-13 12:20:39 -07:00
derek.holloway b54f4a29b7 Add simulated stock history to UI 2026-03-13 10:35:20 -07:00
derek b6798e84f5 B4. Plus the previous commit. Evaluate the algorithm 2026-03-12 18:53:03 -07:00
derek aa38f9745a Update Training Model 2026-03-12 18:14:39 -07:00
derek.holloway b6a37681ba Get overall results and post the photo 2026-03-12 14:06:31 -07:00
derek.holloway aca85ce4d8 Minor fixes 2026-03-12 10:35:55 -07:00
derek.holloway 6264db6502 C. Update readme file 2026-03-12 10:33:03 -07:00
derek.holloway f598ac6a3d B1. Upload the dataset to the repo 2026-03-12 10:30:15 -07:00
derek.holloway 45353b8a01 Finalize the preditctor algorithm 2026-03-12 09:35:12 -07:00
derek 8df645aac5 Make current price work with date offsets 2026-03-11 21:49:04 -07:00
derek d5df9d1014 Create a simulation to test 1 month of data in 30 mins 2026-03-11 21:33:19 -07:00
derek 9b5ebb4140 Pull money manipulation out of the thread for thread safety 2026-03-11 19:50:52 -07:00
derek.holloway 9fff1db185 Link in the Automation component 2026-03-11 14:34:31 -07:00
derek.holloway aab26ea261 Fix async errors 2026-03-11 14:34:18 -07:00
derek.holloway 965ab8f362 Create the automation component 2026-03-11 14:34:09 -07:00
derek d9fd9b2581 Start pulling AI out of the UI and into the background service 2026-03-10 20:20:42 -07:00
derek c74eb3b3fa Update Interop to support float instead of Int Now 2026-03-10 20:20:27 -07:00
derek 2474596156 Send actual preditions instead of signals 2026-03-10 20:19:52 -07:00
derek 9c8d57cfce Try to fix some background render thread problems 2026-03-10 17:26:29 -07:00
derek 65b63b719b Finalize the AI model 2026-03-10 17:26:11 -07:00
derek 234b9dcc70 Try to fix the AI some more 2026-03-09 22:02:49 -07:00
derek a5ca197376 Update cron for new automation process 2026-03-09 17:24:25 -07:00
derek 22a787f3a2 Fix symbol mismatch 2026-03-09 17:24:09 -07:00
derek dff269103b Debounce all the long processes 2026-03-09 17:23:56 -07:00
derek b757672bdf Allow selling 2026-03-09 17:12:18 -07:00
derek ac67be137c Move away from Python Interop for better stability 2026-03-09 17:11:59 -07:00
derek holloway 52c5062d6e Adjust features to not include current day in rolling and only guess 5 days ahead not 20 2026-03-09 09:27:19 -07:00
derek 5f371dddbc Make purchased based on current prices | fix register issue 2026-03-08 21:11:17 -07:00
derek 2eab9d99ba Give $1000 starting out and track money [ Paper trades ] 2026-03-08 20:41:39 -07:00
derek ce4f9a197d Make predictions based on owned stocks 2026-03-08 19:58:26 -07:00
derek 04631398ed Allow saving stocks to the database 2026-03-08 19:42:14 -07:00
derek 78bdf250ff Impliment soft-payments 2026-03-08 19:28:10 -07:00
derek 54ea7c3027 Add debounce and stylize 2026-03-06 17:19:45 -08:00
derek 405872da39 Add error handling for the predictor 2026-03-05 20:14:51 -08:00
derek 308076bfa6 Start work on tracking stocks 2026-02-26 22:04:05 -08:00
derek 36b8e43d55 remove tracking for generated files 2026-02-26 21:48:17 -08:00
derek 209a860be1 Remove tracking for generated files 2026-02-26 21:47:01 -08:00
derek 36e6427422 update gitignore 2026-02-26 21:45:59 -08:00
derek 9a0746fa8b Seperate out the PullAI on the front end 2026-02-26 21:43:28 -08:00
derek 769c05d821 Make all the AI tasks run on background threads 2026-02-26 21:43:07 -08:00
derek ff67f21858 Make slightly more memory efficient 2026-02-26 21:39:57 -08:00
derek 7567496e1c Make each AI task seperate for faster testing 2026-02-26 21:39:41 -08:00
derek 79ee297e61 Implement user login and registration; update database connection management to be per use not a singleton by adjusting service lifetimes in DI. 2026-02-26 18:45:15 -08:00
derek holloway 6172d1c373 Use threading for python. and make singals from python 2026-02-19 15:09:06 -08:00
derek 4f08732c78 Use model im hapy with 2026-02-18 23:13:55 -08:00
derek 0c91eeaaa4 General file updates 2026-02-18 22:35:37 -08:00
derek ff573e40fc Use NVDA as a more volitile test suite 2026-02-18 22:35:13 -08:00
derek 5ff63df387 Work on fine-tuning and Important Feature selections 2026-02-18 22:34:59 -08:00
derek 7a4fc2cda4 Scale the data before learning to normalize the output 2026-02-18 18:33:21 -08:00
derek a81e3a992d Finalize up the AI Trainer 2026-02-18 17:35:55 -08:00