Add OOS Reconciliation page to Meta Analysis (#2300)#2301
Merged
AlexCatarino merged 1 commit intoQuantConnect:masterfrom Apr 15, 2026
Merged
Conversation
f288aba to
6c8e20e
Compare
…antConnect#2300) Move the conceptual Reconciliation section off the Live Analysis page and create a new Live Reconciliation page that walks through generating the out-of-sample backtest reconciliation curve for a live deployment: read launch datetime and starting equity, run an OOS backtest, overlay the two Strategy Equity curves, and plot live vs. backtest order fills on a single marker-only chart per symbol. Renumbers sibling files after the removal, shifts Live Deployment Automation from 05 to 06, and updates the one inbound link fragment from QuantConnect#4-Plot-Order-Fills to QuantConnect#3-Plot-Order-Fills.
6c8e20e to
4f867d6
Compare
This was referenced Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
matplotlibaxis, and plotting live vs. backtest order fills on a single marker-onlyplotlychart per symbol (no candlesticks, no price history).04 Plot Order Fills.php\u219203,05 Plot Charts.php\u219204) and shiftLive Deployment Automationfrom05to06.Resources/algorithm-results/orders.php) from#04-Plot-Order-Fillsto#03-Plot-Order-Fillsand fix an adjacent pre-existing label bug (ReadBacktestOrders\u2192ReadLiveOrdersin the live branch).Resolves #2300
Test plan
01 Key Concepts,02 Backtest Analysis,03 Optimization Analysis,04 Live Analysis,05 Live Reconciliation,06 Live Deployment Automation.#03-Plot-Order-Fillsand#04-Plot-Charts, and that the updated link inResources/algorithm-results/orders.phpresolves.99 Examples.htmlinside a research notebook and confirm the compile/backtest flow and chart reads succeed.