بنقرة واحدة
build-dashboard
Builds a dashboard to visualize trades, portfolio, and agent reasoning
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Builds a dashboard to visualize trades, portfolio, and agent reasoning
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Audits indicators, removes contradictions, and simplifies signals to a small coherent set
Implements confidence-weighted signal combination with dynamic weights and execution thresholds
Structures ERC-8004-style logs (identity, reputation, validation, intent) and produces deterministic hashes
Aligns risk gating (SL/TP, sizing, volatility, caps) with signal confidence to avoid blocking good trades
Ensures trades are executed only when confidence and risk checks pass; logs trades deterministically
Generates trading strategy modules (momentum, mean-reversion, yield)
| name | build-dashboard |
| description | Builds a dashboard to visualize trades, portfolio, and agent reasoning |
┌──────────────────────────────────────────────┐
│ Portfolio Overview │
│ Value: $XX,XXX | PnL: +$X,XXX (+X.X%) │
├──────────────────┬───────────────────────────┤
│ PnL Chart │ Strategy Signals │
│ (line over time)│ Momentum: BUY (0.72) │
│ │ MeanRev: HOLD (0.45) │
│ │ AI Pred: BUY (0.68) │
├──────────────────┼───────────────────────────┤
│ Trade History │ Risk Alerts │
│ (scrollable │ - Daily loss: 6.2%/10% │
│ table) │ - Max position: OK │
│ │ - Volatility: NORMAL │
├──────────────────┴───────────────────────────┤
│ Validation Proof Log │
│ Hash: abc123... | Decision: BUY ETH @ $3200 │
└──────────────────────────────────────────────┘
simulation/paper_trader.py outputvalidation/proof_log.jsonlrisk/risk_manager.py logsInput: "Create dashboard for paper trading agent"
Output: dashboard/dashboard.py with: