Intended to be a Django-based website which simulates real-time stock market trading using both actual and fictional assets.
I used AI (Codex) for help in bootstrapping, creating frameworks, and answering my questions.
Intended to be a Django-based website which simulates real-time stock market trading using both actual and fictional assets.
I used AI (Codex) for help in bootstrapping, creating frameworks, and answering my questions.
For this devlog, I worked mainly on the system which is used by my school to host sites (Director4), which is where this site is hosted on, so I logged that time under this project. Mainly, I upgraded dependencies that haven’t really been touched in 5-6 years - Python from 3.8 to 3.13, Ubuntu from 20.04 to 24.04, and Django from Django 2 to Django 5.2.
Log in to leave a comment
This is a powerful, online trading simulation which accurately simulates market order books in its internal assets, but also allows players to buy into popular real-world stocks. It also has a functional implementation of user-issued bonds and bond redemption, allowing the simulation of market interest rates.
Planning and building the model and service structures for the core trading infrastructure was hard, but it really paid off in the end.
Created a specific version of the simulator for public-facing usage.
Log in to leave a comment
Was tested and deployed in my school’s math club meeting. Also fixed lots of random bugs which popped up during this attempt.
Log in to leave a comment
Refined a lot of things about the website, including user interface, external asset ratio limits, superuser monitoring, etc.
Log in to leave a comment
Finished developing trading features such as order executors and flushed everything out.
Deployed to a web hosting service.
Log in to leave a comment
Built the whole framework for the website and fixed some random path-based 404 errors.
Log in to leave a comment