スキル一覧に戻る
TheHaywire

data-intelligence-fabric

by TheHaywire

Algorithmic trading system for MetaTrader 5

1🍴 1📅 2026年1月17日
GitHubで見るManusで実行

SKILL.md


name: Data Intelligence & Fabric description: Institutional-grade data cleaning, tick physics auditing, and gap reconstruction.

Data Intelligence Skill

This skill ensures the "Fuel" (Data) for all other skills is pure. Follow these protocols for any OHLCV or Tick data processing:

1. Tick Physics Protocol

Before any strategy validation or feature engineering:

  • Call scripts/data_auditor.py on the target OHLCV dataset.
  • Identify Spikes: Flag candles where volatility exceeds the 20-period standard deviation by more than 4x (potential "fake" broker spikes).
  • Audit Wicks: Check if High/Low spreads are realistic compared to the peer-group (other symbols in the same group).

2. Time-Series Integrity (Gap Recon)

Institutional models cannot handle missing time steps.

  • Use scripts/gap_reconstructor.py to audit for missing bars in MT5 history.
  • Interpolate: Fill gaps using forward-fill or linear interpolation to maintain a continuous time index.
  • Alert: If a gap exceeds 4 bars (M15+) or 1 bar (H1+), log a "Data Quality Warning" in the Audit Trail.

3. Macro Filter Protocol

Institutional execution ignores technicals during extreme macro uncertainty.

  • Call scripts/macro_context.py before opening any new position.
  • BLOCK: If an "ULTRA" or "CRITICAL" event is detected within the current session, HALT all execution for that currency pair.
  • CAUTION: Increase stop-loss buffers by 50% during "HIGH" impact event windows.

Core Tools:

  • 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.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です