GlodSilver
- Uzman Danışmanlar
- Paphangkon Luangsanit
- Sürüm: 1.1
- Etkinleştirmeler: 5
1) Attach on M1 MT5/TF1m.
-
Open the symbol chart (e.g., XAUUSD/GOLD#), set timeframe to M1.
-
Drag the EA onto the chart.
-
Turn Algo Trading = ON and enable Allow Algo Trading.
2) Core idea (how it trades)
-
First entry (per side) triggers when:
-
Impulse + Engulfing signal agrees, and
-
EMA200 trend filter allows it (if enabled).
-
-
Once-per-bar: limits first entry to max 1 per M1 candle per side.
3) Grid behavior
-
After first entry, it adds positions using Dynamic ATR-based grid (smoothed):
-
Reverse grid (fixing): adds when price goes against the basket ( BR / SR ).
-
Follow adds (trend): adds when price moves in favor ( BF/SF , may become BFH/SFH with HedgeBoost).
-
-
Reverse lots increase in steps (not full martingale): StepOrders + LotStep .
4) Profit closing
-
Target is InpCloseProfitUSD (converted correctly for Cent/USC accounts via x100).
-
CLOSE_HYBRID :
-
If both BUY+SELL exist (hedged), it may close combined net profit.
-
Otherwise closes per side when that side hits target.
-
5) Trailing
-
Default: ATR VWAP-side trailing (moves SL for the whole side based on VWAP).
-
Trailing starts only when that side profit is positive (and may require reaching a fraction of target).
6) Manual buttons
-
BUY / SELL / CLOSE ALL on chart (top-center if enabled).
-
Manual BUY/SELL can still respect spread (default true).
-
CLOSE ALL can include adopted trades if enabled.
7) Adopt External Positions
-
If enabled, manual/external positions can be included in Grid/TP/Trailing/Risk.
-
By default it accepts Magic=0 and Client/Mobile/Web reasons only.
8) If it doesn’t trade
Check on-chart status for the usual blockers:
-
Spread too high, EMA trend not aligned, Impulse+Engulf not satisfied, Cooldown, Session/Rollover filters, or Risk guard stop-add.
