Grid Rash EURUSD
- 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...
【Basic Specifications】
This is a scalping counter-trend (contrarian) EA that supports EURUSD 1-minute, 5-minute, 15-minute, and 60-minute charts.
It was developed assuming a spread of about 0.6 pips on EURUSD, so a broker with a narrow spread is recommended.
It can hold up to 3 positions per account.
・Settings are optimized for EURUSD; other currency pairs do not have an edge.
・Annual trading frequency is about 5,000 times in 1-minute chart in Nampin mode and about 3,000 times in One Position mode. About 4,000 times in 5-minute chart in Nampin mode and about 2,500 times in One Position mode.
・Operates on 1-minute, 5-minute, 15-minute, and 60-minute charts. (15-minute and 60-minute chart support in Ver 2.01)
・Can operate concurrently with other EAs.
・Set the magic number to avoid overlapping with other EAs。
※ It can be used with default settings on servers other than GMT+2 (winter)/+3 (summer).
【Trading Logic】
There are times when trading is easier during high-volatility periods (especially when European and US markets are active in the Japanese time in the evening to late night). To measure trend strength, the EA uses ADX (Average Directional Index). ADX calculation period is set to 40 candles; generally, an ADX value of 25 or more indicates a strong trend. (Default setting ADXPeriod = 40) ADXThreshold, the base value for judging trend strength, is set to 15. Also, in the entry trigger key-foot logic, GridSize is set to 0.05 by default (=5 pips), and a contrarian signal lights up when price moves 5 pips against the trend. Therefore, it is essentially a counter-trend (contrarian) EA that enters in the opposite direction of the trend. It can hold up to 3 positions in average. All positions are closed when the opposite trading signal appears. After closing positions, new entries are made in the direction of the next signal.
Image of Nampin trades (max 3 positions)
Trading days and times can be changed in the properties.
If you want to avoid weekend risk, set WeekendClose to “true” and specify the closing time.
■ Settings Example (Default)
ADXPeriod = 40
GridSize = 0.05 (5 pips)
ADXThreshold = 15 Trend strength threshold
Nampin mode ON (1st position 10,000 units, 2nd position 20,000 units, 3rd position 30,000 units) adjustable via property settings
Depending on the exit timing, it may temporarily have hedged positions.
If you enable Nampin mode, operate on a server that allows hedging.
Because the number of trades is high, use with a broker that offers narrow spreads.
Since trades can occur in the early Japan time morning, there is a possibility of trading when spreads are wider.
A spread filter is installed, so when spreads widen, do not trade; set the spread filter slightly wider than normal.
【Differences by Timeframe】Basically, it behaves similarly on any timeframe. There are slight differences in volatility and trend judgment by timeframe, so entry points may shift slightly.
【Backtesting】
Backtesting should be performed on all ticks. It is designed not to enter on the open price only.Because it is a scalping EA, spread tolerance is low. If spreads are wide, trading costs increase and it becomes difficult to target profit.
Default setting 5-minute chart(TDS variable spread)
Default setting 1-minute chart(TDS variable spread)
Default setting 5-minute chart (spread 0.5 pips)
Default setting 1-minute chart(spread 0.5 pips)
One-position setting 5-minute chart(TDS variable spread)
【Description of latest version】
Awakening mode (100% win rate) semi-discretionary trading oriented mode implemented. (May 9, 2025) In Ver 2.01, added a setting to settle profit without stop-loss.When awakening mode is true, it becomes a one-position mode with no stop-loss and no hedging. When awakening mode is on, if positions do not return to the profit-taking line, the EA will not close positions by itself until manual settlement. If you think the rate will not return, please manually settle the positions.
When awakening mode is on (semi-discretionary trading)
This mode is designed for semi-discretionary trading with manual settlement in mind. The EA will only handle entries and profit-taking settlements. Hedging or stop-loss can be performed as needed. Manually hedged positions cannot be settled by the EA. Be sure to manually settle any hedged positions when entering opposite trades.
■ Favorable marketBecause it is contrarian, it is basically strong in ranging markets. It performs well in markets with high volatility and swings.■ Unfavorable marketMarkets with a one-way, steep, and sharp trend. Examples: Bank of Japan intervention in FX, surprises in US economic indicators, remarks from prominent figures.
Yellow indicates changes to suit trading environment
Pink indicates changes to your preference
Gray generally remains default
■□■□■□■□■ Property Settings ■□■□■□■□■Magic = 55503;// EA identification magic numberLots1 = 0.1;// Lot size for 1st position 1.0=100,000 units 0.1=10,000 units 0.01=1,000 unitsLots2 = 0.2;// Lot size for 2nd position 1.0=100,000 units 0.1=10,000 units 0.01=1,000 units (applies only if hedging is used)Lots3 = 0.3;// Lot size for 3rd position 1.0=100,000 units 0.1=10,000 units 0.01=1,000 units (applies only if hedging is used)Nanpin = true;// Hedge twice true, one-position mode falseShortNanpin = true;// In hedging mode, short hedging also occurs true, only long hedging falseStopLossRequest = 4.0;// Stop order 0.5=50 pips 1.0=100 pips 10=1000 pipsTakeProfitRequest = 5.0;// Limit order 0.5=50 pips 1.0=100 pips 10=1000 pips
↓ Awakening mode true makes it a one-position mode with no stop-loss and no hedging.
Kakusei = false;// Awakening mode (100% win rate) do not stop-loss or hedge, settle on profit true, stop-loss falseSlippage = 1;// Allowable slippageGridSize = 0.05;// Key candle size (minimum 0.01=1 pips, recommended 0.05=5 pips, maximum 0.5=50 pips)ADXPeriod = 40;// ADX calculation period (range 10–150)ADXThreshold = 15.0;// Threshold for trend strength (range 5–50) (smaller number increases trading frequency)MaxSpread = 25;// Allowable spread difference between Bid and Ask (e.g., 50 => 5 pips)MaxError = 50;// Count of rejected fill errors (specified in range 30–200)Monday = true;// Enter new on Monday true, false (server time GMT+2 (winter)/+3 (summer))Tuesday = true;// Enter new on Tuesday true, false (server time GMT+2 (winter)/+3 (summer))Wednesday = true;// Enter new on Wednesday true, false (server time GMT+2 (winter)/+3 (summer))Thursday = true;// Enter new on Thursday true, false (server time GMT+2 (winter)/+3 (summer))Friday = true;// Enter new on Friday true, false (server time GMT+2 (winter)/+3 (summer))WeekendClose = false;// Weekend forced close setting true to force close on weekend, false otherwiseClose_Hour = 16;// When WeekendClose is true, the hour on Friday to forcibly close positions (0–23)Close_Minute = 40;// When WeekendClose is true, the minute on Friday to forcibly close positions (0–59)TimeHour0 = true; // Enter at server time 0:00 true or falseTimeHour1 = true; // Enter at server time 1:00 true or falseTimeHour2 = true; // Enter at server time 2:00 true or falseTimeHour3 = true; // Enter at server time 3:00 true or falseTimeHour4 = true; // Enter at server time 4:00 true or falseTimeHour5 = true; // Enter at server time 5:00 true or falseTimeHour6 = true; // Enter at server time 6:00 true or falseTimeHour7 = true; // Enter at server time 7:00 true or falseTimeHour8 = true; // Enter at server time 8:00 true or falseTimeHour9 = true; // Enter at server time 9:00 true or falseTimeHour10 = true; // Enter at server time 10:00 true or falseTimeHour11 = true; // Enter at server time 11:00 true or falseTimeHour12 = true; // Enter at server time 12:00 true or falseTimeHour13 = true; // Enter at server time 13:00 true or falseTimeHour14 = true; // Enter at server time 14:00 true or falseTimeHour15 = true; // Enter at server time 15:00 true or falseTimeHour16 = true; // Enter at server time 16:00 true or falseTimeHour17 = true; // Enter at server time 17:00 true or falseTimeHour18 = true; // Enter at server time 18:00 true or falseTimeHour19 = true; // Enter at server time 19:00 true or falseTimeHour20 = true; // Enter at server time 20:00 true or falseTimeHour21 = true; // Enter at server time 21:00 true or falseTimeHour22 = true; // Enter at server time 22:00 true or falseTimeHour23 = true; // Enter at server time 23:00 true or falseCommentOnOff = true; // Show chart comments on the chart true, do not show false
USDJPY 1-minute chart(spread 0.3 pips)
I do not trade USDJPY, but the win rate exceeds 60%, so with proper stop-loss, I think it can be profitable even on USDJPY. Since this is a steady-wins type EA, the win rate should not fall below 60%. If you can avoid big losses in semi-discretionary mode, USDJPY could be profitable.
◇ Recommended accounts ◇ When operating, choose accounts with narrow spreads to improve win rate. Target is 0.5 pips or less. ■ FXTF (Golden Wave Japan) Regular spread: from 0.3 pips~ Fast execution and stability, suited for scalping (scalping allowed as of 2025-04-15 regulatory change) ■ Gaitame Finest Regular spread: from 0.2 pips~ Fast execution and stability, scalping allowed
【Version history】 Latest version 2.011. Added Weekend Close setting (true to force close on weekend, false otherwise) Forcibly closes positions at specified Friday time. No new orders until Monday. 2. Made entry time frame and day selectable.
3. Fixed bug where multiple position simultaneous settlements did not process correctly.
Price: $340.51 (taxed)
¥55,000(taxed)
●Payment
Sales from : 11/19/2024 21:59
Price: $340.51 (taxed)
¥55,000(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
