Documentation
¶
Overview ¶
Package summary builds and renders backtest summary reports to a terminal.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReportablePortfolio ¶
type ReportablePortfolio interface {
portfolio.Portfolio
portfolio.PortfolioStats
}
ReportablePortfolio is the interface required by the summary renderer. It composes read-only portfolio access with statistical queries needed for the full report.
Click to show internal directories.
Click to hide internal directories.