Add plot_config to optional plot

This commit is contained in:
Matthias
2020-01-08 19:35:00 +01:00
parent c3fd894a6c
commit c9b0b4c7a4
6 changed files with 39 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ class {{ strategy }}(IStrategy):
'buy': 'gtc',
'sell': 'gtc'
}
{{ plot_config | indent(4) }}
def informative_pairs(self):
"""
Define additional, informative pair/interval combinations to be cached from the exchange.