Fix typo and add tests for create_plotconfig

This commit is contained in:
Matthias
2020-01-04 11:30:21 +01:00
parent 4628024de6
commit b5a806dec7
2 changed files with 25 additions and 1 deletions

View File

@@ -165,7 +165,7 @@ def create_plotconfig(indicators1: List[str], indicators2: List[str], plot_confi
if not indicators1:
indicators1 = ['sma', 'ema3', 'ema5']
if not indicators2:
indicators1 = ['macd', 'macdsignal']
indicators2 = ['macd', 'macdsignal']
# Create subplot configuration if plot_config is not available.
plot_config = {