trailing_stop_positive should only be set when needed, and

none/undefined otherwise
This commit is contained in:
Matthias 2019-06-13 19:34:46 +02:00
parent 50c7a2445b
commit a4d8424268
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ class TestStrategy(IStrategy):
# trailing stoploss
trailing_stop = False
trailing_stop_positive = 0.01
trailing_stop_positive_offset = 0.0 # Disabled / not configured
# trailing_stop_positive = 0.01
# trailing_stop_positive_offset = 0.0 # Disabled / not configured
# Optimal ticker interval for the strategy
ticker_interval = '5m'