Uses of Record Class
com.quantfinlib.backtest.tick.TickBacktester.TickBacktestResult
Packages that use TickBacktester.TickBacktestResult
Package
Description
Event-driven tick-level backtesting — the level below bars, where queue
position decides whether a passive order actually trades:
TickBacktester replays QFLT tick
files through a TickStrategy with
microstructure-aware fills (market orders pay half the spread; limit
orders fill on trade-through or earn fills print-by-print against a
simulated queue; optional tick-size grid for real-world prices; no fills
against the triggering print).-
Uses of TickBacktester.TickBacktestResult in com.quantfinlib.backtest.tick
Methods in com.quantfinlib.backtest.tick that return TickBacktester.TickBacktestResultModifier and TypeMethodDescriptionTickBacktester.run(TickStrategy strategy, Path tickFile, TickBacktester.Config config) Replays the tick file through the strategy and returns the result.