Trading strategy for the Freqtrade crypto bot
Add strategies to the user_data/strategies folder and also in the docker-compose.yml file at strategy-list
add your strategy in the list.
Install Docker Compose.
Run the backtesting command:
docker-compose run --rm backtesting
If you want to change --max-open-trades
or --stake-amount
or --timerange
change the .env file.
If you want to update pairs user_data/pairlists.json from exchange:pair_whitelist
or timeframe from docker-compose.yml from download-data:timerange
, run the following after you changed.
docker-compose run --rm download-data