Back to list
TheHaywire

execution-excellence-tca

by TheHaywire

Algorithmic trading system for MetaTrader 5

1🍴 1📅 Jan 17, 2026

SKILL.md


name: Execution Excellence & TCA description: Minimizing slippage, benchmarking fills, and detecting toxic flow.

Execution Excellence Skill

This skill provides the "Trading Desk" logic for the Titan system. Follow these protocols to ensure every pip of profit is captured:

1. The Execution Quality (TCA) Protocol

Trade signals are useless if lost to poor execution.

  • Call scripts/execution_quality_tca.py after every session close.
  • Slippage Benchmark: Compare the FILLED price vs the REQUESTED price.
  • Toxic Flow Check: If the market immediately moves against the position by > 50% of ATR within 1 minute of fill, flag the broker for "Toxic Liquidity".

2. Adaptive Exit Protocol

  • Use scripts/adaptive_exit.py to manage active positions.
  • Multi-Stage Scaling: Never close a winner all at once. Scale-out at predefined RR (Risk-Reward) levels.
  • Vol-Trailing: Trailing stops must expand during high-volatility news events to avoid "stop-hunting".

Core Tools:

  • scripts/execution_quality_tca.py: Fill quality auditor.
  • scripts/adaptive_exit.py: Volatility-weighted trade manager.
  • scripts/liquidity_router.py: Smart order slicing logic.

Score

Total Score

60/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon