Add plotconfig as property documentation and sample

This commit is contained in:
Matthias
2021-11-28 19:39:43 +01:00
parent 2414c0bd9f
commit cf5ff9257d
3 changed files with 97 additions and 44 deletions

View File

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