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の説明】
Bear Hands(ベアーハンズ)は、ドル円の5分足、15分足、30分足、1時間足、4時間足で動作するMT4専用のEA自動売買システムです。 マルチタイムフレーム分析を使用した独自の採点評価に基づき売買を行います。 5分足、15分足、1時間足、4時間足、日足、週足に対し、それぞれ重要度を入力することで、現在の相場がロング優勢なのかショート優勢なのかを点数化し売買を行います。 通常、マルチタイムフレーム分析では、上位足である日足、週足に重点を置き、下位足である5分足や1時間足は重要としません。 このEAは、デフォルト設定では、5分足⇒重要度1、15分足⇒重要度2、1時間足⇒重要度4、4時間足⇒重要度7、日足⇒重要度9、週足⇒重要度10とし、 上位足ほど数字を大きくして重要度を上げています。
デフォルト設定では「USD/JPY」に最適化しておりますが、「GBP/JPY」「EUR/JPY」「AUD/JPY」などのクロス円通貨全般に対応しております。
■動作環境
・MT4の5分足~4時間足チャートで動作します。
・すべての通貨ペアで動作します。
【トレードする時間帯】
デフォルト設定ではサーバー時間の7:00~17:59までトレードを行います。
この為、GMT+2(冬)/+3(夏)のブローカーのみ対応しております。
設定を変えることで、24時間稼働するモードに変更できます。
エントリーの傾向として評価値がプラス域でロング、マイナス域でロングのポジションを決済もしくはショートのポジションを持ちます。
パラメーター及びロジックの詳細に関しては非公開となりますが、何本分のローソク足データを拾うか指定できます。(範囲10~100)
デフォルトでは各時間足で20本分のローソク足のデータを収集し、現在の価格が高値付近の時はプラス判定、反対に現在の価格が安値付近にある時はマイナス判定とします。収集するローソク足には、現在のバーと1つ前のバーは含まれず、2つ前のバーから指定した数だけ拾います。
それぞれの評価値に対し重要度をかけて、平均化した値が総合評価値となり、この値がマイナスの時はショート、プラスの時はロングエントリーします。
基本的にチャートの時間軸を切り替えても売買の方向性は同じになりますが、
5分足が一番安定しているので、5分足チャートでのご利用をオススメします。
【ロジックの説明】
このEAは、トレンド方向に対し順張りでトレードするトレンドフォロー型のEAです。
上昇トレンドでは高値を切り上げて上昇することから、高値付近でロングのポジションを持つようにロジックを組んでいます。
デフォルト設定ではロング方向にしかエントリーしない設定となります。
また、サーバー時間の18:00にポジションを決済するのでポジションは翌日に持ち越しません。
暴落時は安値付近に価格が張り付くことから、相場の急落局面でロングのポジションを持つことはありません。
リーマンショックやコロナパンデミックといった暴落時はトレードは行われず、危機回避モードとなり様子見します。
ロングとショートの両方ポジションを持つ設定の場合、下降トレンドではショートのポジションを持ちます。
通常マルチタイムフレーム分析にはMTF移動平均線(複数時間軸マルチタイムフレーム)を用ることが多いです。
MTF移動平均線は、チャートの時間軸を切り替えることなく、一つのチャートで上位時間軸の移動平均線を確認できますが、すべての時間軸で同一方向にトレンド形成する期間は限られます。
この為、トレード回数が極端に少なくなるのがMTF移動平均線の弱点となります。
この点を改良すべく開発したのがBear Hands(ベアーハンズ)になります。
このEAでは移動平均は使用せず、各時間足の高値安値と現在値の比較で売買判定しています。
デフォルト設定では、日足週足で強い上昇トレンドが発生した時は、ロングポジションを持つように設定してあります。
下落の場合も同様に、日足週足に重点を置き売買判定しています。
ショートのポジションを持つ設定とした場合、総合評価値がゼロ以下でショートのポジションを持ちます。
ロングに関しては、感度の調節 (範囲10~30)ができ、判定値がこの値より上の時にロングエントリーします。
このインジケーターの性質上、レンジブレイクやトレンドフォローの手法となることから、レンジ相場は苦手とします。
したがって、レンジ相場では資産推移は横ばいになりますが、上昇トレンドが発生した時は大きく利益を出すことができます。
ロングポジションのみエントリーする設定
ロングとショート両方にエントリーする設定
ロングのみの方がドローダウンが低く勝率は高くなりますが、トレード回数が減るので、トータルでの利益は減ります。
お好みに応じて設定を切り替えてご利用ください。
【設定項目】
Magic = 48810;// EA識別用マジックナンバー
Lots = 0.1;// ロット数 1.0=10万通貨 0.1=1万通貨 0.01=1千通貨
StopLossRequest = 4.0;// ストップ注文 0.5=50pips 1.0=100pips 10=1000pips
TakeProfitRequest = 5.0;// リミット注文 0.5=50pips 1.0=100pips 10=1000pips
Sensitivity = 10;// ロングの感度の調節 (範囲10~30)判定値がこの値より上の時にロング
Index_Period = 20;//何本分のローソク足データを拾うか指定(範囲10~100)
Importance5M = 1;//5分足の重要度(範囲1~10)数字の大きい方が重要度が大きい
Importance15M = 2;//15分足の重要度(範囲1~10)数字の大きい方が重要度が大きい
Importance1H = 4;//1時間足の重要度(範囲1~10)数字の大きい方が重要度が大きい
Importance4H = 7;//4時間足の重要度(範囲1~10)数字の大きい方が重要度が大きい
Importance1D = 9;//日足の重要度(範囲1~10)数字の大きい方が重要度が大きい
Importance1W = 10;//週足の重要度(範囲1~10)数字の大きい方が重要度が大きい
Slippage = 1;// 許容スリップ
MaxSpread = 30;// 許容スプレッド BidとAskの値の差を入力 例30⇒3pips
TimeHour24 = false;//24時間売買モードにするtrue サーバー時間の7:00~17:59のみトレードするfalse
Scalping_Mode = true;// サーバー時間の18:00にポジションを決済するtrue ポジションを持ちこすfalse
OnlyLong = true; //ロングのみ新規エントリーするtrue ロングとショート両方にエントリーするfalse
Discretionary_Trading = false;//裁量トレードモードにするtrue 自動売買モードにするfalse
MaxError = 30;// 連続エントリー回数の上限数(範囲20~100)
CommentOnOff = true; // チャート画面のコメント 表示true 表示しないfalse
Monday = true; // 月曜日に新規エントリーするtrue しないfalse (サーバー時間GMT+2(冬)/+3(夏))
Tuesday = true; // 火曜日に新規エントリーするtrue しないfalse (サーバー時間GMT+2(冬)/+3(夏))
Wednesday = true; // 水曜日に新規エントリーするtrue しないfalse (サーバー時間GMT+2(冬)/+3(夏))
Thursday = true; // 木曜日に新規エントリーするtrue しないfalse (サーバー時間GMT+2(冬)/+3(夏))
Friday = true; // 金曜日に新規エントリーするtrue しないfalse (サーバー時間GMT+2(冬)/+3(夏))
StopsAndLimits = false; // サイン点灯中はストップとリミットの値を自動修正するtrue しないfalse
【対応FX会社】
MT4のEAが動くGMT+2(冬)/+3(夏)のブローカーに対応
【バージョンアップ履歴】
1、ストップとリミットの値の自動修正機能の追加
サイン点灯中に大きくレートが動くなどしてストップもしくはリミットに引っかかってもサインが出続けている間は同じ方向に再エントリーします。
自動修正するtrueにすることで、サイン点灯中はストップとリミットの値が自動変更されるので、ストップやリミットに引っかかりにくくなります。
2、1日のエントリー回数の上限設定の見直し
プロパティ項目に以下の項目を追加
MaxError = 30;// 連続エントリー回数の上限数(範囲20~100)
証拠金不足やサーバーエラー等で注文が通らず、オーダーの無限ループに陥った際の保護プログラムです。
これまで固定していましたが、回数を自由に設定できるように修正しました。
プログラム内の回数リセットタイミングはサーバー時間の4:00(日本時間の10:00~11:00)と、11:00(日本時間の17:00~18:00)と、18:00(日本時間の24:00~1:00)の3回です。
手動で決済をするなどして上限に達した場合、MT4を再起動することでカウントが0にリセットされます。
3、スプレッドが広がったときに注文を出さない設定を追加しました。
許容スプレッド BidとAskの値の差を入力 例50⇒5pips
デフォルト MaxSpread = 30
4、裁量モードと自動売買モードを選べるようにしました。
プロパティ項目に以下の項目を追加
ManualMode = false; //裁量モードにするtrue 自動売買を有効にするfalse
これまで手動決済してもサインが出続けている限り、再度同じ方向にポジションを持ちました。
EAを停止することなく新規注文を行わない設定を追加しました。
ManualMode を trueにすることで裁量モードとなり、新規と決済の注文は行われません。
チャート画面に以下のお知らせコメントが表示されます。
『現在裁量モードで稼働中です。現在の設定では新規のエントリーは行われません。』
5、ロング方向のみエントリーする設定の追加
デフォルト設定ではロング方向のみポジションを持ちます。
ショートとロング両方のポジションを持たせる場合、OnlyLong = falseとしてください。
【インジケーター版】Multi Time Score(マルチタイムスコア)の紹介
■インジケーターの説明ページ
https://www.gogojungle.co.jp/tools/indicators/48811
マルチタイムフレーム分析による点数評価を行い、時間軸ごとに重要度を指定しロングかショートかを判断し売買サインを表示するサインインジケーター。
Bear Hands(ベアーハンズ)と同じロジックとなりますので、裁量トレード用としてご利用いただければ幸いです。
Price:¥19,800 (taxed)
●Payment







Sales from : 01/31/2024 20:32
Price:¥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