Let's make things a bit more realistic and interesting. We will stick to the set up from the Problem Set, but you now need to come up with a trading model that makes money while adhering to the restrictions below:
The objective is... to make some money! Unlike in the Problem Set, you will have a week's worth of data, all of the seven files there are the top of the order books on the corresponding dates, all in .csv formats:
As before, if you want to have some sort of feedback on your work, please do everything in Jupyter Notebook. You can write text there as well as the code (in Python, which is what you should be using). E.g you can use Google Colab: easily shareable and beginner-friendly Jupyter Notebooks. Also, and I cannot stress this enough, whatever you decide to share should look nice, have clear plots and have readable code. Everything should be labeled and nicely written: feel free to use ChatGPT to help you with that.