Rename sell_profit_only to exit_profit_only
This commit is contained in:
@@ -66,7 +66,7 @@ class {{ strategy }}(IStrategy):
|
||||
|
||||
# These values can be overridden in the config.
|
||||
use_sell_signal = True
|
||||
sell_profit_only = False
|
||||
exit_profit_only = False
|
||||
ignore_roi_if_buy_signal = False
|
||||
|
||||
# Number of candles the strategy requires before producing valid signals
|
||||
|
@@ -66,7 +66,7 @@ class SampleStrategy(IStrategy):
|
||||
|
||||
# These values can be overridden in the config.
|
||||
use_sell_signal = True
|
||||
sell_profit_only = False
|
||||
exit_profit_only = False
|
||||
ignore_roi_if_buy_signal = False
|
||||
|
||||
# Hyperoptable parameters
|
||||
|
Reference in New Issue
Block a user