Dominance EA
- Experts
- Chukwubuikem Okeke
- Versione: 1.50
Dominance EA
At its core, Dominance EA is a minimalist, bias-driven trading system built around a simple but powerful idea: market dominance. Rather than reacting to every tick or micro-pattern, the EA steps back and evaluates which side of the market—buyers or sellers—controlled the previous trading day, then aligns its next action with that dominant force.
The system operates on a once-per-day execution model, triggered strictly at the start of a new trading day (excluding Mondays to avoid weekend-induced volatility). This design eliminates noise and enforces a disciplined, session-based decision cycle.
Key Inputs
The EA exposes a concise but powerful configuration surface:
- Model Behavior
- eaMode → Normal or Inverted logic
- Trend Filter
- maPeriod , maMethod , maAppPrice
- Volatility & Risk
- atrPeriod , atrMultiplier
- Execution Controls
- ordFillType → Order filling policy
- lotsize → Volume
- eaMagic → Trade identification
- tradeComment → Logging & traceability
These inputs allow both strategic flexibility and execution control without overcomplicating the system.
Execution Logic
Once a valid daily bias is established:
- The EA checks for existing positions (ensuring one-trade-per-symbol discipline).
- If no trade is open, it executes a single position per day in the direction of the bias.
This creates a clean operational cycle:
Analyze yesterday → Decide today → Execute once → Stand down
