Skip to content

Commit

Permalink
set MAX_OPEN_TRADES to 5 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
potens1 committed Jul 18, 2021
1 parent 4e8c51a commit e697338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
--strategy-list NostalgiaForInfinityNext
--timerange ${TIMERANGE:-20210601-20210701}
--config user_data/pairlists.json
--max-open-trades ${MAX_OPEN_TRADES:-1}
--max-open-trades ${MAX_OPEN_TRADES:-5}
--stake-amount ${STAKE_AMOUNT:-unlimited}
download-data:
image: freqtradeorg/freqtrade:develop
Expand Down

0 comments on commit e697338

Please sign in to comment.