From 9a93a0876ab7080cfa4eb424fff8a1f7eeb92d29 Mon Sep 17 00:00:00 2001 From: Erwin Hoeckx Date: Tue, 5 Jan 2021 07:32:07 +0100 Subject: [PATCH] Update interface.py Adjusted comment --- freqtrade/strategy/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/strategy/interface.py b/freqtrade/strategy/interface.py index 5f7ef8590..4d6e327f3 100644 --- a/freqtrade/strategy/interface.py +++ b/freqtrade/strategy/interface.py @@ -113,7 +113,7 @@ class IStrategy(ABC): # run "populate_indicators" only for new candle process_only_new_candles: bool = False - # Don't analyze too old candles + # Don't buy on expired candles ignore_buying_expired_candle: bool = False # Number of seconds after which the candle will no longer result in a buy ignore_buying_expired_candle_after: int = 0