add macd signal as default indicator2
This commit is contained in:
parent
422a0ce114
commit
e43aaaef9c
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user