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.-
Uses of BacktestResult in com.quantfinlib.backtest
Methods in com.quantfinlib.backtest that return BacktestResultModifier and TypeMethodDescriptionExecutionAwareResult.backtest()static BacktestResultBacktester.run(TradingStrategy strategy, BarSeries series, BacktestConfig config) static BacktestResultBacktester.run(TradingStrategy strategy, BarSeries series, BacktestConfig config, int tradeFrom) Variant with a WARM-UP prefix: indicators are initialized over the whole series, but no signal is acted on (and no equity recorded) beforetradeFrom. -
Uses of BacktestResult in com.quantfinlib.dsl
Methods in com.quantfinlib.dsl that return BacktestResultModifier and TypeMethodDescriptionConvenience: run a backtest with default costs and this strategy's risk settings.StrategyBuilder.DslStrategy.backtest(BarSeries series, BacktestConfig config) -
Uses of BacktestResult in com.quantfinlib.report
Methods in com.quantfinlib.report with parameters of type BacktestResult