Skip to content

Commit 65418c7

Browse files
committed
changed the text a bit
1 parent bbf6bad commit 65418c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freqtrade/optimize/analysis/lookahead_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def calculate_config_overrides(config: Config):
155155
)
156156
config["max_open_trades"] = -1
157157
logger.info(
158-
f"forced pairs to -1 (same amount of max_open_trades as there are pairs)"
158+
f"Forced max_open_trades to -1 (same amount as there are pairs)"
159159
)
160160

161161
min_dry_run_wallet = 1000000000

0 commit comments

Comments
 (0)