self.name¶
- property Strategy.name¶
Returns the name of the strategy.
- Returns:
The name of the strategy.
- Return type:
str
Example
>>> self.log_message(f'Strategy name: {self.name}')
Returns the name of the strategy.
The name of the strategy.
str
Example
>>> self.log_message(f'Strategy name: {self.name}')