Skip to content

Clarify partial fills in backtesting docs #2481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts/backtesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ When using less granular data, the same behaviors apply as L1:

The `FillModel` has certain limitations to keep in mind:

- Partial fills are not simulated - orders either fill completely or not at all.
- **Partial fills are supported** with L2/L3 order book data - when there is no longer any size available in the order book, no more fills will be generated and the order will remain in a partially filled state. This accurately simulates real market conditions where not enough liquidity is available at the desired price levels.
- With L1 data, slippage is limited to a fixed 1-tick, at which entire order's quantity is filled.

:::note
Expand Down
Loading