CLI: aura run --real attaches both brokers (pip vs currency curves) #123
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Wire the realistic-broker path end to end through the CLI so a single invocation yields directly comparable curves:
aura run --real <SYM>attaches both brokers: sim-optimal onexposure(pips, signal quality — existing) andRealisticBroker(currency, viability — new), reusing thesample_harnesstemplate (main.rs:92-142).exposure,equity(pips),currency_equity, andpositionstaps for the one run.Output: one run → both the sim-optimal pip curve and the realistic currency curve plus the audit table, the two-attach-points architecture observable end to end.
depends on: friction params (I5), currency metrics (I6), persistence (I7)
context: realizes C10's "both broker classes attach, several at once for directly comparable curves"; the existing two-sink harness is the template.
Superseded by the 2026-06-28 C10 rework (ledger commit
29cdc8c): the realistic-broker / currency model is retired (real friction is not historically knowable). Cost in research is now a composable cost-model graph in R (the net-R curve); money / a real broker move to a separate live/deploy edge. See #116 (summary), #148 (cost-model graph), #149 (live/deploy edge). Closing as superseded.