MAS_System
- 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...
<Introduction.
We will not list it again, as it seems to have stood out oddly in the past. If you are interested, please refer to the above. <This EA is a publicly available logic model. Entry conditions and profit/loss conditions are clearly defined. Therefore, the superiority of the EA can be confirmed by discretionary trading. You will probably be surprised at how simple the logic is, but it is strong because of its simplicity. MAS_System is intended for beginners in EA operation. (Since it is possible to hold both positions at the same time, up to two positions can be held at the same time. Please purchase this EA with a good understanding of what can and cannot be changed by parameters. This EA is for the 4-hour leg of GBPJPY. This is a logic created by focusing on the characteristics of GBPJPY. However, we do not place any restrictions on currency pairs or applicable time frames. It is also possible to experiment with other currency pairs and time frames by changing the parameters. <At the moment when the leg of the screen to which the EA is applied is updated, the value of the moving average line fixed in the previous leg is compared with the value of the moving average line fixed in the two previous legs . If the value of the moving average is less than the value of the previous moving average, a buy entry is made. If the value of the moving average is greater than the value of the previous moving average, a sell entry is made. Similarly, if a sell position is already held, no further sell entry is made. The moving average is SMA (Simple Moving Average), but the value handled is WeightedClose. The initial value is a moving average with a very short period of "2". Exit Condition In case of Buy Position ① Settlement Limit If a value is set for Buy_TP_Point, the position will be closed when it reaches the point of entry plus the Buy_TP_Point value. The parameter value is "0" by default, so Buy_TP_Point is not set. (We recommend "0".) 2) Settlement Stop Limit ・Phase 1 At the time of entry, the lowest value during the Buy_SL_Period period is set as the stop loss.
The default value is "15", which means that the stop loss will be the lowest value between the leg one leg before the entry point and the leg 15 legs before the entry point. If the stop loss is reached, the stop loss will be cut off. If the price exceeds Buy_MD_Point1 at the timing when the leg is updated, the stop loss is moved to Buy_MD_Point2 and a small profit is confirmed.
By default, Buy_MD_Point1 is 500 and Buy_MD_Point2 is 100. Therefore, for example, if a buy entry is made at 120.150 and the price exceeds 120.650 when the leg is updated, the stop loss will move to 120.250. If the lowest value during the Buy_SL_Period period exceeds the stop loss value, the stop loss value is moved to the lowest value during the Buy_SL_Period period.
This is a trail process on a leg-by-leg basis, which results in large profits when a major trend occurs. The stop loss follows the trend when a large trend occurs, so the MAS_System's profit is based on the stop loss at this third step.
*The sell position is the opposite of the above. Parameters ----- common items ----- extern int MagicNumber = 112233 //magic number extern int Max_spread = 15 //spread filter (points) extern int Max_slipage = 5 //allowable slippage ( points)
----- individual items ----- extern double Lot = 0.1 //Fixed number of lots for the position. Only works when the parameter "Risk" is 0. extern int Risk = 500 //Risk value for variable lots (the smaller the value, the higher the risk) extern int MAperiod = 2 //Moving average used for entry decisions extern int Buy_SL_Period = 15 //Stop-loss period of the SL for a BUY position Stop-Loss Period extern int Sell_SL_Period = 15 //Stop-Loss Period of SL for SELL positions extern int Buy_TP_Point = 0 //Settlement limit for BUY positions (in points) extern int Sell_TP_Point = 0 /SELL Position close limit (in points) extern int Buy_MD_Point1 = 500 //Change value of BUY position 1 (in points) extern int Buy_MD_Point2 = 100 //Change value of BUY position 2 (in points) extern int Sell_ MD_Point1 = 500 //Change value 1 of SELL position (in points) extern int Sell_MD_Point2 = 100 //Change value 2 of SELL position (in points)
<Is there any problem with the accuracy of the back test using only the "opening price" ? Since this EA operates at the timing when a new leg is created, there is no problem with accuracy even if only the opening price is used. Please tell us how to install the EA. Does it work on Windows XX? EA does not work. ...... etc Please contact GogoJungle's support if you have any questions about the environment. I will support the problem of MAS_System. Is it possible to limit trading to buy only (sell only)? It is possible to limit the trading to buy only or sell only by using the common settings when the EA is applied. (The display may differ depending on the version of the EA, but it can be controlled from the "Common" tab of the General tab in the small window that appears when the EA is applied. There are no restrictions on currency pairs. Therefore, CFDs, which have been increasing recently, can be traded as long as they work with MT4. In this case, the pips unit will not be familiar to you, so we have unified the units into points. Which brokerage firm do you recommend? We do not recommend any brokerage firm in particular. Are there any plans for future version upgrades? We will upgrade the software as needed if there are any bugs or additional functions.
<Others
About Fixed Lot Operation The MAS_System exhibited here is for a single position, so the Risk parameter (automatic compounding function) has been set. Setting the parameter "Risk" to "0" enables fixed-lot operation. The following is a back test of the fixed lot operation.Price: $92.63 (taxed)
¥15,000(taxed)
●Payment
Sales from : 03/10/2024 21:33
Price: $92.63 (taxed)
¥15,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
