Skip to content

Commit

Permalink
Merge branch 'main' of git://github.com/potens1/NostalgiaForInfinity …
Browse files Browse the repository at this point in the history
…into potens1-main
  • Loading branch information
iterativv committed Jul 18, 2021
2 parents 85f4555 + e697338 commit 5c0c1fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yml
Expand Up @@ -10,11 +10,10 @@ services:
command: >
backtesting
--strategy-list NostalgiaForInfinityNext
--timerange ${TIMERANGE}
--timerange ${TIMERANGE:-20210601-20210701}
--config user_data/pairlists.json
--max-open-trades
${MAX_OPEN_TRADES}
--stake-amount ${STAKE_AMOUNT}
--max-open-trades ${MAX_OPEN_TRADES:-5}
--stake-amount ${STAKE_AMOUNT:-unlimited}
download-data:
image: freqtradeorg/freqtrade:develop
container_name: download-data
Expand Down

0 comments on commit 5c0c1fc

Please sign in to comment.