add plot_config to startegy interface properly

This commit is contained in:
Matthias
2020-01-04 12:54:58 +01:00
parent b5a806dec7
commit bdda620397
2 changed files with 5 additions and 5 deletions

View File

@@ -112,7 +112,8 @@ class IStrategy(ABC):
dp: Optional[DataProvider] = None
wallets: Optional[Wallets] = None
plot_config: Dict
# Definition of plot_config. See plotting documentation for more details.
plot_config: Dict = {}
def __init__(self, config: dict) -> None:
self.config = config