trailing_stop_positive should only be set when needed, and
none/undefined otherwise
This commit is contained in:
parent
50c7a2445b
commit
a4d8424268
@ -44,8 +44,8 @@ class TestStrategy(IStrategy):
|
|||||||
|
|
||||||
# trailing stoploss
|
# trailing stoploss
|
||||||
trailing_stop = False
|
trailing_stop = False
|
||||||
trailing_stop_positive = 0.01
|
# trailing_stop_positive = 0.01
|
||||||
trailing_stop_positive_offset = 0.0 # Disabled / not configured
|
# trailing_stop_positive_offset = 0.0 # Disabled / not configured
|
||||||
|
|
||||||
# Optimal ticker interval for the strategy
|
# Optimal ticker interval for the strategy
|
||||||
ticker_interval = '5m'
|
ticker_interval = '5m'
|
||||||
|
Loading…
Reference in New Issue
Block a user