-
-
Notifications
You must be signed in to change notification settings - Fork 1
Results
Ben Bell edited this page Nov 15, 2024
·
1 revision
The BacktestResult
class encapsulates the results of a backtest, including the final portfolio value, the list of transactions, and the strategy used.
The final value of the portfolio after the backtest.
A list of transactions executed during the backtest.
The strategy used for the backtest.
Calculates and returns the series of returns based on the transaction prices.