self.set_parameters¶
- 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).
- Returns
- Return type
None