mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-15 20:31:43 +00:00
chore: remove no longer necessary TODO comments
This commit is contained in:
@@ -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"):
|
||||||
|
|||||||
@@ -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)} "
|
||||||
|
|||||||
Reference in New Issue
Block a user