Termos de Referência
MT5 Expert Advisor for XAUUSD
CORE REQUIREMENTS
1. Trend Filter:
- Based on EMA 50 and EMA 200.
- Trades allowed only in trend direction.
2. Smart Stacking:
- New positions opened only after X points from the last opened trade (editable input).
- Maximum number of stacked trades limited (editable).
- No martingale or recovery lot multiplication.
3. Equity Step Lot Model:
- Lot size increases based on equity levels (editable input table).
- Example levels:
100 USD -> 0.01 lot
300 USD -> 0.02 lot
500 USD -> 0.03 lot
1000 USD -> 0.05 lot
4. Daily Drawdown Protection:
- Daily drawdown calculated from start-of-day balance.
- If limit reached:
- Close all open trades
- Stop trading until next day
5. All parameters must be editable in Inputs.
6. Full source code (.mq5) must be delivered.
7. 1-2 small revisions included after delivery if required.
8. EA must work exactly as confirmed in our message discussion.