Uses of Class
com.quantfinlib.backtest.BacktestResult

Packages that use BacktestResult
Package
Description
Bar-based backtesting.
Strategy Builder DSL: compose Rules (built via Rules factories over indicator arrays, with and/or/not combinators) into a backtestable strategy through StrategyBuilder — entry/exit rules, stop loss and take profit in a fluent chain.
Professional report generation, all writers hand-rolled on the JDK: ReportGenerator assembles portfolio, performance, risk, allocation, trade, Monte Carlo and technical sections into a Report, exported as HTML (with inline SvgCharts equity/drawdown charts), CSV, PDF, or XLSX.