Bear Hands
- 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...
EA Description.
Bear Hands is an EA automated trading system exclusively for MT4 that works with the 5-minute, 15-minute, 30-minute, 1-hour, and 4-hour time frames of the dollar-yen.It trades based on its own scoring evaluation using multi-timeframe analysis. By entering the level of importance for the 5-minute, 15-minute, 1-hour, 4-hour, daily, and weekly time frames, the system scores whether the current market is predominantly long or short and trades accordingly.Normally, in multi-time frame analysis, emphasis is placed on the upper legs (daily and weekly), while the lower legs (5-minute and 1-hour) are not considered important. In this EA, the default settings are as follows: 5 minutes => Importance 1, 15 minutes => Importance 2, 1 hour => Importance 4, 4 hours => Importance 7, daily => Importance 9, weekly => Importance 10, and the higher the number, the higher the importance.
The default setting is optimized for "USD/JPY", but all cross-yen currencies such as "GBP/JPY", "EUR/JPY", and "AUD/JPY" are supported. Operating Environment ・Operates on MT4 5-minute to 4-hour charts. All currency pairs are supported.Thedefault setting is to trade from 7:00 to 17:59 server time. Therefore, only GMT+2 (winter)/+3 (summer) brokers are supported. By changing the settings, the mode can be changed to operate 24 hours a day. Entry tends to be long when the evaluation value is in the positive range, and long positions are closed or short positions are held when the evaluation value is in the negative range. The details of the parameters and logic are not disclosed, but you can specify the number of candlesticks to be picked up (range 10-100). (By default, 20 candlesticks are collected for each time leg, and a positive decision is made when the current price is near a high, while a negative decision is made when the current price is near a low.The candlesticks collected do not include the current bar and the previous bar, but only the specified number of candlesticks from the two previous bars.The importance of each of these values is multiplied by the average value to obtain the overall evaluation value, and a short entry is made when this value is negative and a long entry when it is positive.Basically, the direction of trading is the same even if you switch the time axis of the chart, but we recommend using the 5-minute chart because it is the most stable. This EA is a trend-following EA that trades in the forward direction of the trend.
The logic is designed to take a long position near the highs in an uptrend.
The default setting is to enter only in the long direction.
Also, positions are closed at 18:00 server time, so positions are not carried over to the next day.
Since prices stick around the lows during a crash, we do not hold long positions during a sharp market decline.
During crashes such as the Lehman Shock or the Corona Pandemic, no trades are made and the market is in crisis avoidance mode and the market is wait-and-see.
If you are set up to have both long and short positions, you will take a short position in a downtrend.
Multi-Time Frame analysis is usually performed using MTF moving averages (multi-time frame). MTF moving averages allow the trader to check the moving averages of upper time frames on a single chart without switching time frames, but there are only a limited number of periods when the trend forms in the same direction on all time frames. Therefore, the number of trades is extremely limited, which is a weak point of the MTF moving average. Bear Hands was developed to improve this point. This EA does not use moving averages, but makes trading decisions by comparing the current price with the high and low of each time leg. The default setting is to take a long position when a strong uptrend occurs on the daily and weekly time frames. In the case of a downtrend, the same is true for trading decisions, with emphasis placed on the daily and weekly legs. When a short position is taken, a short position is taken when the overall evaluation value is below zero. For long positions, the sensitivity can be adjusted (range 10-30), and a long entry is made when the evaluation value is above this value. Due to the nature of this indicator, it is a range break and trend follow method, so it is not good in a range market. Therefore, in a range market, the asset transition will be flat, but when an uptrend occurs, a large profit can be made .
Set to enter only long positions
Setup for both long and short entries
The long-only strategy has lower drawdowns and higher win rates, but it also reduces the number of trades, which reduces the total profit.
Please switch settings according to your preference.
Setting items
Magic = 48810;// Magic number for EA identification
Lots = 0.1;// Number of lots 1.0=100,000 currency 0.1=10,000 currency 0.01=1,000 currency
StopLossRequest = 4.0;// Stop order 0.5=50 pips 1.0=100 pips 10=1000 pips
TakeProfitRequest = 5.0;// Limit order 0.5=50 pips 1.0=100 pips 10=1000 pips
Sensitivity = 10;// Adjust long sensitivity (range 10-30) Go long when the decision value is above this value
Index_Period = 20;//Specifies how many candlesticks data to pick up (range 10-100)
Importance5M = 1;//The importance of the 5-minute candlestick (range 1-10), the higher the number, the higher the importance.
Importance15M = 2;// Importance of the 15-minute leg (range 1-10): the higher the number, the greater the importance
Importance1H = 4;//Importance of the 1-hour leg (range 1-10), the higher the number, the greater the importance
Importance4H = 7;//The importance of the 4-hourly (range 1-10), the higher the number, the greater the importance
Importance1D = 9;//Daily Importance (range 1-10), the higher the number, the greater the Importance
Importance1W = 10;// Weekly Importance (range 1-10) the higher the number the greater the Importance
Slippage = 1;// Allowable Slip
MaxSpread = 30;// Allowable Spread Enter the difference between the Bid and Ask values e.g. 30 => 3 pips
TimeHour24 = false;// Set to 24 hour trading mode true Trade only from 7:00 to 17:59 server time false
Scalping_Mode = true;// Close position at 18:00 server timetrue Hold positionfalse
OnlyLong = true; // enter a new long position onlytrue enter both long and short positionsfalse
Discretionary_Trading = false;//set to discretionary trading modetrue set to auto trading modefalse
MaxError = 30;// Maximum number of consecutive entries (range 20-100)
CommentOnOff = true; // comment on chart screen display true don't display false
Monday = true; // new entry on Monday true not false (server time GMT+2 (winter)/+3 (summer))
Tuesday = true; // new entries on Tuesday true not false (server time GMT+2(winter)/+3(summer))
Wednesday = true; // new entries on Wednesday true not false (server time GMT+2(winter)/+3(summer))
Thursday = true; // new entry on Thursday true not false (server time GMT+2(winter)/+3(summer))
Friday = true; // new entries on Friday true not false (server time GMT+2(winter)/+3(summer))
StopsAndLimits = false; // Auto correct stop and limit values during sign on true not false
Supported FXBrokers] Supported brokers in GMT+2(winter)/+3(summer) for MT4 EA to work.
Version Upgrade History
1、Addition of automatic correction function of stop and limit values
Even if the stop or limit is caught due to a large rate movement while the sign is on, it will re-enter in the same direction as long as the sign continues to be on.
By setting true to automatic correction, the stop and limit values are automatically changed while the sign is on, making it more difficult to get caught by the stop or limit.
2, Revise the setting of the maximum number of entries per day
Add the following items to the property items
MaxError = 30;// Maximum number of consecutive entries (range 20-100)
This is a protection program in case an order does not go through due to insufficient margin, server error, etc., and an infinite loop of orders occurs.
The number of entries was previously fixed, but has been modified to allow the number of entries to be set freely.
The timing for resetting the number of times in the program is 3 times: 4:00 (10:00-11:00 Japan time), 11:00 (17:00-18:00 Japan time), and 18:00 (24:00-1:00 Japan time) server time.
If the maximum limit is reached, for example by manually making a settlement, the count will be reset to 0 by restarting MT4.
3, Added a setting to not submit orders when the spread widens.
Allowable Spread Enter the difference between the Bid and Ask values e.g. 50 => 5 pips
Default MaxSpread = 30
4, Added the ability to choose between discretionary mode and automatic trading mode.
Added the following items to the property items
ManualMode = false; //true to set discretionary mode false to enable auto-trading
Until now, even after manual closing, as long as the sign continued to appear, the position was taken in the same direction again.
Added setting to not place a new order without stopping the EA.
Setting ManualMode to true will put the EA in discretionary mode and no new and close orders will be placed.
The following notice comment is displayed on the chart screen.
The following comment will appear on the chart screen: "Currently operating in discretionary mode. No new entries will be made with the current settings.
5, Add a setting to enter only in the long direction.
The default setting is to take a position only in the long direction.
To have both short and long positions, set OnlyLong = false.
Indicator version] Introduction of Multi Time Sc ore ■Indicator description pagehttps://www.gogojungle.co.jp/tools/indicators/48811 The indicator uses multi-time frame analysis to evaluate the score and determine the level of importance for each time axis. The Multi Time Score is a sign indicator that evaluates the score by multi-time frame analysis and displays a buy/sell sign by specifying the level of importance for each time axis and determining whether to go long or short. It uses the same logic as Bear Hands, so we hope you will use it for discretionary trading.
Price: $122.71 (taxed)
¥19,800(taxed)
●Payment
Sales from : 01/31/2024 20:32
Price: $122.71 (taxed)
¥19,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
