Change default for positive_offset in sample
This commit is contained in:
parent
5ea332e9be
commit
ad8b1bbb79
@ -45,7 +45,7 @@ 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 = None # 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