mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update interface.py
Adjusted comment
This commit is contained in:
parent
844df96ec7
commit
9a93a0876a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user