TradeArena Showcase: Quickstart Tour

Run one command, open one page, and inspect the artifacts that demonstrate auditable trajectories, realistic execution, risk gates, diagnostic visuals, and extensible plugins. Each card names the artifact and the command that regenerates it; the first-run path uses deterministic agents, tracked snapshots, and no live provider calls.

First run: no provider key Execution realism Risk lifecycle Replayable trajectories Extensible plugins

3-Minute Demo Video

Watch the quickstart command, showcase portal, audit report, execution realism, extension walkthrough, and retail planning sandbox without leaving this page.

First-run quickstart portal

Start with a guided quickstart route through the main demo artifacts, their source commands, and redacted cache manifest.

python scripts/run_launch_demo.py

Artifact status: ready

Benchmark v0.1 snapshot

A compact result page for crisis scenes, execution-aware baselines, intraday portfolio probes, and representation robustness.

python scripts/build_benchmark_page.py

Artifact status: ready

Community benchmark registry

A redacted benchmark-submission page that compares runs without exposing raw provider prompts or responses.

python scripts/build_benchmark_registry.py examples/benchmark_submissions

Artifact status: ready

Experiment-design demos

Execution realism, Markowitz/MVO baselines, representation signatures, and custom plugin extensibility.

python scripts/run_paper_design_demos.py

Artifact status: ready

Animated visual tour

Regenerate the README animations and inspect what each preview conveys without relying on motion alone.

python examples/visual_tour_demo.py

Artifact status: ready

Audit report

Trace one decision from market observation through proposal, risk review, execution, and reflection.

python scripts/render_audit_report.py

Artifact status: ready

Crisis gallery

Representation trajectory, correlation/intent heatmap, feedback curves, and exposure waterfall snapshots.

python examples/crisis_snapshot_demo.py

Artifact status: ready

A-share rule stress

T+1, price-limit, and board-lot constraints as auditable risk-gate interventions.

python examples/ashare_market_rules_demo.py

Artifact status: ready

Crypto microstructure stress

No-key high-volatility crypto-style stress with fill, rejection, latency, and slippage diagnostics.

python examples/crypto_microstructure_stress_demo.py

Artifact status: ready

Futures roll risk

Contract metadata and a roll schedule produce expiry and roll-window risk reports.

python examples/futures_roll_risk_demo.py

Artifact status: ready

Mock deep-RL policy baseline

A deterministic policy wrapper emits normal decisions and reuses risk, execution, trajectory, and evaluator plugins.

python examples/rl_policy_baseline_demo.py

Artifact status: ready

Alpaca paper export

Approved orders become paper-review JSON/CSV rows without any live broker submission.

python examples/alpaca_paper_export_demo.py

Artifact status: ready

Holdings CSV import

A tiny holdings CSV fixture feeds the retail planning sandbox and paper rebalance diagnostics.

python examples/holdings_csv_import_demo.py

Artifact status: ready

Custom plugin extension

A local analyst plugin running through the same strategy, risk, execution, memory, and evaluator stack.

python examples/custom_plugin_demo.py

Artifact status: ready

Contributor extension walkthrough

Swap in a custom analyst, risk manager, and evaluator while reusing the rest of the framework.

python examples/extension_walkthrough_demo.py

Artifact status: ready

Retail planning sandbox

Review investor profiles, suitability checks, target allocations, futures margin estimates, and paper rebalance orders.

python examples/retail_planner_demo.py

Artifact status: ready