diff --git a/freqtrade/commands/list_commands.py b/freqtrade/commands/list_commands.py index e3e71911b..ae51192a3 100644 --- a/freqtrade/commands/list_commands.py +++ b/freqtrade/commands/list_commands.py @@ -297,7 +297,8 @@ def start_list_markets(args: dict[str, Any], pairs_only: bool = False) -> None: v["symbol"], safe_value_fallback(tickers.get(v["symbol"], {}), "last", "ask", 0.0), 0.0, - ), + ) + or 0.0, 8, ), }