From e43aaaef9c1f9655102a00bc7bce6fbbd384e323 Mon Sep 17 00:00:00 2001 From: Axel Cherubin Date: Fri, 25 Jan 2019 14:04:39 -0400 Subject: [PATCH] add macd signal as default indicator2 --- scripts/plot_dataframe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/plot_dataframe.py b/scripts/plot_dataframe.py index 881bf813b..719653eb0 100755 --- a/scripts/plot_dataframe.py +++ b/scripts/plot_dataframe.py @@ -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(