mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
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_stop = False
|
||||
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
|
||||
ticker_interval = '5m'
|
||||
|
|
Loading…
Reference in New Issue
Block a user