Skip to content

Commit

Permalink
Update schema.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias authored and freqtrade-bot committed Aug 11, 2024
1 parent 7710257 commit dcfdaa1
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/schema.json
Original file line number Diff line number Diff line change
@@ -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",
4 changes: 4 additions & 0 deletions schema/schema_dev.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit dcfdaa1

Please sign in to comment.