Description:
🧠 Overall Explanation of the EA
The Expert Advisor functions as a directional grid engine with equity-proportional position sizing and compression exits.
The system operates through this sequence of actions:
- It opens its first position which depends on the market trend between Buy or Sell.
- It establishes an anchor price which serves as its current reference point.
- It opens new positions when prices move from the anchor point through specific grid distance measurements.
- Each position on the market uses a lot size proportional to account equity.
- It closes both positions when one position generates profit while the other position shows drawdown of at least 'EarlyProfits' points.
- It starts a new cycle after all active trades have been completed.
This is not martingale anymore. It is now:
--> Linear exposure stacking + equity scaling + pair compression exit.
It grows with account size automatically.