Skip to content

Commit 1a0d1b8

Browse files
authored
Clarify partial fills in backtesting docs (#2481)
1 parent 31076d2 commit 1a0d1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/backtesting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ When using less granular data, the same behaviors apply as L1:
364364

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

367-
- Partial fills are not simulated - orders either fill completely or not at all.
367+
- **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.
368368
- With L1 data, slippage is limited to a fixed 1-tick, at which entire order's quantity is filled.
369369

370370
:::note

0 commit comments

Comments
 (0)