https://github.com/davidteather/imc-prosperity-2024
IMC Prosperity 2024, #103 USA #381 Globally
https://github.com/davidteather/imc-prosperity-2024
imc imc-prosperity prosperity-2
Last synced: 10 months ago
JSON representation
IMC Prosperity 2024, #103 USA #381 Globally
- Host: GitHub
- URL: https://github.com/davidteather/imc-prosperity-2024
- Owner: davidteather
- Created: 2024-02-24T17:38:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T17:02:45.000Z (about 2 years ago)
- Last Synced: 2024-05-03T20:09:06.943Z (about 2 years ago)
- Topics: imc, imc-prosperity, prosperity-2
- Language: Python
- Homepage: https://dteather.com/blogs/imc-prosperity-2/
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMC Prosperity 2024
Writeup [here](https://dteather.com/blogs/imc-prosperity-2/)
Scaffolding from: https://github.com/MichalOkon/imc_prosperity
The code is fairly disorganized but it is what it is. We also did not have time to get working algo trades for each round which definitely costed us in the rankings since it was just me doing algotrading.
This was my first time doing a trading competition and I learned a lot. I think I could have done better if I had more time to work on it but I'm generally happy with the results :D
## Prerequisites
To install the necessary packages, use pip with the following command:
```
pip install -r requirements.txt
```
## Running the Simulation
To execute the simulation, enter the following command in your console:
```
python -m simulator.simulator_test main
```
Replace ``, and `` with the appropriate values.
For example, to run the simulation with a sample trader, you can use the following command:
```
python -m simulator.simulator_test main datasets_2023/island-data-bottle-round-4/prices_round_4_day_1.csv datasets_2023/island-data-bottle-round-4/trades_round_4_day_1_nn.csv
```