7 lines
318 B
Python
7 lines
318 B
Python
"""GoldScalperPro — trend-filtered momentum pullback scalper on XAUUSD (M5).
|
|
|
|
EA source: ``GoldScalperPro.mq5`` at the project root (read-only after compile).
|
|
This package holds the Python mirror: the strategy-agnostic scalper engine,
|
|
the caller (signals + gates + sizing), and per-iteration research snapshots.
|
|
"""
|