mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 18:13:04 +00:00
partial progress commit:
added terminal tabulate-output added yet non-working csv output using pandas
This commit is contained in:
5
freqtrade/commands/cli_options.py
Normal file → Executable file
5
freqtrade/commands/cli_options.py
Normal file → Executable file
@@ -688,5 +688,10 @@ AVAILABLE_CLI_OPTIONS = {
|
||||
type=check_int_positive,
|
||||
metavar='INT',
|
||||
default=20,
|
||||
),
|
||||
"overwrite_existing_exportfilename_content": Arg(
|
||||
'--overwrite-existing-exportfilename-content',
|
||||
help='overwrites existing contents if existent with exportfilename given',
|
||||
action='store_true'
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user