self.set_parameters¶
- lumibot.strategies.strategy.Strategy.set_parameters(self, parameters)¶
Set the default parameters of the strategy.
- Parameters:
parameters (dict) – The parameters to set. These new parameters will overwrite the existing parameters (including the default settings).
- Return type:
None