This commit is contained in:
Stefano Ariestasia
2022-01-19 21:58:24 +09:00
parent 5525fdae1a
commit ac93eea585
3 changed files with 12 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ class IStrategy(ABC, HyperStrategyMixin):
# Position adjustment is disabled by default
position_adjustment_enable: bool = False
max_buy_position_adjustment: int = 1
max_buy_position_adjustment: int = -1
# Number of seconds after which the candle will no longer result in a buy on expired candles
ignore_buying_expired_candle_after: int = 0