* Adding command for Filtering

* Read latest Backtest file and print trades
This commit is contained in:
Cryptomeister Nox
2021-06-17 20:35:02 +02:00
parent 9c789856bd
commit 85979c3176
5 changed files with 63 additions and 3 deletions

View File

@@ -202,6 +202,11 @@ AVAILABLE_CLI_OPTIONS = {
help='Specify additional lookup path for Hyperopt and Hyperopt Loss functions.',
metavar='PATH',
),
"backtest_path": Arg(
'--backtest-path',
help='Specify lookup file path for backtest filter.',
metavar='PATH',
),
"epochs": Arg(
'-e', '--epochs',
help='Specify number of epochs (default: %(default)d).',