fix: Implement session-scoped gate

This commit is contained in:
Naji El Chemaly
2026-06-11 02:02:22 +03:00
parent de24c99af4
commit b5e62249eb
2 changed files with 109 additions and 18 deletions
+2
View File
@@ -24,6 +24,8 @@ A MetaTrader 5 Expert Advisor for scalping **XAUUSD (Gold/USD)** on **M15** (als
Entry is taken when the ORB retest aligns with a nearby Order Block (optional — configurable).
Active exposure is session-scoped: one open trade is allowed per session, and different sessions may each hold one trade on the same day.
### Session Level Ladder (New)
- After a confirmed session breakout direction, the EA can trade between that session's ORB levels:
- Bullish ladder: `Low -> Mid`, then `Mid -> High`