self.initial_budget¶
- property Strategy.initial_budget¶
Returns the initial budget for the strategy.
- Returns:
The initial budget for the strategy.
- Return type:
float
Example
>>> self.log_message(f'Strategy initial budget: {self.initial_budget}')
Returns the initial budget for the strategy.
The initial budget for the strategy.
float
Example
>>> self.log_message(f'Strategy initial budget: {self.initial_budget}')