chore: remove no longer necessary TODO comments

This commit is contained in:
Matthias
2025-09-14 10:12:59 +02:00
parent a80f3ae919
commit a14281722a
2 changed files with 0 additions and 2 deletions

View File

@@ -113,7 +113,6 @@ def _validate_price_config(conf: dict[str, Any]) -> None:
""" """
When using market orders, price sides must be using the "other" side of the price When using market orders, price sides must be using the "other" side of the price
""" """
# TODO: The below could be an enforced setting when using market orders
if conf.get("order_types", {}).get("entry") == "market" and conf.get("entry_pricing", {}).get( if conf.get("order_types", {}).get("entry") == "market" and conf.get("entry_pricing", {}).get(
"price_side" "price_side"
) not in ("ask", "other"): ) not in ("ask", "other"):

View File

@@ -247,7 +247,6 @@ class VolumePairList(IPairList):
* 1000 * 1000
) )
# todo: utc date output for starting date
self.log_once( self.log_once(
f"Using volume range of {self._lookback_period} candles, timeframe: " f"Using volume range of {self._lookback_period} candles, timeframe: "
f"{self._lookback_timeframe}, starting from {format_ms_time(since_ms)} " f"{self._lookback_timeframe}, starting from {format_ms_time(since_ms)} "