Funded Simulation
The simulated funded-account profile that represents the real operating constraints, and the current state of the simulation that would enforce it. Limits here are failure boundaries, not targets. No funded or live execution is enabled by anything on this page.
Implemented today
Per-trade sizing overlay — read-time only, nothing persistedRe-sizes an already-observed shadow trade under a funded contract policy and re-expresses the same realized R as a different dollar figure. Read-time only; nothing is persisted and no strategy logic, canonical R or shadow P/L is touched.
lib/liveStatus/fundedSizing.ts · funded-sim-v1-provisional · scope PER_TRADE_SIZING_OVERLAY
F6 and A2.10 true-live shadow observations, rendered on /live/strategies and /funded-simulation.
These figures are imported directly from lib/liveStatus/fundedSizing.ts, so this page cannot drift from the code that computes them. The profile file’s recorded model matches the code.
Gaps to the canonical profile
What the implemented overlay does not yet enforceThe implemented overlay is per-trade only. It does not track a running daily loss, cannot stop a day at the $1,000 internal limit, and therefore cannot report breach counts or worst-day outcomes.
No simulated account balance or peak-to-trough account equity is maintained, so the $2,000 maximum drawdown is not enforced and account survival cannot be reported.
The overlay caps at 7 MNQ contracts, not the canonical 40-micro exposure limit. The two numbers answer different questions and must not be conflated.
The overlay applies a diagnostic slippage model (Model B, 0.5 points) but no explicit per-contract commission schedule.
Trades a funded envelope would refuse (daily limit already hit, drawdown too close to the cap) are not yet counted as skipped, so accepted-vs-skipped reporting does not exist.
Each strategy's overlay is computed independently; a shared simulated account across concurrent strategies is not modelled.
Strategy compatibility
Which strategies a funded simulation could even be computed forA funded simulation needs per-trade records with a real stop distance. Today that means the 2 prospective live-shadow candidate(s) whose observations carry one; every other record in the registry has campaign-level statistics only, so no account-level simulation can be computed for it without re-running the trades.
- A2.10 — Final-Hour Reversion v2armedper-trade overlay available on the Live Audit desk
- F6 — VolExpansion E1 Immediate Fade (TRAIL 0.5R)armedper-trade overlay available on the Live Audit desk
Raw research metrics remain available separately and are never overwritten by a funded view. Until certification, the funded view is a labelled what-if overlay, not the default AJ-facing summary.
Read from research-output/registry/funded-profile.json · lib/liveStatus/fundedSizing.ts