GoldNexusGriddynamicV2
- Experts
- Paphangkon Luangsanit
- Versione: 1.33
- Attivazioni: 5
Basic Usage
RUN TF 1.m Gold_Robot is an automated trading EA designed to open and manage positions based on H1 EMA crossover logic, while also supporting dynamic grid expansion, manual control buttons, persistent state recovery, and Micro/Cent account handling. The EA keeps its trading logic on H1 internally, even if it is attached to another chart timeframe.
How to Start
Attach the EA to the chart of the symbol you want to trade, then enable Algo Trading in MetaTrader 5. After loading, the EA will initialize its internal H1 EMA signal engine, restore saved runtime state if enabled, and continue working with any matching open positions already on the account. The Adopt feature always starts in OFF mode by default on every new startup.
Trading Logic
The EA uses three EMAs:
- Fast EMA
- Slow EMA
- Trend EMA
A Buy mode is activated when the fast EMA crosses above the slow EMA and price direction is aligned with the trend filter.
A Sell mode is activated when the fast EMA crosses below the slow EMA and price direction is aligned with the trend filter.
Once a mode is active, the EA can continue adding positions in that same direction using its grid logic. Take Profit is calculated from the average basket price in pips.
Dynamic Grid
The EA includes a dynamic grid system. The base grid distance is defined by the user, but when market volatility increases, the grid can automatically expand using ATR. This helps the EA adapt spacing during faster market conditions instead of using a fixed distance only.
Manual Buttons
The EA provides on-chart manual control buttons:
- Buy: opens a manual Buy order and switches the EA into Buy mode
- Sell: opens a manual Sell order and switches the EA into Sell mode
- Adopt: allows the EA to include eligible manual positions in basket management
- Time: turns the Thailand no-trade window filter ON or OFF
- Close All: closes all relevant positions for the current symbol
These buttons are useful for traders who want both automatic logic and direct chart-side control.
Adopt Feature
When Adopt is turned ON, the EA can include manual positions with magic number 0 in its basket logic, depending on the settings. This can also allow those adopted trades to be included in Take Profit modification and closing logic. By default, Adopt starts OFF every time the EA is reloaded.
Time Filter
The EA includes optional no-trade windows based on Thailand time (UTC+7). This filter is mainly intended to block new first entries during selected time ranges. If a basket is already open, grid continuation is still allowed. The Time filter can be controlled directly from the on-chart button.
Micro/Cent Account Support
The EA can automatically detect Cent-style accounts and switch to Micro/Cent lot settings. Users can also force this mode manually if needed. This helps keep lot sizing behavior more suitable for different account types.
Restart and Recovery
If persistent state is enabled, the EA can save its runtime mode and restore it after terminal restart, reconnection, or platform interruption. It can also recover direction mode from existing open positions on startup, helping the EA continue managing active baskets without starting from zero.
Recommended First Setup
For first use, start with:
- a small lot size
- a moderate grid distance
- a Take Profit value suitable for your symbol
- Micro/Cent mode only if your account type requires it
- Time filter OFF until you are familiar with its trading windows
It is recommended to test the EA in the Strategy Tester first before using it on a live account.
