add macd signal as default indicator2

This commit is contained in:
Axel Cherubin 2019-01-25 14:04:39 -04:00 committed by Matthias
parent 422a0ce114
commit e43aaaef9c
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ def plot_parse_args(args: List[str]) -> Namespace:
help='Set indicators from your strategy you want in the third row of the graph. Separate '
'them with a coma. E.g: fastd,fastk (default: %(default)s)',
type=str,
default='macd',
default='macd,macdsignal',
dest='indicators2',
)
arguments.parser.add_argument(