use_sell_signal -> use_exit_signal
This commit is contained in:
@@ -65,7 +65,7 @@ class {{ strategy }}(IStrategy):
|
||||
process_only_new_candles = False
|
||||
|
||||
# These values can be overridden in the config.
|
||||
use_sell_signal = True
|
||||
use_exit_signal = True
|
||||
exit_profit_only = False
|
||||
ignore_roi_if_buy_signal = False
|
||||
|
||||
|
@@ -65,7 +65,7 @@ class SampleStrategy(IStrategy):
|
||||
process_only_new_candles = False
|
||||
|
||||
# These values can be overridden in the config.
|
||||
use_sell_signal = True
|
||||
use_exit_signal = True
|
||||
exit_profit_only = False
|
||||
ignore_roi_if_buy_signal = False
|
||||
|
||||
|
Reference in New Issue
Block a user