Merge pull request #10400 from simwai/feature/stoploss-start-at

Added unlock_at field for protection config
This commit is contained in:
Matthias
2024-08-10 16:40:09 +02:00
committed by GitHub
12 changed files with 259 additions and 35 deletions

View File

@@ -605,6 +605,10 @@
"type": "number",
"minimum": 0
},
"unlock_at": {
"description": "Time when trading will be unlocked regularly. Format: HH:MM",
"type": "string"
},
"trade_limit": {
"description": "Minimum number of trades required during lookback period.",
"type": "number",