mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-13 11:21:14 +00:00
Add locks per pair
This commit is contained in:
@@ -27,7 +27,7 @@ AVAILABLE_PAIRLISTS = ['StaticPairList', 'VolumePairList',
|
||||
'AgeFilter', 'PerformanceFilter', 'PrecisionFilter',
|
||||
'PriceFilter', 'RangeStabilityFilter', 'ShuffleFilter',
|
||||
'SpreadFilter']
|
||||
AVAILABLE_PROTECTIONS = ['StoplossGuard']
|
||||
AVAILABLE_PROTECTIONS = ['StoplossGuard', 'CooldownPeriod']
|
||||
AVAILABLE_DATAHANDLERS = ['json', 'jsongz', 'hdf5']
|
||||
DRY_RUN_WALLET = 1000
|
||||
DATETIME_PRINT_FORMAT = '%Y-%m-%d %H:%M:%S'
|
||||
|
||||
Reference in New Issue
Block a user