ignore_roi_if_buy_signal -> ignore_roi_if_entry_signal
This commit is contained in:
@@ -67,7 +67,7 @@ class {{ strategy }}(IStrategy):
|
||||
# These values can be overridden in the config.
|
||||
use_exit_signal = True
|
||||
exit_profit_only = False
|
||||
ignore_roi_if_buy_signal = False
|
||||
ignore_roi_if_entry_signal = False
|
||||
|
||||
# Number of candles the strategy requires before producing valid signals
|
||||
startup_candle_count: int = 30
|
||||
|
||||
Reference in New Issue
Block a user