GMMA Trend MT5
- Whole period
- 2 years
- 1 year
- 6 months
- 3 months
- 1 month
Real Performance
※Displays results including swaps and fees
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...
GMMA in Mode 3 is a technical indicator composed of 12 moving averages to gauge trend conditions.2. Features of this EAThis EA is not based on a single logic. It can switch between three trend-following logics according to market conditions or operating policy, or run them simultaneously.Main features are as follows:
- Includes three moving-average-based logics
- Each mode can be selected independently
- Independent magic numbers can be set for each mode
- Supports up to 3 positions
- Designed to target profits in trending markets
- Includes weekday filter and weekend close feature3. Recommended operating environmentPlatform: MetaTrader 5
Trading pair: USDJPY
Recommended timeframe: M5 (5-minute chart)4. Performance by mode
Mode 0 (All modes) Default
In default settings, all three trend-following logics can operate simultaneously.
Mode 1: Golden Cross / Dead Cross
Uses the crossover of two moving averages to determine the trading direction. It is a relatively simple trend-detection logic and excels at detecting trend reversals. In the initial setting, short-term MA period is 90 and long-term MA period is 300.
Determines uptrends and downtrends based on the order of three moving averages.
A logic that emphasizes trend persistence over simple cross checks. Initial settings use short-term MA period 75, mid-term MA period 150, and long-term MA period 240.
Mode 3: GMMAUses 12 moving averages (6 short-term and 6 long-term) to determine the trend. By evaluating the spread, overlap, and arrangement between the short-term and long-term groups, it is effective at detecting strong trends.
5. How to operateThis EA can be used in the following ways:
Single-mode operation
Set TradeMode to 1, 2, or 3 to run only one logic.
All-modes operation
Set TradeMode to 0 to enable all three logics and operate them concurrently.
If using multiple modes simultaneously, the same lot size will be applied to each logic. Adjust Lots, StopLossRequest, and TakeProfitRequest according to capital and acceptable risk.6. About Magic NumbersFor this EA, you can set independent magic numbers for Mode 1, Mode 2, and Mode 3. This makes it easier to identify each logic’s trade history and improves management for backtesting, forward testing, and verification.
Initial values are as follows:
Mode 1: 55521
Mode 2: 55522
Mode 3: 55523
If running multiple EAs on the same account, change numbers so they do not overlap with other EAs.7. Note on MT5 account types
MT5 accounts can be Hedge or Netting types.
In a Hedging account, multiple positions on the same symbol can be held separately, while in a Netting account, positions on the same symbol in the same direction are consolidated into one.
Therefore, this EA, which assumes multiple positions, may not behave as expected on a Netting account.
This EA is developed with hedging accounts in mind.8. Market conditions suitable for this EABecause it uses a moving-average-based trend-following logic, it is suitable for markets with: - Clearly directional uptrends - Clearly directional downtrends - Trending markets with pullbacks/retracements continuing9.ThisEA struggles in certain marketsIn the following scenarios, performance may decline due to the nature of trend-following EAs: - Ranging markets with no clear direction - Highly volatile markets with frequent reversals - Markets with a lot of false signals and short-term noise Moving-average-based methods including GMMA react slowly to price changes, so in sideways markets they may generate unnecessary trading signals.10. Property settingsItems that can be configured in the chart via "Inputs" when applying the EA. The initial values assume USDJPY on M5. Please thoroughly validate with backtests and demo accounts before live use.【Mode Settings】TradeMode Initial value: 0 Content: Select the trading logic to activate. Setting values: 0 = All Modes, 1 = Golden Cross, 2 = Perfect Order, 3 = GMMA Mode1Magic Initial value: 55521 Content: Magic number for Mode 1. Mode2Magic Initial value: 55522 Content: Magic number for Mode 2. Mode3Magic Initial value: 55523 Content: Magic number for Mode 3.【Trading settings】Lots Initial value: 0.10 Content: Order lot size. Used across all modes. StopLossRequest Initial value: 4.0 Content: Stop order (loss width). Guideline: 0.5 = 50 pips, 1.0 = 100 pips, 10 = 1000 pips TakeProfitRequest Initial value: 5.0 Content: Take-profit (profit target). Guideline: 0.5 = 50 pips, 1.0 = 100 pips, 10 = 1000 pips Slippage Initial value: 1 Content: Acceptable slippage. Specifies price deviation allowed when placing orders. Usually fine as-is. MaxSpread Initial value: 25 Content: Maximum acceptable spread. If the spread exceeds this value, new entries are suppressed. 25 means 25 points, equivalent to 2.5 pips. MaxError Initial value: 50 Content: Maximum consecutive order attempts. Control value to prevent unexpected rapid ordering. Recommended range: 30–100 UseNewBarOnly Initial value: true Content: If true, trading decisions are made only when a new bar closes. When true, backtesting is faster. Note: When the EA is running, set to false to continually evaluate trades. CommentOnOff Initial value: true Content: Display the EA’s status comments on the chart, e.g., in the top left corner.【Mode 1: Golden Cross / Dead Cross settings】CrossShortPeriod Initial value: 90 Content: Short-term moving average period used in Mode 1. CrossLongPeriod Initial value: 300 Content: Long-term moving average period used in Mode 1.【Mode 2: Perfect Order settings】PerfectShortPeriod Initial value: 75 Content: Short-term moving average period used in Mode 2. PerfectMiddlePeriod Initial value: 150 Content: Mid-term moving average period used in Mode 2. PerfectLongPeriod Initial value: 240 Content: Long-term moving average period used in Mode 2.【Mode 3: GMMA settings】ShortMovingPeriod1 Initial value: 15 Content: First short-term GMMA period. ShortMovingPeriod2 Initial value: 30 Content: Second short-term GMMA period. ShortMovingPeriod3 Initial value: 45 Content: Third short-term GMMA period. ShortMovingPeriod4 Initial value: 60 Content: Fourth short-term GMMA period. ShortMovingPeriod5 Initial value: 75 Content: Fifth short-term GMMA period. ShortMovingPeriod6 Initial value: 90 Content: Sixth short-term GMMA period. LongMovingPeriod1 Initial value: 150 Content: First long-term GMMA period. LongMovingPeriod2 Initial value: 165 Content: Second long-term GMMA period. LongMovingPeriod3 Initial value: 180 Content: Third long-term GMMA period. LongMovingPeriod4 Initial value: 195 Content: Fourth long-term GMMA period. LongMovingPeriod5 Initial value: 210 Content: Fifth long-term GMMA period. LongMovingPeriod6 Initial value: 345 Content: Sixth long-term GMMA period.【Weekday and Weekend Close settings】Monday Initial value: true Content: Trade on Monday. Tuesday Initial value: true Content: Trade on Tuesday. Wednesday Initial value: true Content: Trade on Wednesday. Thursday Initial value: true Content: Trade on Thursday. Friday Initial value: true Content: Trade on Friday. WeekendClose Initial value: false Content: Use weekend close feature. Note: If true, will attempt to close held positions at the specified time. Close_Hour Initial value: 19 Content: Hour to execute weekend close. Close_Minute Initial value: 40 Content: Minute to execute weekend close.11. Recommended initial settingsCurrency pair: USDJPY Timeframe: M5 TradeMode: 0 (All modes) Lots: Adjust according to capital WeekendClose: true if you want weekend close Initial settings are baseline values for testing. In actual operation, adjust for spread, slippage, account type, capital, and acceptable drawdown.
12.【Version history】Latest version ver1.021. Created MT5 version as ver1.01. 2. Designed to operate across all currency pairs. 3. Added weekend close setting. Forcing closure of positions at a specified time on Friday, and stopping new orders until Monday.
ver1.02
4. Added margin verification process.
5. Added retry mechanism to up to 3 attempts on order failure.
6. Fixed to halt immediately in case of a fatal error.
13. Usage precautions・Always use on a demo account or after thorough backtesting and forward testing. ・Set lots cautiously according to capital. ・Depending on market conditions, results may not meet expectations.
Price: $248.53 (taxed)
¥39,800(taxed)
●Payment
Sales from : 05/11/2026 06:42
Price: $248.53 (taxed)
¥39,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
