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(