Details of the challenge are outlined below:
To run a suite of simulations:
- Define the trading strategies in the functions
implement_trading_strategy()
in theplayer.py
script for the main and other (random) players. - Tweak as desired the simulation parameters under the
# Define constants
sections at the top of thesimulation.py
script. - Ensure the packages pandas and matplotlib are installed, and
then run
simulation.py
.
The results shown are for the main player.