Uses of Record Class
com.quantfinlib.backtest.tick.TickBacktester.Config
Packages that use TickBacktester.Config
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.Config in com.quantfinlib.backtest.tick
Methods in com.quantfinlib.backtest.tick that return TickBacktester.ConfigModifier and TypeMethodDescriptionstatic TickBacktester.ConfigTickBacktester.Config.defaults()TickBacktester.Config.withCommissionBps(double bps) TickBacktester.Config.withDefaultQueueAhead(long qty) TickBacktester.Config.withEquitySampleEvery(int ticks) TickBacktester.Config.withSpreadBps(double bps) TickBacktester.Config.withTickSchedule(TickSizeSchedule schedule) Price-banded ticks: the tick in force is looked up per price.TickBacktester.Config.withTickSize(double size) Methods in com.quantfinlib.backtest.tick with parameters of type TickBacktester.ConfigModifier and TypeMethodDescriptionTickBacktester.run(TickStrategy strategy, Path tickFile, TickBacktester.Config config) Replays the tick file through the strategy and returns the result.