Rename sell_profit_only to exit_profit_only

This commit is contained in:
Matthias
2022-04-05 20:00:35 +02:00
parent 5c01969969
commit bba9629a2a
17 changed files with 63 additions and 46 deletions

View File

@@ -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

View File

@@ -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