mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
add available_parameters
This commit is contained in:
@@ -137,6 +137,12 @@ class RemotePairList(IPairList):
|
||||
"description": "Bearer token",
|
||||
"help": "Bearer token - used for auth against the upstream service.",
|
||||
},
|
||||
"save_to_file": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Filename to save processed pairlist to.",
|
||||
"help": "Specify a filename to save the processed pairlist in JSON format.",
|
||||
},
|
||||
}
|
||||
|
||||
def process_json(self, jsonparse) -> List[str]:
|
||||
|
||||
Reference in New Issue
Block a user