From 67fdfdf584b081b56dcd8d80b0de738a324fd51f Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 1 Aug 2024 19:39:06 +0200 Subject: [PATCH] chore: Update schema file --- build_helpers/schema.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/build_helpers/schema.json b/build_helpers/schema.json index c2b930558..3c37896b1 100644 --- a/build_helpers/schema.json +++ b/build_helpers/schema.json @@ -9,11 +9,6 @@ ], "minimum": -1 }, - "new_pairs_days": { - "description": "Download data of new pairs for given number of days", - "type": "integer", - "default": 30 - }, "timeframe": { "description": "The timeframe to use (e.g `1m`, `5m`, `15m`, `30m`, `1h` ...). \nUsually specified in the strategy and missing in the configuration.", "type": "string" @@ -1065,7 +1060,7 @@ "default": {}, "properties": { "process_throttle_secs": { - "description": "Throttle time in seconds for processing.", + "description": "Minimum loop duration for one bot iteration in seconds.", "type": "integer" }, "interval": { @@ -1106,6 +1101,15 @@ "description": "Enable position adjustment. \nUsually specified in the strategy and missing in the configuration.", "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": { "description": "Maximum entry position adjustment allowed. \nUsually specified in the strategy and missing in the configuration.", "type": [