mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
chore: Update schema file
This commit is contained in:
parent
abef8e376c
commit
67fdfdf584
|
@ -9,11 +9,6 @@
|
||||||
],
|
],
|
||||||
"minimum": -1
|
"minimum": -1
|
||||||
},
|
},
|
||||||
"new_pairs_days": {
|
|
||||||
"description": "Download data of new pairs for given number of days",
|
|
||||||
"type": "integer",
|
|
||||||
"default": 30
|
|
||||||
},
|
|
||||||
"timeframe": {
|
"timeframe": {
|
||||||
"description": "The timeframe to use (e.g `1m`, `5m`, `15m`, `30m`, `1h` ...). \nUsually specified in the strategy and missing in the configuration.",
|
"description": "The timeframe to use (e.g `1m`, `5m`, `15m`, `30m`, `1h` ...). \nUsually specified in the strategy and missing in the configuration.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -1065,7 +1060,7 @@
|
||||||
"default": {},
|
"default": {},
|
||||||
"properties": {
|
"properties": {
|
||||||
"process_throttle_secs": {
|
"process_throttle_secs": {
|
||||||
"description": "Throttle time in seconds for processing.",
|
"description": "Minimum loop duration for one bot iteration in seconds.",
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
"interval": {
|
"interval": {
|
||||||
|
@ -1106,6 +1101,15 @@
|
||||||
"description": "Enable position adjustment. \nUsually specified in the strategy and missing in the configuration.",
|
"description": "Enable position adjustment. \nUsually specified in the strategy and missing in the configuration.",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"new_pairs_days": {
|
||||||
|
"description": "Download data of new pairs for given number of days",
|
||||||
|
"type": "integer",
|
||||||
|
"default": 30
|
||||||
|
},
|
||||||
|
"download_trades": {
|
||||||
|
"description": "Download trades data by default (instead of ohlcv data).",
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"max_entry_position_adjustment": {
|
"max_entry_position_adjustment": {
|
||||||
"description": "Maximum entry position adjustment allowed. \nUsually specified in the strategy and missing in the configuration.",
|
"description": "Maximum entry position adjustment allowed. \nUsually specified in the strategy and missing in the configuration.",
|
||||||
"type": [
|
"type": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user