BreakoutSonic
- 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...
Thank you for visiting BreakoutSonic.
BreakoutSonic is a "Breakout EA that settles at TP and SL".
In principle, settlement is not performed by the internal logic, but by the TP and SL set at the time of order placement (*).
*A risk avoidance function is implemented to close positions to prevent unexpected losses due to widening spreads.
By settling by TP and SL, we aim to produce high reproducibility even in highly uncertain real trades.
I can hear you saying, "No matter how reproducible it is, there is no way you can win with such a simple mechanism."
- Backtest Results
- Why did you decide on a system that settles only TP and SL?
- Two features that are equipped to withstand long-term operation
The following is the order in which they are presented.
Backtest Results
First, here are the results of the backtest.
(Back test conditions Currency pair: USDJPY, Period: January 1, 2003 - January 1, 2022, Lot: 0.1 fixed TDS variable spread)
graph
The graph of the back test, as shown in the image, shows a steady and steady increase over a long period of time.
It has been quite rough since 2003, but has become more stable since 2012.
Detailed data
The next detail of the backtest is that it features a not-too-high win rate and a high expected gain.
There is an expected gain of 2.3 pips, so even if it slips a little in real operation, it will remain profitable.
Supplementary information on the concept of win rate.
Although there is personal preference, it is difficult to use a win rate that is either too high or too low.
High-winning types, who have a winning percentage of 80% or more, are basically knick-knack types, and they may erase profits accumulated from many winning trades with a single loss.
These types of people lose heart when they have a losing streak, for example.
On the other hand, if the win rate is too low, it is hard to simply wait until you win and become anxious.
We have made the win rate not too high, based on the idea that an EA with a win rate of around 60%, a good balance of risk rewards, and a high number of trades would be easier to operate.
(Parameters are open, so you can set a high or low win rate if you like.)
................................
Although we were able to confirm that the EA was winning in the back test, those who have experience in EA operation may think, "There are many EAs that lose in real operation even if the back test is good.
Next, I will explain BreakoutSonic's main concern, which is why we settle at TP and SL.
We believe that this mechanism makes it likely that a market like the one in the backtest will win as much in real operations as it does in the backtest.
Why did you decide on a TP/SL settlement mechanism?
I think it is common that most of the normal EAs are settled by internal logic, and TP and SL are set to limit the risk.
As far as breakout EAs are concerned, I have the impression that many of them use high-speed trails to catch the price movement at the moment of breakout.
The reason why BreakoutSonic does not use such a method is to improve reproducibility in real trading.
Complex internal logic and high speed trading tend to be less reproducible in real trading.
Difference between back testing and real trading
The differences between back testing and real trading are as follows
Because of these differences, I was thinking, "I was losing in real trades, but when I did a backtest for the same period, I was winning. Why?" Things like this can happen.
For back testing
Back testing allows the EA to fully demonstrate its performance.
Even complex internal logic can be executed in a timely manner, and orders are executed at ideal rates.
For Real Trade
In real trading, EAs may not perform at their full potential due to various restrictions.
There are various constraints such as PC processing power, server processing power, and communication speed with the server.
If the number of ticks or number of EAs in operation is large, it is possible that not all EAs are being executed on every tick, and if the communication speed is slow, the breakout fast trails may fail.
It is possible that the VPS itself could go down due to trouble.
Breakout scalping EAs are particularly prone to differences
Breakout scalping EAs are particularly prone to this difference, and the difficulty of achieving results in real trading is relatively high.
- Create an environment that ensures EA processes can be executed.
- Choose a brokerage firm that offers the most favorable terms possible.
It is easy to lose if you cannot
Reduce constraints on real trades by settling at TP and SL
BreakoutSonic insists on settlement by TP and SL to reduce this uncertainty in real accounts and to achieve back-test-like results in real operations.
Settlement by TP/SL means eliminating the influence of the EA's real-time processing on the trade results.
By doing so, the breakout scalping EA tends to
- EA did not work and failed to execute trail order and failed to gain.
- The trail order was placed, but the brokerage received the order too late to change the rate and failed to take advantage.
This can eliminate problems such as the following.
(TP/SL's struggle with slipping continues...)
Two features that are equipped to withstand long-term operation
BreakoutSonic is an EA developed by the hassle-free developer himself to make a profit by leaving it alone for a long period of time.
For this reason, two functions are provided to ensure safe operation even when left unattended for long periods of time.
Function 1: Hazard Avoidance Function
In 2022, there were many incidents in which spreads widened abnormally during the release of economic indicators and other events, resulting in losses greater than expected.
It is not correct to say that "setting SLs is safe"; SLs can be penetrated by spread widening and slippage.
In fact, I have experienced an accident in 2022 that penetrated the SL by 100 pips and suffered significant losses.
To prevent such accidents, BreakoutSonic includes a hazard avoidance feature.
The spread is constantly monitored, and if the spread becomes larger than the specified value, the stop loss order is deleted and no entry is made.
(You can also set up the system to force the closing of open positions.)
By detecting danger through the spread, you can counter sudden changes not only in economic indicators, but also in sudden news.
(Note: This can never be avoided.)
Function 2: Variable TP and SL setting function
If we were to settle at TP/SL, the question would be, "Which value should we set?" The question arises: "Which value should be set?
In addition, the appropriate TP and SL values may also change when the dollar is at 80 yen and when it is at 140 yen.
To counter this problem, BreakoutSonic has a variable TP and SL setting function.
This function automatically sets TP and SL according to ATR.
We made this with the idea that it would be possible to set a value that would be more flexible and suitable for the market than setting a fixed value.
For your reference, here are some images of backtests with fixed values and variable TP and SL.
(Back test conditions Currency pair: USDJPY, Period: January 1, 2003 - January 1, 2022, Lot: 0.1 fixed TDS variable spread)
Reference 1: Back test with fixed value TP and SL at BreakoutSonic prototype stage
Reference 2: Backtest with variable TP and SL of BreakoutSonic
For TP and SL with fixed values, the first half of the year (about 2003-2011) has been very poor, but the variable TP and SL have improved considerably.
We do not know what will happen in future markets, but we believe that in past markets, variable TP/SLs have made them more adaptable.
Maximum TP and maximum SL can be set to avoid unexpectedly large values of TP and SL by automatic setting.
Conclusion
That's it for BreakoutSonic.
Based on my own experience of operating various EAs and having them fail, I developed this EA with an emphasis on high reproducibility.
We believe that this system can be used by beginners as it is designed to make it difficult to see differences in performance between back tests and real trades.
Also, parameters are open and there are no restrictions on currency pairs, so we think that even experts who want to optimize and operate with a variety of currency pairs will enjoy this service.
We hope you will be interested in our services.
Price: $184.03 (taxed)
¥29,800(taxed)
●Payment
Sales from : 02/11/2023 01:43
Price: $184.03 (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
