بنقرة واحدة
indicator-analysis
Audits indicators, removes contradictions, and simplifies signals to a small coherent set
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Audits indicators, removes contradictions, and simplifies signals to a small coherent set
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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
Builds a dashboard to visualize trades, portfolio, and agent reasoning
Generates trading strategy modules (momentum, mean-reversion, yield)
| name | indicator_analysis |
| description | Audits indicators, removes contradictions, and simplifies signals to a small coherent set |
modules/momentum.pymodules/mean_reversion.pymodules/ai_predictor.pyprediction/predict.py consumes raw OHLCV sequencesutils/indicators.py{"signal": "BUY|SELL|HOLD", "confidence": float, "metadata": dict}