Update interface.py

Adjusted comment
This commit is contained in:
Erwin Hoeckx 2021-01-05 07:32:07 +01:00 committed by GitHub
parent 844df96ec7
commit 9a93a0876a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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