Skip to content

Commit cabedee

Browse files
committed
Organize Backtesting concepts into focused pages
- Organize the Backtesting concept into focused section pages. - Keep execution flow, matching, fill model, and margin detail. - Repoint Backtesting links, including the margin-model anchor. - Refresh the Concepts index blurb for the new section.
1 parent 5a1fa9d commit cabedee

19 files changed

Lines changed: 1700 additions & 1560 deletions

docs/concepts/accounting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ consistent across venues.
77

88
It applies equally to backtest and live trading. For backtest-specific
99
configuration (starting balances, margin-model selection per venue), see
10-
[Backtesting](backtesting.md).
10+
[Backtesting](backtesting/).
1111

1212
## Account types
1313

@@ -359,7 +359,7 @@ class RiskAdjustedMarginModel(MarginModel):
359359

360360
For backtest-wide configuration of the margin model via `BacktestVenueConfig`
361361
and `MarginModelConfig`, see the margin-models section of
362-
[Backtesting](backtesting.md#margin-models).
362+
[Backtesting](backtesting/accounts-and-margin.md#margin-models).
363363

364364
## Adapter convention
365365

@@ -391,7 +391,7 @@ are keyed by `currency`.
391391

392392
## Related guides
393393

394-
- [Backtesting](backtesting.md): starting balances, `MarginModelConfig`, and
394+
- [Backtesting](backtesting/): starting balances, `MarginModelConfig`, and
395395
backtest-specific account setup.
396396
- [Portfolio](portfolio.md): portfolio-level PnL, exposures, and currency
397397
conversion.

0 commit comments

Comments
 (0)