بنقرة واحدة
data-intelligence-fabric
Institutional-grade data cleaning, tick physics auditing, and gap reconstruction.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Institutional-grade data cleaning, tick physics auditing, and gap reconstruction.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Pre-trade risk gates and post-trade audit actions for institutional compliance.
Institutional-grade monitoring of alpha exhaustion, execution capacity, and regime drift.
Institutional-grade strategy validation, walk-forward analysis, and regime-aware testing.
Minimizing slippage, benchmarking fills, and detecting toxic flow.
Institutional-grade management of systemic risk, hidden correlations, and black-swan stress testing.
Foundation layer for identity verification, noise filtering, and environment awareness.
| name | Data Intelligence & Fabric |
| description | Institutional-grade data cleaning, tick physics auditing, and gap reconstruction. |
This skill ensures the "Fuel" (Data) for all other skills is pure. Follow these protocols for any OHLCV or Tick data processing:
Before any strategy validation or feature engineering:
scripts/data_auditor.py on the target OHLCV dataset.Institutional models cannot handle missing time steps.
scripts/gap_reconstructor.py to audit for missing bars in MT5 history.Institutional execution ignores technicals during extreme macro uncertainty.
scripts/macro_context.py before opening any new position.scripts/data_auditor.py: Spike and anomaly detector.scripts/gap_reconstructor.py: Gap detector and time-series filler.scripts/feature_factory.py: High-dimensional feature generator.scripts/macro_context.py: Fundamental impact scout.