Don't load protections from config if strategy defines a property
This commit is contained in:
@@ -107,7 +107,7 @@ class IStrategy(ABC, HyperStrategyMixin):
|
||||
startup_candle_count: int = 0
|
||||
|
||||
# Protections
|
||||
protections: List
|
||||
protections: List = []
|
||||
|
||||
# Class level variables (intentional) containing
|
||||
# the dataprovider (dp) (access to other candles, historic data, ...)
|
||||
|
Reference in New Issue
Block a user