원클릭으로
mt5-bridge-connectivity
Foundation layer for identity verification, noise filtering, and environment awareness.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Foundation layer for identity verification, noise filtering, and environment awareness.
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.
Institutional-grade data cleaning, tick physics auditing, and gap reconstruction.
Minimizing slippage, benchmarking fills, and detecting toxic flow.
Institutional-grade management of systemic risk, hidden correlations, and black-swan stress testing.
| name | MT5 Bridge & Connectivity |
| description | Foundation layer for identity verification, noise filtering, and environment awareness. |
This is my mandatory foundation layer. Use this protocol before calling any other trading skill (alpha_forensics, factor_risk, etc.).
Before performing any analysis:
scripts/connectivity_manager.py.Login, Server, and TradeMode (Demo/Live).To prevent "Data Pollution":
scripts/history_cleaner.py to isolate institutional trades.Magic 888888 (Fleet) and Magic 999000+ (Titan Alpha).Before long-running operations or high-frequency execution:
scripts/heartbeat_monitor.py to verify RTT latency is < 200ms.CRITICAL, call scripts/auto_healer.py to attempt session restoration.HEALTHY.To ensure data durability and auditability:
scripts/db_sentinel.py daily to audit schema integrity and perform vacuuming.scripts/audit_trail_manager.py. The "details" field should be a rich JSON for forensic playback.scripts/connectivity_manager.py: Status and Identity check.scripts/history_cleaner.py: Noise reduction for trade history.scripts/heartbeat_monitor.py: Pulse and Latency check.scripts/auto_healer.py: Automated connection recovery.scripts/db_sentinel.py: Database maintenance.scripts/audit_trail_manager.py: Institutional execution ledger.