ignore_roi_if_buy_signal -> ignore_roi_if_enter_signal
This commit is contained in:
@@ -64,7 +64,7 @@ class {{ strategy }}(IStrategy):
|
||||
# These values can be overridden in the "ask_strategy" section in the config.
|
||||
use_exit_signal = True
|
||||
sell_profit_only = False
|
||||
ignore_roi_if_buy_signal = False
|
||||
ignore_roi_if_enter_signal = False
|
||||
|
||||
# Number of candles the strategy requires before producing valid signals
|
||||
startup_candle_count: int = 30
|
||||
|
||||
@@ -69,7 +69,7 @@ class SampleShortStrategy(IStrategy):
|
||||
# These values can be overridden in the "ask_strategy" section in the config.
|
||||
use_exit_signal = True
|
||||
sell_profit_only = False
|
||||
ignore_roi_if_buy_signal = False
|
||||
ignore_roi_if_enter_signal = False
|
||||
|
||||
# Number of candles the strategy requires before producing valid signals
|
||||
startup_candle_count: int = 30
|
||||
|
||||
@@ -70,7 +70,7 @@ class SampleStrategy(IStrategy):
|
||||
# These values can be overridden in the "ask_strategy" section in the config.
|
||||
use_exit_signal = True
|
||||
sell_profit_only = False
|
||||
ignore_roi_if_buy_signal = False
|
||||
ignore_roi_if_enter_signal = False
|
||||
|
||||
# Number of candles the strategy requires before producing valid signals
|
||||
startup_candle_count: int = 30
|
||||
|
||||
Reference in New Issue
Block a user