use_sell_signal -> use_exit_signal

This commit is contained in:
Matthias
2022-04-05 20:07:58 +02:00
parent 5ce5c70be6
commit 4897731030
22 changed files with 62 additions and 59 deletions

View File

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

View File

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