self.parameters¶ property Strategy.parameters¶ Returns the parameters of the strategy. This is a dictionary with the strategy parameters. Returns The parameters of the strategy. Return type dict Example >>> self.log_message(f'Strategy parameters: {self.parameters}')