Add tests for plotconfig in ws mode

This commit is contained in:
Matthias
2023-01-18 18:15:35 +01:00
parent 2298656e45
commit 634b80f0e7
2 changed files with 21 additions and 1 deletions

View File

@@ -34,6 +34,11 @@ class HyperoptableStrategy(StrategyTestV3):
protection_enabled = BooleanParameter(default=True)
protection_cooldown_lookback = IntParameter([0, 50], default=30)
# Invalid plot config ...
plot_config = {
"main_plot": {},
}
@property
def protections(self):
prot = []