Gold Evolution: Alchemy That Survived 7 Years of the Gold Market
- Whole period
- 2 years
- 1 year
- 6 months
- 3 months
- 1 month
Forward testing (Profit)
Monthly Statistics
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
Calendar for Months
About EA's Strategy
Translating...
Purpose of This Document
This document is for MT5 gold-only automated trading system (EA)“Alchemist Gold Grid”, a guide that compiles the internal logic explanations and a “Settings & Operations Manual” to help purchasers start operating smoothly.
It explains the source code and includes it.
Please use this as a reference before purchase and as a continual reference after purchase.
【Part 1】Product Overview & Logic Explanation
Catch Copy
- A monster-grade gold EA that rode out seven turbulent years!
- 【Traditional Technical × Price Action】A high-precision logic that uses Ichimoku, MA, and Heikin-Ashi to discern the market and target precisely.
- Lot multiplier at 1.0× (true equal sizing) with a maximum number of positions; ultra-safe design. A robust grid system that eliminates collapse risk.
- A new era Gold Alchemist that leads wealth to rise beautifully from small amounts.
Strategy Overview
A MT5-only grid trading (n Ping) system that transforms explosive volatility of gold (XAUUSD) into profits while pursuing safety.
Many gold EAs fail due to overly high lot multipliers (martingale) or unlimited position holdings, but this system places strict risk management at its core. The lot multiplier remains at 1.0×, and the maximum number of positions is strictly limited. This yields a robust strategy that can run powerfully and safely through the volatile gold market.
“Overwhelming Strength and Core Logic” Unpacked from Source Code
1. Multi-layer Environmental Recognition by Fusion of Classic Indicators
This EA does not rely on simplistic entries like a golden cross. Ichimoku, MA, and Heikin-Ashi are used as highly strict environmental recognition filters. In clearly trending environments, it only enters at the moment candlestick price action is confirmed.
※ It blocks new entries when the trend is against the position.
2. No Jump-in! MA Divergence & Pullback Buffer
Even in a trending market, entering at extended highs/lows (jumping in) will quickly incur drawdown. This EA employs a two-stage safety based on moving averages.
- Maximum MADistance (MaxMADistanceUSD):If price deviates from MA by more than a certain dollar amount, entry is prohibited as overbought.
- Pullback Buffer (MAPushbackBufferUSD):Only allow entry after price pulls near MA or into the specified buffer zone.
3. ATR Volatility & Sudden Change Filter to Avoid Out-of-Control Runs
To avoid unnecessary entries during indicator announcements or gold's extreme volatility due to geopolitical risks,ATR(Average True Range)is used in a powerful safety logic.
- Maximum Over-Volatility Limit (MaxATRUSD):If overall market volatility exceeds the set value, skip entries.
- ATR Spike Filter (MaxATRIncrease):If the most recent closed bar's ATR expands more than a certain multiple (e.g., 1.5x) versus the prior bar, it is treated as a sudden fundamental-driven surge and new entries are stopped.
4. Fully Equal 1.0× Grid & Weighted Average Cost Settlement (Average TP)
Most failures of grid/napin EAs come from martingale-based lot multipliers. This EA standardizes on equal sizing; even when positions go against, it only adds at the same size.
Furthermore, when multiple positions are held, each position's lot size is considered“Lot-Weighted Average Price (Average Cost)”is automatically calculated every tick. When the average entry price reaches the specified dollar distance (Buy: AverageTPDistance_Buy / Sell: AverageTPDistance_Sell), all positions are closed (take profit).
5. Multi_Method_Heiken_Ashi Sync & Smart Do- ten Control
Reads the confirmation candle color from the bundled external indicator“Multi_Method_Heiken_Ashi”and stays in complete sync with the market trend. Higher timeframes are recommended; entries against the large trend are strictly blocked.
- Trailing Profit & Do- ten Settlement:In AUTO mode, if the Heikin-Ashi color reverses while you hold a position and the overall profit is in positive (in the money), all positions are closed and reversed into the opposite direction.
- Loss-Only Standby Logic:If the color reverses but you’re in a loss, the EA waits for grid-based averaging TP profit or cost recovery instead of premature stop-loss or panic do- ten.
6. Trade Modes: Buy Only / Sell Only plus Auto Mode
No need to decide whether now is a buy or sell; Auto mode automatically determines market conditions and executes the optimal trades.
- Auto mode:Automatically switches between Buy Only and Sell Only according to trend. Even if you’re not confident in judging trends, you can operate stably.
- Dedicated mode:Trades strictly in Buy Only or Sell Only as per market view to aim for the best performance.
7. Fully compatible with JPY-denominated accounts and automatic compounding (money management)
This is not dollar-denominated; it uses a money-management logic based on Japanese Yen accounts to automatically compound.
Base funds range (MMBaseFunds) can be freely set. For example, by configuring to operate the initial lot size every 1,000,000 JPY of capital, the EA will automatically calculate and adjust the optimal lot size according to account balance and usable margin, maximizing capital efficiency.
Backtest Performance (Detailed Data List)
A long-term backtest from 2019 to 2026, seven years, demonstrating stable profitability.
① Auto Mode Fixed Lot Size Fund Management Model (Leverage 25x)
| Item | Actual | Notes |
|---|---|---|
| Initial Margin / Lot | 1,000,000 JPY / 2.0 ounces | Recommended fund and starting lot |
| Net Profit | +1,366,456 JPY | Assets growto about 2.3x |
| Profit Factor | 3.88 | Stable value |
| Max Drawdown | 266,256 JPY (18.25%) | Peak after asset expansion |
② Auto Mode Fixed Lot Size for Small Amount (Leverage 25x)
| Item | Actual | Notes |
|---|---|---|
| Initial Margin / Lot | 100,000 JPY / 2.0 ounces | Start small |
| Net Profit | +1,358,085 JPY | Assets growto about 14x |
| Profit Factor | 3.92 | Efficient even with small funds |
| Max Drawdown | 266,256 JPY (48.33%) | High, but tolerable due to full equal-grid |
③ Auto Mode Lot Compounding Model (Leverage 1000x) GMT+2/ GMT+3 Brokers
| Item | Actual | Notes |
|---|---|---|
| Initial Margin / Lot | 1,000,000 JPY / 2.0 ounces | Recommended fund and starting lot |
| Net Profit | +264,799,439 JPY | Assets grow to an astonishingabout 266x |
| Profit Factor | 10.58 | Two-digit figure |
| Max Drawdown | 111,580,824 JPY (60.04%) | Peak after asset expansion |
【Important】※ Depending on the broker, the minimum contract size may be 0.01 lot = 1 ounce or 1.0 lot = 1 ounce. Right-click on the broker-specific gold symbol (e.g., XAUUSD or GOLD) from the quote display to see the contract size in the specifications.Please verify lot size and P/L linkage in a demo account beforehand.
【Part 2】Operation Manual
1. Environment & Preparation
This EA is an MT5-only automated trading program. It does not operate on MT4. Also, to call the Heikin-Ashi indicator internally, a specified indicator file (Multi_Method_Heiken_Ashi.ex5) is required.(Included)
2. Money Management & Safe Operation Advice
Recommended Initial Margin for Real Trading
Backtests show very small starting funds of 100,000 JPY can complete the run, as compounding and asset growth overcame drawdowns over a seven-year period. Given the risk of sudden gold surges in real trading, the practical recommended initial margin is about 1,000,000 JPY (when initial lot is 2 ounces).
How to Choose the Best Account Type
This EA is designed to profit under strict cost conditions using ATR and MA buffers. However, because of the grid trade characteristics of locking in profits with multiple positions, operating on brokers that offer“low-spread accounts and low-swap accounts”will yield the highest performance close to backtest results.
※ This EA is a swing–position trading system. It can hold drawdowns for long periods, so please use at your own discretion.3. Disclaimers
This program provides an automated trading mechanism and assists with technical analysis-based investment decisions. It does not guarantee future profits or specific results. FX and commodity CFD trading (e.g., gold) involves high leverage and potential for substantial losses beyond deposited margins due to price volatility. The developer, production team, and seller do not bear any legal responsibility or compensation for any financial losses or other disadvantages arising from the use of this system or indicators. All trading decisions, lot sizing, and order execution must be made by you at your own risk.
Price: $181.99 (taxed)
¥29,800(taxed)
●Payment
Sales from : 07/02/2026 21:33
Price: $181.99 (taxed)
¥29,800(taxed)
●Payment
Just like discretionary trading, there are those that decide trading and settlement timings by combining indicators, those that repeatedly buy or sell at certain price (pips) intervals, and trading methods that utilize market anomalies or temporal features. The variety is as rich as the methods in discretionary trading.
To categorize simply,
・Scalping (Type where trades are completed within a few minutes to a few hours),
・Day Trading (Type where trades are completed within several hours to about a day),
・Swing Trading (Type where trades are conducted over a relatively long period of about 1 day to 1 week)
・Grid/Martingale Trading (Holding multiple positions at equal or unequal intervals and settling all once a profit is made. Those that gradually increase the lot number are called Martingale.)
・Anomaly EA (Mid-price trading, early morning scalping)
However, a substantial advantage of automated trading is its ability to limit and predict risks beforehand.
[Risk]
Inherent to forex trading are the trading risks that undeniably exist in automated trading as well.
・Lot Size Risk
Increasing the lot size forcibly due to a high winning rate can, in rare instances, depending on the EA, lead to substantial Pips loss when a loss occurs. It is crucial to verify the SL Pips and the number of positions held before operating with an appropriate lot.
・Rapid Market Fluctuation Risk
There are instances where market prices fluctuate rapidly due to index announcements or unforeseen news. System trading does not account for such unpredictable market movements, rendering it incapable of making decisions on whether to settle in advance or abstain from trading. As a countermeasure, utilizing tools that halt the EA based on indicator announcements or the VIX (fear index) is also possible.
[Benefits]
・Operates 24 hours a day
If there is an opportunity, system trading will execute trades on your behalf consistently. It proves to be an extremely convenient tool for those unable to allocate time to trading.
・Trades dispassionately without being swayed by emotions
There is an absence of self-serving rule modifications, a common human tendency, such as increasing the lot size after consecutive losses in discretionary trading or, conversely, hastily securing profits with minimal gains.
・Accessible for beginners
To engage in Forex trading, there is no prerequisite to study; anyone using system trading will achieve the same results.
[Disadvantages]
・Cannot increase trading frequency at will
Since system trading operates based on pre-programmed conditions, depending on the type of EA, it might only execute trades a few times a month.
・Suitability may vary with market conditions
Depending on the trading type of the EA, there are periods more suited to trend trading and periods more suited to contrarian trading, making consistent results across all periods unlikely. While the previous year might have yielded good results, this year's performance might not be as promising, necessitating some level of discretion in determining whether it is an opportune time to operate.
・MT4 (MetaTrader 4. An account needs to be opened with a Forex company that offers MT4.)
・EA (A program for automated trading)
・The operating deposit required to run the EA
・A PC that can run 24 hours or a VPS (Virtual Private Server), where a virtual PC is hosted on a cloud server to run MT4.
Additionally, there are both demo and real accounts available. You can experience trading with virtual money by applying for a demo account. After opening a real account, you select the connection server assigned by the Forex broker, enter the password, and log in to the account.
When you deposit money into your account using the method specified by the forex broker, the funds will be reflected in your MT4 account, and you can trade.
Firstly, download the purchased EA file from your My Page on GogoJungle. You will download a zip (compressed) file, so right-click to extract it and retrieve the file named ‘◯◯◯ (EA name)_A19GAw09 (any 8 alphanumeric characters).ex4’ from inside.
Next, launch MT4 and navigate to ‘File’ → ‘Open Data Folder’ → ‘MQL4’ → ‘Experts’ folder, and place the ex4 file inside. Once done, close MT4 and restart it. Then, go to the upper menu ‘Tools’ → ‘Options’, and under ‘Expert Advisors’, ensure ‘Allow automated trading’ and ‘Allow DLL imports’ are checked, then press OK to close.
The necessary currency pair and time frame for the correct operation of the EA are specified on the EA sales page. Refer to this information and open the chart of the correct currency pair time frame (e.g., USDJPY5M for a USD/Yen 5-minute chart).
Within the menu navigator, under ‘Expert Advisors’, you will find the EA file name you placed earlier. Click to select it, then drag & drop it directly onto the chart to load the EA. Alternatively, you can double-click the EA name to load it onto the selected chart.
If ‘Authentication Success’ appears in the upper left of the chart, the authentication has been successful. To operate the EA, you need to keep your PC running 24 hours. Therefore, either disable the automatic sleep function or host MT4 on a VPS and operate the EA.
If you want to use it with an account other than the authenticated one, you need to reset the registered account.
To reset the account, close the MT4 where the Web authentication is registered, then go to My Page on GogoJungle > Use > Digital Contents > the relevant EA > press the ‘Reset’ button for the registration number, and the registered account will be released.
When the account is in a reset state, using the EA with another MT4 account will register a new account.
Also, you can reset the account an unlimited number of times.
→ Items to Check When EA is Not Operating
1 lot = 100,000 currency units
0.1 lot = 10,000 currency units
0.01 lot = 1,000 currency units
For USD/JPY, 1 lot would mean holding 100,000 dollars.
The margin required to hold lots is determined by the leverage set by the Forex broker.
If the leverage is 25 times, the margin required to hold 10,000 currency units of USD/JPY would be:
10000*109 (※ at a rate of 109 yen per dollar) ÷ 25 = 43,600 yen.
・Risk-Return Ratio: Total Profit and Loss during the period ÷ Maximum Drawdown
・Maximum Drawdown: The largest unrealized loss during the operation period
・Maximum Position Number: This is the maximum number of positions that the EA can theoretically hold at the same time
・TP (Take Profit): The set profit-taking Pips (or specified amount, etc.) in the EA's settings
・SL (Stop Loss): The set maximum loss pips (or specified amount, etc.) in the EA's settings
・Trailing Stop: Instead of settling at a specified Pips, once a certain profit is made, the settlement SL is raised at a certain interval (towards the profit), maximizing the profit. It is a method of settlement.
・Risk-Reward Ratio (Payoff Ratio): Average Profit ÷ Average Loss
・Hedging: Holding both buy and sell positions simultaneously (Some FX companies also have types where hedging is not allowed)
・MT4 Beginner's Guide
・Understanding System Trading Performance (Forward and Backtesting)
・Choosing Your First EA! Calculating Recommended Margin for EAs
・Comparing MT4 Accounts Based on Spread, Swap, and Execution Speed
・What is Web Authentication?
・Checklist for When Your EA Isn't Working
