plot profit: filter multiple pairs, misc fixes

This commit is contained in:
kryofly
2018-01-12 19:18:31 +01:00
parent d8d46890b3
commit 167483f777
3 changed files with 37 additions and 42 deletions

View File

@@ -111,7 +111,7 @@ def common_args_parser(description: str):
metavar='PATH',
)
parser.add_argument(
'-dd', '--datadir',
'--datadir',
help='path to backtest data (default freqdata/tests/testdata',
dest='datadir',
default=os.path.join('freqtrade', 'tests', 'testdata'),