Merge branch 'develop' into plot_profit

This commit is contained in:
kryofly
2018-01-20 08:33:28 +01:00
9 changed files with 160 additions and 68 deletions

View File

@@ -183,6 +183,14 @@ def backtesting_options(parser: argparse.ArgumentParser) -> None:
action='store_true',
dest='refresh_pairs',
)
parser.add_argument(
'--export',
help='Export backtest results, argument are: trades\
Example --export=trades',
type=str,
default=None,
dest='export',
)
parser.add_argument(
'--timerange',
help='Specify what timerange of data to use.',