source venv/bin/activate
python -m backtest -w <INSERT NUMBER OF WORKERS HERE e.g. 1>
python -m backtest -o <INSERT WORKER COUNTS TO TRY e.g. 1 2 4 8 16>
py -m fileserver
To plot the price of an asset
rc: RatesCollection = from_fmp_api("AAPL")
rc.plot()