Golden Pocket EA
Automates trend-side pullback entries around dynamic MA/ATR Fibonacci levels with stop-order or market-touch execution and risk-aware trade management.
Fit check
Review fit, evidence, and next action.
Best for
- Automated trend pullback execution inside the 0.618-0.786 zone
- Testing stop-order sequence and market-touch entries from selected Fibonacci levels
Not for
- Blind live trading without Strategy Tester, demo, and broker-specific validation
- Grid, martingale, high-frequency scalping, or random Fibonacci-touch trading
Evidence
Next step
- Platform
- MetaTrader 5
- Type
- Expert Advisor
- Access
- MQL5 Market
- Premium
- Version
- v1.1
- Available on MQL5 Market
Tools navigation
On this page
Performance evidence
Strategy Tester evidence for linked setfiles. These snapshots document tested scenarios only; they are not live performance guidance.
XAUUSD M30
Result summary
Source report and full metrics
All report metrics
Derived from initial deposit plus total net profit.
Derived from total net profit / initial deposit.
Historical tester result.
Profit trades: 265 of 387 total trades.
Maximal balance drawdown.
Maximal equity drawdown.
Account currency in the Strategy Tester report.
Gross profit divided by gross loss in the tester report.
Closed trades in the tester report.
Source report image
Backtesting limitations
- This snapshot belongs to the exact XAUUSD M30 v1.1 setfile linked in this section and should not be read as a general product result.
- Backtest results depend on data source, broker conditions, spread, commission, execution assumptions, and test period.
- Backtests and examples cannot guarantee future results and may differ from live execution.
Testing assets
Linked setfiles are research baselines for the named symbol and timeframe. Treat them as starting points for Strategy Tester work, not live trading instructions.
Golden Pocket EA XAUUSD M30
Current XAUUSD M30 starter configuration for testing Golden Pocket EA v1.1 with the linked Strategy Tester snapshot.
- Platform
- MetaTrader 5
- Asset
- XAUUSD
- Timeframe
- M30
- Profile
- XAUUSD M30 v1.1
v1.1 · 2026-05-28
v1.1
2026-05-28
8 KB
Optional legacy downloads Older versions Archived baselines stay available here while the current v1.1 setfiles remain the primary downloads. 1 file
Golden Pocket EA XAUUSD M30 v1.0
v1.0Legacy XAUUSD M30 starter configuration retained for users who still need the previous v1.0 baseline.
- Platform
- MetaTrader 5
- Asset
- XAUUSD
- Timeframe
- M30
- Profile
- Legacy XAUUSD M30 v1.0
Golden Pocket EA is built for traders who already use pullbacks but want the rules made explicit. It prepares, executes, and manages trend-based setups around dynamic Fibonacci zones on the current MetaTrader 5 chart symbol and timeframe.
Golden Pocket EA automates one specific pullback workflow: calculate the active MA/ATR trend structure, wait for a defined Fibonacci sequence, then apply entry, stop, target, position sizing, filters, and trade management.
The core idea is simple: do not chase the extension. Wait for the pullback, define the invalidation, and test whether the active trend envelope still supports the trade.
The market idea
The Golden Pocket usually refers to the Fibonacci area around 0.618 to 0.786 of a prior move. Traders watch it because strong trends often pull back before continuing. The zone can help frame a question: is price returning into value inside an existing trend, or is the trend breaking down?
The risk is that static Fibonacci drawings depend heavily on which swing the trader chooses. A small change in the anchor can move the pocket. A trader can also start treating every 0.618 touch as meaningful even when the market has no clean trend structure.
Golden Pocket EA gives the idea a stricter frame. It uses a moving average and ATR to define the active structure, then derives the 0.5, 0.618, 0.786, and structural 1.0 levels from that model. The 0.618 to 0.786 area remains the main value zone, while the 0.5 level is part of the sequence logic and can also act as the stop-order reference.
Why the model can be useful
The model can be useful because it turns a discretionary pullback idea into rules. Trend detection, retracement depth, execution mode, stop reference, target logic, and management behavior can be reviewed separately instead of being blended into one visual judgment.
That matters because manual Golden Pocket trading can drift. A trader may draw one retracement from a major swing, another from a smaller internal leg, then enter because price touched a familiar ratio. The EA cannot decide whether the market is worth trading by itself, but it can make the assumptions testable.
The automation is most useful when the trader wants to compare structured variants: stop-order sequence versus market-touch execution, different touch levels, fixed risk-reward versus broader target logic, and simple exits versus partial close, break-even, or trailing behavior.
How the EA reads a setup
The first layer is trend context. The EA uses a moving-average basis and ATR-adjusted structure to decide which side of the model is active. That keeps the pullback idea tied to volatility and trend structure rather than to a fixed drawing on the chart.
The second layer is the sequence. The EA can evaluate a 0.5 break followed by a Golden Pocket touch. Depending on the selected mode, it then places a Buy Stop or Sell Stop at the 0.5 level, or uses market execution when the selected touch level is reached.
The third layer is execution control. Stop-order logic is stricter about the sequence and pending order state. Market-touch logic is more direct, but depends heavily on spread, slippage, and the exact touch condition. Neither mode is universally better. The question is which behavior survives testing on the chosen symbol, timeframe, broker feed, and session.
The fourth layer is risk and management. Stops can reference structural invalidation around the 1.0 level with points or ATR buffer logic. Targets can use fixed risk-reward, the opposite band, or no fixed TP. Partial close, break-even, ATR trailing, structure trailing, and candle trailing can reduce exposure or protect open profit, but they can also cut trades too early.
Settings to configure first
Start with the trend structure. MA type, MA length, ATR length, ATR multiplier, and closed-bar evaluation decide how the EA interprets market phase. If the structure reacts too quickly, it may flip in noise. If it reacts too slowly, it may identify the trend after the best pullback has already passed.
Then test the entry sequence. Compare the selected touch level, re-entry rules, pending order expiration, and stop-order versus market-touch behavior on one symbol and one timeframe before changing other groups.
Next review risk and target settings. Fixed lot or percentage risk can be based on balance or equity. The stop buffer, minimum stop distance, TP mode, and RiskReward value should be checked against broker distance rules, spread, commission, and slippage.
Only after that should management features be combined. Partial close, break-even, trailing mode, loss cooldown, session filters, higher-timeframe trend filters, open-position limits, pending-order limits, and Magic Number separation should be reviewed before live use.
Testing workflow
Golden Pocket EA has a published MQL5 listing, user manual, XAUUSD M30 v1.1 setfile, and one linked Strategy Tester snapshot. Use that material as a documented baseline, not as a live trading instruction.
Start with the XAUUSD M30 v1.1 setfile only if that market and timeframe match your research plan. Choose the spread model, commission, slippage, and broker server-time assumption before comparing results. Then review the core assumptions in order: MA/ATR structure, 0.5 break and Golden Pocket touch sequence, execution mode, stop reference, risk-reward target, partial close, break-even, trailing, and filters.
For historical runs, BacktestMode can disable EA-owned chart objects and make tests lighter. UseBacktestStableEntryLogic applies a more stable tester sequence check for the 0.5 break and following Golden Pocket touch. Do not tune the whole system at once. If a setup only works after many small parameters are forced into a narrow range, it may be overfit. Use out-of-sample periods, higher spread, worse slippage, and demo trading before live execution.
Reading the evidence
The current product page provides marketplace status, visual workflow material, the manual, the XAUUSD M30 v1.1 setfile, and a MetaTrader 5 Strategy Tester screenshot for Jan 2023 to May 2026. It explains the tested model: trend-side pullback, MA/ATR structure, 0.5 break and Golden Pocket touch sequence, structural invalidation, risk-based sizing, partial close, cooldown, trailing, and MetaTrader 5 automation.
That is still limited evidence. The snapshot belongs to the exact linked setfile and test period. It should not be generalized to other symbols, timeframes, broker feeds, spread models, or live execution. Any user who installs the EA still needs to produce their own tests for the exact market, broker, and risk model.
When not to use it
Avoid using Golden Pocket EA as a random Fibonacci-touch robot. Avoid blind live trading, news conditions, thin liquidity, unclear spreads, untested broker execution, and markets without clean trend structure. The EA only manages positions and pending orders that match the current symbol and configured Magic Number.
The EA can make pullback automation consistent. It cannot guarantee that a Golden Pocket will hold, and it cannot replace the user’s risk limits, account rules, or decision process.
Key parameters
Configure these settings before live use. Review each group on the exact symbol, timeframe, broker, and account rules you intend to test.
| Setting | What to configure |
|---|---|
| Fibonacci sequence | Review the 0.5 break and Golden Pocket touch sequence, including whether the setup should use stop-order sequence logic or market-touch execution. |
| Execution mode | Use stop-order sequence logic after the configured 0.5 and Golden Pocket conditions, or market execution when the selected touch level is reached. |
| Stop and invalidation | Use the 1.0 trend or invalidation line as the structural stop reference, with optional buffer logic depending on the final settings. |
| Risk and target model | Select fixed lot sizing or risk-based sizing, then calculate targets from the entry-to-stop distance with 1R, 2R, 3R, or custom Risk:Reward values. |
| Partial close, break-even, and trailing stops | Test partial close, optional break-even, and ATR, structure, or candle trailing depending on how tightly the position should be managed. |
| Filters and trade limits | Review spread, session, higher-timeframe trend, loss cooldown, open-position, pending-order, expiration, re-entry, and Magic Number controls before live use. |
Visual context
Product visuals show the chart logic, zones, and workflow context behind the reference. They are explanatory material, not performance evidence.
Execution overview
Summarizes the EA workflow: bullish pullback setup, 0.500/0.618/0.786 entry levels, stop-order sequence or market-touch execution, RR targets, risk-based sizing, partial close, break-even, and trailing stops.
Dynamic value zone
Shows how the 0.618-0.786 Golden Pocket is framed from ATR-adjusted trend envelopes before an automated entry becomes relevant.
Projection planning
Shows projected envelope and Fibonacci levels so entry zones, invalidation, and pending-order behavior can be reviewed before price arrives.
Operating boundaries
Works well for
- Detecting the active trend with moving-average and ATR-based structure logic
- Evaluating a 0.5 break followed by a Golden Pocket touch before execution
- Keeping stop loss, target, partial close, break-even, trailing, cooldown, and trade filters inside one testable EA workflow
Limitations
- The published snapshot covers XAUUSD M30 v1.1 so far; other symbols, timeframes, sessions, and brokers still need independent testing
- ATR-Fibonacci trend models can fail during choppy, news-driven, or structurally broken markets
- Live results can differ from tests because of broker data, spread, commission, slippage, and execution
User must test
- Symbol, timeframe, moving-average settings, ATR settings, touch level, entry mode, and pending-order behavior
- Stop buffer, Risk:Reward target, partial close, break-even, trailing mode, cooldown, and position-sizing assumptions
- BacktestMode, stable tester entry logic, session, spread, higher-timeframe trend, open-position limits, Magic Number separation, and broker server time
Resources
Golden Pocket EA user manual
Installation notes, setup logic, key settings, testing workflow, and risk notes for the Golden Pocket EA.
- Format
- Version
- v1
- File
- 25 KB
Version history v1.1 2026-05-27 · Golden Pocket EA v1.1
Golden Pocket EA v1.1
Added
- Added numbered input groups so MetaTrader settings are easier to scan and configure.
- Added
BacktestModeto disable EA-owned chart visuals, historical visual rendering, projections, and reference chart styling during Strategy Tester runs. - Added
UseBacktestStableEntryLogicfor Strategy Tester runs, using M1-bar sequence checks to make the 0.5-break and Golden Pocket target-touch flow more deterministic. - Added
UseLossCooldownandLossCooldownBarsto pause new entries for a configurable number of bars after a net losing exit. - Added loss-cooldown status feedback and logging so paused trading states are visible in the dashboard and journal.
Changed
- Changed default position sizing from fixed-lot execution to percent-risk execution with
RiskMode = RISK_PERCENT,RiskPercent = 1.0, andRiskBase = EQUITY. - Changed visual defaults to show chart levels, the Golden Pocket zone, entry/SL/TP levels, dashboard, trend markers, projections, and the Pricewerk reference chart style by default.
- Changed the default visual performance mode from
VISUAL_FASTtoVISUAL_BALANCED. - Changed new-trade gating to check configured open-position and pending-order limits before preparing a new setup.
- Changed one-trade-per-trend handling so it works alongside the configured maximum open-position limit.
- Changed pending-order invalidation at the structural 1.0 level to use current tick prices instead of the current bar range.
Improved
- Improved pre-trade validation by applying trade filters before entry preparation and resetting stale entry sequences when filters fail.
- Improved market-touch entries by revalidating the selected touch target immediately before placing a market order.
- Improved Strategy Tester performance and chart cleanliness by deleting EA-owned visual objects once
BacktestModeis active. - Improved setup-status colouring by highlighting cooldown states with the Golden Pocket colour.