• 概要
  • レビュー (6)
  • コメント (61)
  • 最新情報

NotifyMe for MT4

5

Overview

The Expert Advisor sends notifications to a mobile phone, via e-mail or activates an audio alarm in case any changes are detected on the trading account: opening/closing positions, changing order parameters, balance or leverage. Also, the Expert Advisor can inform that Equity on the trading account has dropped below a specified value or Free Margin is small compared to Margin. The Expert does not trade, it only monitors your account.


Launching the Expert Advisor

For the Expert Advisor to work, place the file NotifyMe.ex4 in terminal_folder/experts (probably it will be placed there automatically). NotifyMe should appear in the Expert Advisors section of the Navigator window. If not, restart the MetaTrader 4 terminal.

For the Expert Advisor to work, allow using Expert Advisors in the setting of MetaTrader 4. To do it, go to Tools menu, then Options, and then select Expert Advisors tab. Enable the option Enable Expert Advisors (except the Custom Indicators and Scripts).

To launch the Expert Advisor, right-click its name in the Navigator window and select "Attach to chart" or drag and drop it on the chart by mouse. The windows of the Expert Advisor's parameters will appear. Set the desired parameters and click OK.

The Expert Advisor can be attached to the chart of any financial instrument Since the EA analyzes the trade account state at every tick coming, to decrease delays of notifications it is recommended to run the EA on a symbol, where ticks come most often (for example, one of Forex currency pairs:: EURUSD, GBPUSD, USDCHF or USDJPY). on any time frame.


Expert's Input Parameters

  • Push_Notify_Events - select what events you want to be notified of via your mobile terminal (0 - notifications disabled, 1 - notifying only of opening/closing positions, 2 - notifying of all events);
  • Push_Notify_Critical_Equity - critical value of (Equity) on the trade account (in deposit currency). When this value is reached, the notification is sent to the mobile terminal;
  • Push_Notify_Critical_Margin - critical value of Free Margin comparing to Margin in percentage terms. When this value is reached, the notification is sent to the mobile terminal;
  • Push_Repeat_Interval - minimum time interval (in seconds) between sending push notifications in case the critical level of free margin of equity is reached;
  • Push_Notify_Interval - minimum time interval (in seconds) between notifications sent to the mobile terminal;
  • Push_Length_Limit - maximum length of a message sent to the mobile terminal;
  • Mail_Notify_Events - select what events you want to be notified of via e-mail (0 - notifications disabled, 1 - notifying only of opening/closing positions, 2 - notifying of all events);
  • Mail_Notify_Critical_Equity - critical value of (Equity) on the trade account (in deposit currency). When this value is reached, the notification is sent via e-mail;
  • Mail_Notify_Critical_Margin - critical value of Free Margin comparing to Margin in percentage terms. When this value is reached, the notification is sent via e-mail;
  • Mail_Repeat_Interval - minimum time interval (in seconds) between sending e-mails in case the critical level of free margin of equity is reached;
  • Mail_Notify_Interval - minimum time interval (in seconds) between notifications sent via e-mail;
  • Sound_Notify_Events - select what events you want to be notified of via sound notifications (0 - notifications disabled, 1 - notifying only of opening/closing positions, 2 - notifying of all events);
  • Sound_Notify_Critical_Equity -critical value of (Equity) on the trade account (in deposit currency). When this value is reached, the sound notification is played;
  • Sound_Notify_Critical_Margin - critical value of Free Margin comparing to Margin in percentage terms. When this value is reached, the sound notification is played;
  • Sound_Repeat_Interval -minimum time interval (in seconds) between playing sound notifications in case the critical level of free margin of equity is reached;
  • Sound_Notify_Interval -  minimum time interval (in seconds) between sound alarm notifications;
  • Sound_File_Name - name of the sound file played activated an event occurs;
  • Use_Local_Time - time specified in messages sent to the mobile terminal or via email (false - trade server time, true - time of the PC the Expert Advisor is running at);
  • Show_Information -show (true) or hide (false) information about the server time, local time and the settings and conditions of triggering of notifications.


Calculating Free Margin Level

As mentioned earlier, the Expert Advisor can notify of decreasing Free Margin compared to Margin. Let's examine calculation of Free Margin level in more details. In most cases (including MetaTrader 4 trading terminal), Margin value is defined considering Leverage provided by a broker. But the broker can change the leverage value at any time, and the Margin value also changes subsequently. Most often, the leverage value is not so critical for trading (unless trading is conducted in a risky manner using the maximum possible position volume). Therefore, this Expert Advisor calculates the Margin value without regard to the leverage. Free Margin level is defined as a ratio of Free Margin to Margin in percentage value.

Let's consider the following example. Suppose that 1 lot equals to 100 000 units of the base currency. Position at EURUSD is opened having the volume of 0.10 lots at the price of 1.3 USD per 1 EUR. For buying or selling 0.10 * 100 000 = 10 000 EUR we will need 13 000 USD. This value is considered to be the Margin for the present Expert Advisor (though in most cases a leverage is applied to that value, for example, if leverage is 1:100, then we will have 130 USD of Margin). If the deposit is equal to 1000 USD, Free Margin will be equal to 1000 - 130 = 870 USD after opening a position, while the Margin level will be calculated as 870 / 13 000 = 0.0669 or 6.69 %. If we set the Margin limit, at which notification is delivered, to 5%, the notification will be sent in case of Free Margin being equal to 0.05 * 13 000 = 650 USD or Equity comprising 650 + 130 = 780 USD.

Despite the apparent complexity of defining the Free Margin level, this method provided the most informative results in actual practice.


Sending Notifications to the Mobile Terminal

First of all, you should have mobile version of MetaTrader 4 or MetaTrader 5 terminal installed on your Android or iOS powered device to receive notifications. You can download MetaTrader 4 or MetaTrader 5 mobile terminal for Android, as well as MetaTrader 4 or MetaTrader 5 mobile terminal for iOS for free.

You should also allow sending push notifications in MetaTrader 4 trading terminal, on which the EA is to be launched. To do this, enter Tools – Options – Notifications tab, turn "Enable Push Notifications" parameter on and specify MetaQuotes_ID that can be found on Messages tab of the mobile terminal.

"Push_Notify_Events" parameter allows you to indicate the types of events you will be notified about via the mobile terminal. If it is set 2, you will be notified about the following events: opening and closing positions, changing stop loss and take profit of an open position, changing parameters of a pending order (open price, stop loss or take profit), change of the account balance or leverage. Value 1 means that the notifications will be send only when a position is opened or closed. Value 0 means that notifications via the mobile terminal are disabled (this parameter doesn't affect notification about critical free margin or equity).

"Push_Notify_Critical_Equity" parameter allows defining a critical (minimal) value of equity (in deposit currency). When this value is reached, the notification is sent to the mobile terminal. If set to 0, notifications of equity decrease are not sent to your mobile terminal.

"Push_Notify_Critical_Margin" parameter allows defining a critical (minimum) free margin level (in percentage value). When this value is reached, the notification is sent to the mobile terminal. If set to 0, notifications of free margin level are not sent to your mobile terminal.

Information about events on a trading account, as well as about reaching critical Equity or Free Margin levels is added to the message sent to the mobile terminal under certain conditions.

"Push_Repeat_Interval" parameter allows you to set the time interval (in seconds), after which information about reaching critical Equity or Free Margin level is added to the push message prepared for delivery.

"Push_Notify_Interva" input parameter allows you to set the minimum time interval (in seconds) between notifications sent to the mobile terminal. The Expert Advisor will not send a new notification if less than specified time has passed since sending the previous one. It will save that notification instead. When the time specified in "Push_Notify_Interval" parameter passes since sending the previous notification, the Expert Advisor will send a message containing descriptions of all events accumulated by that time. There is a limitation (of push notifications service developed by MetaQuotes) on the number of sent messages per unit time: no more than two messages per second and no more than 10 messages per minute (if this limitation is violated, sending push notifications can be blocked by MetaQuotes). Therefore, it is not recommended to set very small values (especially in case of the events' high frequency on a trading account).

" Push_Length_Limit" parameter allows you to set the maximum number of symbols in a message sent to the mobile terminal. If a message is longer, it is truncated down to the length specified in the parameter. The maximum permissible length of a push message is 255 characters. A message consists of two parts: account number with account owner's name (generated automatically) and a text description of an event generated by an Expert Advisor (its length is limited by "Push_Length_Limit" parameter). In some cases, a message may become invisible in the mobile terminal if its length exceeds 255 characters. "Push_Length_Limit" parameter value should be selected based on the length of the automatically added part of the message (account number and owner's name).


Sending Notifications Via E-Mail

To receive notifications via e-mail, you should allow sending emails in the settings of MetaTrader 4 trading terminal, at which NotifyMe Free for MT4 is launched. To do this, enter Tools – Options – Email tab, turn Enable parameter on and specify your e-mail account and SMTP e-mail server parameters.

Messages sent by the Expert Advisor via e-mail have subject "Account account_number notification". 

"Mail_Notify_Events" parameter allows defining types of events followed by notifications via emails (similar to "Push_Notify_Level" parameter for notifications sent to the mobile terminal). If it is set 2, you will be notified about the following events: opening and closing positions, changing stop loss and take profit of an order, change of the account balance or leverage. Value 1 means that the notifications will be send only when a position is opened or closed. Value 0 means that notifications via e-mail are disabled (this parameter doesn't affect notifications about critical free margin or equity).

"Mail_Notify_Critical_Equity" parameter allows defining a critical (minimal) value of equity (in deposit currency). When this value is reached, the notification is sent via e-mail. If set to 0, notifications of equity decrease are not sent via e-mail.

"Mail_Notify_Critical_Margin" parameter allows defining a critical (minimum) free margin level (in percentage value). When this value is reached, the notification is sent via e-mail. If set to 0, notifications of margin decrease are not sent via e-mail.

Information about events on a trading account, as well as about reaching critical Equity or Free Margin levels is added to the message sent via e-mail under certain conditions.

"Mail_Repeat_Interval" parameter allows you to set the time interval (in seconds), after which information about reaching critical Equity or Free Margin level is added to the e-mail prepared for delivery.

"Mail_Notify_Interval" input parameter allows you to set the minimum time interval (in seconds) between notifications sent via e-mail. The Expert Advisor will not send a new notification if less than specified time has passed since sending the previous one. It will save that notification instead. When the time specified in "Mail_Notify_Interval" parameter passes since sending the previous notification, the Expert Advisor will send an e-mail containing descriptions of all events accumulated by that time. Some e-mail servers perceive frequent emails as harmful actions. Therefore, it is not recommended to set too small values for "Mail_Notify_Interval" parameter.


Audio Alarm Notifications

"Sound_Notify_Events" parameter allows you to define types of events followed by sound alarm notifications (similar to "Push_Notify_Events" parameter for notification sent to the mobile terminal and "Mail_Notify_Events" for notifications sent via e-mail). If it is set 2, you will be notified about all events (opening and closing positions, changing parameter of orders, change of the account balance or leverage). Value 1 means that the notifications will be send only when a position is opened or closed. Value 0 means that sound notifications are disabled (this parameter doesn't affect notifications about critical free margin or equity).

"Sound_Notify_Critical_Equity" input parameter allows you to define a critical (minimum) equity (in deposit currency) followed by sending sound alarm notifications. If set to 0, sound notifications of equity decrease are not triggered.

"Sound_Notify_Critical_Margin" input parameter allows you to define a critical (minimum) free margin level (in percentage terms) followed by sending sound alarm notifications. If set to 0, sound notifications of free margin decrease are not triggered.

" Sound_Repeat_Interval" parameter allows you to set the time interval (in seconds) between sound notifications about reaching critical Equity or Free Margin level.

"Sound_Notify_Interval" input parameter allows you to set the minimum time interval (in seconds) between sound notifications.

"Sound_File_Name" allows you to set the name of an audio file to be activated when a notification arrives. A file in .wav format should be located in terminal_folder/sounds or its subdirectory.


Displaying the Data on Screen

If Show_Information parameter is set to true, then the information about the server and local time will be displayed in the upper left corner of the chart as well as the settings and conditions of triggering of each notification type.

Examples of messages sent by the program

  • Placing a pending order: 2013.08.12 14:56:13 EURUSD Place Sell Limit 0.10 at 1.32920, SL: 1.33000, TP: 1.32820, Comment: Test order;
  • Changing pending order parameters: 2013.08.12 14:56:28 EURUSD Modify Sell Limit 0.10, Open: 1.32920 -> 1.32900, SL: 1.33000 -> 1.32980, TP: 1.32820 -> 1.32800;
  • Deleting a pending order: 2013.08.12 14:56:34 EURUSD Delete Sell Limit 0.10 at 1.32900;
  • Opening pending order: 2013.08.12 14.56.49 Sell Limit -> Sell at 1.32900, SL: 1.32980, TP: 1.32800, Comment: Test order;
  • Opening market position: 2013.08.12 14:56:52 EURUSD Sell 0.10 at 1.32900, SL: 1.32980, TP: 1.32800, Magic: 17;
  • Closing position: 2013.08.12 15:13:20 EURUSD Close Sell 0.10 at 1.32800, Magic: 17, (Profit: 10.00 USD), Balance: 1010.00 USD (Equity: 1010.00 USD);
  • Reaching critical equity or free margin: 2013.08.12 15.32.16 Equity: 1004.30 USD, Free Margin: 868.47 USD;


Free Version and MetaTrader 5 Version

NotifyMe Free for MT4  - Free Version of the App Unlike the full version, it allows only sending notifications of position opening or closing. Also, full and free versions of the application with similar features are available for MetaTrader 5 trading terminal.


Warning

The developer of NotifyMe for MT4 is not responsible for possible modification or termination of the program's operation due to changes in MQL4 language implemented by the trading terminal and language developer - MetaQuotes company. The developer of NotifyMe for MT4 is not responsible for any loss, damage or missed profits caused by the use of the program, its work or malfunction.


Contact Information

If you have any questions about the application, comments on its operation or suggestions for future improvements, please send them by email or leave your personal messages via this web site. Let me know what products (Expert Advisors, indicators, scripts) you would like to see.

レビュー 6
Johan Julien Aubry
909
Johan Julien Aubry 2021.06.06 10:00 
 

Works correctly. Please don't write directly to me about my review, I'll not answer.

PETER LUISI
1981
PETER LUISI 2021.01.18 12:03 
 

Just what I was looking for. Works very well.

Hatem Abou Ouf
5300
Hatem Abou Ouf 2017.09.21 22:19 
 

Excellent but I wish if He can add DrawDown% feature

おすすめのプロダクト
「Auto FIBO Pro」Crypto_Forex インジケーターは、取引の補助ツールとして最適です。 - インジケーターは、フィボナッチ レベルとローカル トレンド ライン (赤色) を自動的に計算してチャート上に配置します。 - フィボナッチ レベルは、価格が反転する可能性のある重要な領域を示します。 - 最も重要なレベルは、23.6%、38.2%、50%、61.8% です。 - リバーサル スキャルピングやゾーン グリッド取引に使用できます。 - Auto FIBO Pro インジケーターを使用して、現在のシステムを改善する機会も多数あります。 - Info Spread Swap Display があり、接続されている外国為替ペアの現在のスプレッドとスワップを表示します。 - ディスプレイには、アカウントの残高、エクイティ、マージンも表示されます。 - Info Spread Swap Display は、チャートのどのコーナーにも配置できます。 0 - 左上コーナー、1 - 右上、2 - 左下、3 - 右下。 // 素晴らしいトレーディング ロボットとインジケーター
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
Reverse copier is a tool that will open opposite buy/sell orders from your master account. It will help you with low profit EA's that lose consistenly and turn it to wins. Feel free to ask for new functions/features and I will add it. Now it's a simple MT5 to MT4 bridge with straightforward logic of one position open/close.  How to install: https://www.mql5.com/en/market/product/141604
FREE
Rainbow MT4 is a technical indicator based on Moving average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, it’s a signal to buy. When price crosses below MA and MA changes color to red, it’s a signal to sell. The Expert advisor ( Rainbow EA MT4) based on Rainbow MT4 indicator, as you can see in the short video below is now available here .
FREE
TrendPlus
Sivakumar Subbaiya
4.07 (14)
Trend Plus   Trendplus  Indicator   Time Frame: Suitable for any time frame.  Purpose: Trend Prediction. Blue and red candle indicate the buy and sell call respectively. Buy: When the blue candle is formed buy call is initiated. close the buy trades when the next red candle will formed.   Sell: When the Red candle is formed Sell call is initiated. close the Sell trades when the next blue candle will formed.   Happy trade!!
FREE
Strong Retracement Points Pro demo edition! SRP (Strong Retracement/Reversal Points) is a powerful and unique support and resistance indicator. It displays the closest important levels which we expect the price retracement/reversal! If all level are broken from one side, it recalculates and draws new support and resistance levels, so the levels might be valid for several days depending on the market! If you are still hesitating to start using this wonderful tool, you can check this link to see h
Market Profile 3
Hussien Abdeltwab Hussien Ryad
3 (2)
Market Profile 3 MetaTrader 4 indicator  — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible t
FREE
Утилита  TSim   позволяет симулировать ручную торговлю в Тестере Стратегий MetaTrader 4. В панеле можно устанавливать размеры лота, тейпрофита и стоплосса. Панель имеет кнопки Sell   и Buy для выставления рыночных ордеров, а также кнопки CloseSell, CloseBuy и CloseAll для быстрого закрытия ордеров. Под панелью отображается список открытых ордеров. Внимание. Панель работает только в Визуальном режиме Тестера Стратегий MetaTrader 4.
FREE
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
トレンドキャッチャー: アラートインジケーター付きのトレンドキャッチャーストラテジーは、市場トレンドやポテンシャルなエントリーポイントやエグジットポイントを特定するのに役立つ多目的な技術分析ツールです。動的なトレンドキャッチャーストラテジーを備えており、市場状況に適応してトレンドの方向を明確に視覚化します。トレーダーは、自身の好みやリスク許容度に合わせてパラメーターをカスタマイズできます。このインジケーターはトレンドの識別を支援し、ポテンシャルなリバーサルをシグナルし、トレイリングストップのメカニズムとして機能し、市場への迅速な対応のためのリアルタイムアラートを提供します。 特徴: - トレンドの識別:上昇トレンドと下降トレンドをシグナルします。 - トレンドのリバーサル:ローソク足の色が上昇から下降に変わった場合やその逆の場合に、ポテンシャルなリバーサルを警告します。 - リアルタイムアラート:新しいトレンドの識別に対するアラートを生成します。 推奨事項: - 通貨ペア:EURUSD、AUDUSD、XAUUSDなど... - タイムフレーム:H1。 - アカウントタイプ:
FREE
ガソリン価格が上昇すれば、すべての商品の価格が上がることは誰もが知っています。結局のところ、物流コストの上昇はあらゆる商品の配送価格に転嫁されるからです。日常生活で例えるなら、暑い年は穀物が豊作になるため、生産者は市場の供給に合わせて価格を下げることになります。 同じように、RadarBoardインジケーターは外国為替市場における明白な相関関係を見つけるのに役立ちます。金価格が上騰するとドルで購入されるため、ドルは弱くなります。この認識は正しい判断を下すのに役立ちます - 特に商品市場/株式市場と外国為替市場の間にタイムラグがあることを考慮すればなおさらです。反応する時間もあり、さらに言えば、日足以上の時間軸が最も安定しています。 例えば、私たちのチームは時間軸をD1に設定し、非同期モードを有効にしてからより小さい時間軸に切り替えます。これにより、イントラデイの動きに基づいてストップを設定しながら、日足チャートで利益を伸ばすことができます。 DISPLAY LIQUIDITY(流動性表示)テーブルでのダイバージェンスの可視化は、資産の強さを評価し他と比較するのに役立ちます。一方、PR
FREE
КopirFIFO — копировщик нетто-позиций для терминалов МТ4. Копировщик копирует на счет-клиент чистую нетто-позицию со счёта-сервера по правилу FIFO, то есть всегда первой закрывается та сделка, которая была открыта раньше всего. При копировании так же полностью исключается хеджирование позиций. Если на счёте-сервере открываются хеджирующие сделки, то на счете-клиенте происходит закрытие позиций на величину хеджа. Данный копир идеально подходит для копирования вашей не нетто-торговли на сервисы то
FREE
このプロジェクトが好きなら、5つ星レビューを残してください。 このインジケータは、指定されたためのオープン、ハイ、ロー、クローズ価格を描画します 特定のタイムゾーンの期間と調整が可能です。 これらは、多くの機関や専門家によって見られた重要なレベルです トレーダーは、彼らがより多くのかもしれない場所を知るために有用であり、 アクティブ。 利用可能な期間は次のとおりです。 前の日。 前週。 前の月。 前の四半期。 前年。 または: 現在の日。 現在の週。 現在の月。 現在の四半期。 現年。
FREE
Harvest GOLD USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $30000
SMC Venom Model BPR インジケーターは、スマート マネー (SMC) コンセプトで取引するトレーダー向けのプロフェッショナル ツールです。価格チャート上の 2 つの主要なパターンを自動的に識別します。 FVG   (フェアバリューギャップ) は、3 本のローソク足の組み合わせで、最初のローソク足と 3 番目のローソク足の間にギャップがあります。ボリュームサポートのないレベル間のゾーンを形成し、価格修正につながることがよくあります。 BPR   (バランス価格範囲) は、2 つの FVG パターンの組み合わせで、「ブリッジ」を形成します。これは、価格がボリュームアクティビティの少ない動きで動くときに、ブレイクアウトしてレベルに戻るゾーンで、ローソク足の間にギャップを作成します。 これらのパターンは、大規模な市場プレーヤーと一般参加者の相互作用が発生するチャート上のボリュームと価格動向の分析に基づいて、トレーダーが主要なサポート/レジスタンス レベル、ブレイクアウト ゾーン、エントリ ポイントを識別するのに役立ちます。 インジケーターは、長方形と矢印の形でパターンを視
Exp Swing
Vladislav Andruschenko
4.43 (51)
これは、Swinger(Pendulum、Cheburashka)と呼ばれる有名な戦略のモデルを使用しています。 戦略は、2つの反対の保留中の注文を出すことにあります。価格が特定の方向に移動すると、一方の保留中の注文がトリガーされ、もう一方の注文のロットサイズが増加します。 EAは3種類のオープン保留中の注文を提供します(TypeofTrade) 配置後の自動オープン(インスタントオープンAutoTrade) 手動開封後の開封と管理(手動開封ManualTrade) 高/低レベルで開く(過去のバーTFTradeの高低) OCO(One-Cancels-the-Other)注文は、2つの注文で構成される条件付き注文の一種です。2つ目の注文が約定すると、1つ目の注文は自動的にキャンセルされます。 スイング-完全な説明 MT5 version 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 使い方? 開始時に、エキスパートアドバイザーは2つの注文を出します-現在の価格から StopOrderDe
FREE
これは、買い注文と売り注文のネットワークを配置する通常のパネルです。 このExpert Advisorは、設定で定義された利益注文を閉じます。 次に、ラダーと呼ばれるパラメータがあり、ラダーパラメータで示されたポイントだけ注文間の距離が増加し始めることを含みます(ここでは、メイン設定では10ポイントです)。これは、2次が10ポイント、3次が20ポイント、4次が40ポイントなどを意味します。 次に、これは設定にないため、このアドバイザーに何があるかを知る必要がありますが、このアドバイザーが提案した戦略のロジックに影響します。. アドバイザーが5つの注文を開くのは、ここの設定であるとしましょう。.. または購入のために。.. または販売のため。.. よかった.. ただし、注文を開くと、次のオープン注文のロットが以前にオープンした注文の半分だけ増加します。 つまり、設定で0.1ロットを設定すると、スキームに従って5つの注文が開き、現在の価格に近い最初の注文は0.1ロットの価格で開かれます。 第二に、与えられたステップのために、ここで50ポイントのステップは0.15ロットの価格で開きます。
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
PatternVol EA
Alexandr Gribanov
4.5 (2)
PatternVol EAは、市場の独自の観察に基づいて作成され、パターン、ローソク足分析、ローソク足ボリュームの分析で構成され、EAにはインジケーターが含まれていません。現時点では、アドバイザーは私の非インジケーター戦略の小さなコンストラクターです。各戦略を個別に無効化および有効化するか、複数の戦略からアセンブリを作成できます。アドバイザーの作業は今日まで続いており、新しい戦略が追加され、アルゴリズムが改善されています。将来的には、誰もが独自の取引戦略を組み立てることができる、非指標戦略の大規模なアグリゲーター(コンストラクター)になるでしょう。 * Expert Advisorは、ECNアカウント(5桁)およびH1タイムフレームのEURUSDペアでの使用をお勧めします。 Expert Advisorは、厳密なSLおよびTP設定を使用します。 Test DEMO: https://www.mql5.com/ru/signals/978514 エキスパートアドバイザーのパラメーター Slippage...     -すべりの最大レベル OnOff ...-戦略を有
FREE
EARLY REMINDER: The Starting price is 65 price will rise soon up to 365$ and then 750$ after first 10 copies of sales. Grab this offer now! Introduction Hello, traders! Welcome to the demonstration of the Forex Beast Indicator , a comprehensive tool designed to assist aspiring traders in navigating the complexities of the forex market. This indicator incorporates seven essential components to provide a well-rounded trading experience: Moving Averages Colored Zones Support and Resistance Levels
The indicator detects and displays Shark harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is comple
HMA Trend
Pavel Zamoshnikov
4.59 (68)
A trend indicator based on the Hull Moving Average (HMA) with two periods. The Hull Moving Average is an improved variant of the moving average, which shows the moment of trend reversal quite accurately. It is often used as a signal filter. Combination of two types of Hull Moving Averages makes a better use of these advantages: HMA with a slow period identifies the trend, while HMA with a fast period determines the short-term movements and signals in the trend direction. Features The movement d
FREE
Max LotSize
Luis Alberto Atuncar Sanchez
5 (2)
LotSize Indicator Discover the appropriate lot size to use in your trades based on the available margin. This indicator provides valuable information for risk management. If the indicator shows a value of 0, it means that your balance or available margin is insufficient for trading. It is important to maintain adequate margin levels for safe trading practices. This indicator is exclusively designed for the MT4 platform, a popular and reliable trading platform in the market. With the LotSize Indi
FREE
This indicator help to mark the high and low of the session Asian,London,Newyork , with custom hour setting This indicator is set to count from minute candle so it will move with the current market and stop at the designated hour and create a accurate line for the day. below is the customization that you can adjust : Input Descriptions EnableAsian Enables or disables the display of Asian session high and low levels. EnableLondon Enables or disables the display of London session high and
FREE
Description:  For a comprehensive understanding of our indicators, we invite you to explore the entire Q&A section within this MQL5 blog post   here . The "Divergence Strategy Indicator" is an advanced technical analysis tool designed to identify potential trend reversals and trend continuation opportunities in the market. It leverages the concept of divergence, a powerful phenomenon that occurs when price action diverges from an oscillator, indicating underlying shifts in market sentiment. Spo
The utility places a grid of pending orders. You can select the number of orders in the grid, the step between orders, multiplier for the order size, SL and TP levels and the magic number. If you use a   profit bucket , please note that it applies to all orders on the current currency pair with the current magic. If you want to use several grids with independent profit buckets at the same time, run several copies of the utility and specify different magics in the settings. MT5 version of the ut
FREE
Description:  For a comprehensive understanding of our indicators, we invite you to explore the entire Q&A section within this MQL5 blog post   here . The "Currency Strength Meter Strategy" Indicator is a cutting-edge technical analysis tool that offers traders a unique perspective on the forex market. By analyzing the relative strength of different currencies, this indicator provides valuable insights into the market's dynamics, allowing traders to make informed decisions. Understanding Curren
Description:  For a comprehensive understanding of our indicators, we invite you to explore the entire Q&A section within this MQL5 blog post   here . The "Divergence Strategy Indicator" is an advanced technical analysis tool designed to identify potential trend reversals and trend continuation opportunities in the market. It leverages the concept of divergence, a powerful phenomenon that occurs when price action diverges from an oscillator, indicating underlying shifts in market sentiment. Spot
Show Pips
Roman Podpora
4.27 (56)
この情報インジケーターは、アカウントの現在の状況を常に把握したい人にとって役立ちます。このインジケーターには、ポイント、パーセンテージ、通貨での利益、現在のペアのスプレッド、現在の時間枠でバーが閉じるまでの時間などのデータが表示されます。 バージョンMT5 -   より便利なインジケーター チャート上に情報線を配置するには、いくつかのオプションがあります。 価格の右側 (価格の後ろにあります); コメントとして (グラフの左上隅に); 画面の選択した隅。 情報区切り記号を選択することもできます。 | / 。 \ # インジケーターにはホットキーが組み込まれています。 キー 1 - 情報表示の種類に戻ります (価格、コメント、コーナーの右側) キー 2 - 情報表示の種類を 1 つ進みます。 キー 3 - 情報ライン表示の位置を変更します。 ホットキーは設定で再割り当てできます。 このインジケーターは使いやすく、非常に有益です。設定で不要な情報項目を無効にすることも可能です。 設定 表示された情報を置き換えるホット キー (戻る)   - 情報表示の種類に戻ります。 表示情報を切り替
FREE
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (184)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順 - アプリケーションの手順 - デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通貨」、「 % 残
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
Local Trade Copier EA MT4
Juvenille Emperor Limited
5 (94)
Local Trade Copier EA MT4 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT4 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT4 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT4 >> ファイル >> データ フォルダを開く >> MQL4 >> Experts フォルダに貼り付けて、ターミナルを再起動しま
TradePanel MT4
Alfiya Fazylova
4.89 (87)
Trade Panel は、多機能の取引アシスタントです。このアプリケーションには手動取引用の 50 を超える取引機能が含まれており、ほとんどの取引操作を自動化できます。 注意、アプリケーションはストラテジー テスターでは動作しません。購入する前に、デモアカウントでデモ版をテストできます。デモ版 ここ 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を実行できます: 自動リスク計算を使用して未決の注文とポジションをオープンします。 ワンクリックで複数の注文とポジションをオープンします。 注文グリッドを開きます。 未決の注文とポジションをグループごとにクローズします。 ポジション反転 (買いを閉じて売りを開く、または売りを閉じて買いを開く)。 ポジションをロックします(買いポジションと売りポジションの量を均等にする追加のポジションをオープンします)。 ワンクリックですべてのポジションを部分的にクローズします。 すべてのポジションのテイクプロフィットとストップロスを同じ価格レベルに設定します。 すべてのポジションのストップロスをポジションの損益分岐点レベルに設定します。 注文とポ
The product will copy all telegram signal to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal, s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to
Exp SafetyLock PRO
Vladislav Andruschenko
4.57 (28)
SAFETYLOCKを使用すると、トレーダーはすでにオープンしているポジションに対して反対の注文を設定することで、強い市場の反転を回避できます。 トレーダーまたはEAがポジションをオープンすると、SAFETYLOCKは自動的に反対の保留中の注文を設定します。 ポジションが損失に転じた場合、その保留中の注文がアクティブになり、ロックを作成して損失を最小限に抑えます。 このEAは、初期のポジションを閉じる、トレーリングストップを使用して利益を最大化する、またはロットを増やしてリスクを調整するなど、さまざまな操作を可能にします。 さらに、ポジションの価格に合わせて、保留中の注文の始値を変更することもでき、市場の動きに柔軟に対応することができます。 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 基本的なパラメーター(ブログのパラメーターの完全な説明) MilliSecondsTimerForMonitoring – アルゴリズムの実行時間をミリ秒単位で指定します
EASY Insight – スマートなトレードはここから始まる 概要 もし数秒で市場全体(FX、ゴールド、暗号通貨、指数、株式まで)を、手作業のチャート確認なしでスキャンできたらどうでしょう? EASY Insight は、インジケーターデータを実践的なトレードインテリジェンスに変換する、AI対応のエクスポートツールです。無駄な推測や視覚的な混乱に疲れたトレーダーのために設計されており、市場全体のスナップショットを1つのクリーンなCSVファイルで提供します。 これまでとは全く違う新しいトレード体験です。ウィンドウの切り替えも、グラフのごちゃごちゃしたオーバーレイもありません。FX Power (FXP)、FX Volume (FXV)、FX Dynamic (FXD)、FX Levels (FXL)、そして非FX資産用のIX Power (IXP) ― あなたがすでに知っているツールから得られる、純粋に構造化されたインサイトだけ。 さらに便利さを求めるなら、 EASY Insight AIO を選んでください。すべてが1つのインストールに含まれ、設定不要。チャート上にインジケータ
TelegramからMT4へ: 究極のシグナルコピーソリューション Telegram to MT4 は、DLLを必要とせず、TelegramのチャンネルやチャットからMetaTrader 4プラットフォームに取引シグナルを直接コピーできる最先端のユーティリティです。この堅牢なソリューションは、比類のない精度とカスタマイズオプションにより、シグナルのシームレスな実行を保証し、時間を節約し、効率性を向上させます。 [説明書 ] [   デモ ] 主な特徴 直接的なTelegram API統合 電話番号とセキュアコードで認証します。 ユーザーフレンドリーな EXE ブリッジを使用して、チャット ID を簡単に取得および管理します。 複数のチャネル/チャットを追加、削除、更新して、同時に信号をコピーします。 高度なフィルターによる信号解析 カスタム例外語 (例: 「レポート」、「概要」) を含む不要な信号をスキップします。 柔軟な SL および TP 形式 (価格、ピップ、ポイント) をサポートします。 シグナルが価格ではなくポイントを指定する場合、エントリ ポイントを自動的に計算します。 注
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
MetaTrader4のコピー機を取引します。     それは任意の口座からの外国為替取引、ポジション、注文をコピーします。 それは最高の貿易コピー機の1つです     MT4 - MT4、MT5 - MT4     のために     COPYLOT MT4     バージョン(または     MT4 - MT5  MT5 - MT5     のために     COPYLOT MT5     バージョン)。 MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 のコピー機 バージョン       MetaTrader 5 ターミナル(   МТ5 - МТ5、МТ4 - МТ5   )-   コピーロットクライアントMT5 独自のコピーアルゴリズムにより、すべての取引がマスターアカウントからクライアントアカウントに正確にコピーされます。 また、動作速度が速いことでも知られています。タフなエラー処理。 強力な機能セット。 プログラムは、複数
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download  Demo Version  right now. You can find  Details of
あなたがメンバーである任意のチャンネル(プライベートおよび制限されたチャンネルを含む)からのシグナルを、直接あなたのMT4にコピーします。 このツールは、ユーザーを念頭に置いて設計されており、取引を管理および監視するために必要な多くの機能を提供しています。 この製品は、使いやすく視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT5版 | Discord版 デモを試したい場合は、ユーザーガイドを参照してください。 Telegram To MT5レシーバーは、ストラテジーテスターでは機能しません! Telegram To MT4の特長 一度に複数のチャンネルからシグナルをコピー プライベートおよび制限されたチャンネルからシグナルをコピー BotトークンやチャットIDは不要です(必要な場合は引き続き使用できます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認識するため
MT4 to Telegram Signal Provider は使いやすく、完全にカスタマイズ可能なツールで、Telegramに信号を送信し、あなたのアカウントを信号提供者に変えることができます。 メッセージのフォーマットは 完全にカスタマイズ可能です! しかし、簡単な使用のために、あらかじめ定義されたテンプレートを選択し、メッセージの特定の部分を有効または無効にすることもできます。 [ デモ ]   [ マニュアル ] [ MT5バージョン ] [ Discordバージョン ] [ Telegramチャンネル ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。開発者が必要なものをすべて提供します。 主要機能 購読者に送信される注文の詳細をカスタマイズする機能 例えばブロンズ、シルバー、ゴールドなど、階層型のサブスクリプションモデルを作成できます。ゴールドサブスクリプションでは、すべての信号が得られますなど。 ID、シンボル、またはコメントによる注文のフィルタリング 注文が実行されたチャートのスクリーン
多機能ツール 搭載機能: ロット計算機、プライスアクション、リスク/リワードレシオ、トレードマネージャー、需要供給ゾーンなどをはじめ65以上の機能。 バージョ:デモ版   |   ユーザーマニュアル   |    MT5版 このユーティリティはストラテジー テスターでは機能しません。 ここからデモ バージョンをダウンロードして製品をテストできます。 ご不明な点や改善提案、バグの発見などございましたら、 連絡してください 。 取引プロセスを簡素化、高速化、自動化します。このダッシュボードで標準端末機能を拡張します 1. 新しい取引を開始します : ロット / リスク / RR の計算 1. Lot計算機(リスクサイズに基づく取引量計算 2. リスク計算機(ロットサイズに基づくリスク量) 3. リスク/リワードレシオ (R/R) 4. 注文のアクティベーション トリガー + Buy StopLimit / Sell StopLimit: MT4でも可  5. 仮想 SL / TP レベル (隠しSL、TP: ブローカーには見えない) 6.  Smart SL / エントリー レベル: バ
EASY Insight AIO – スマートで手間いらずな取引のオールインワンソリューション 概要 数秒で市場全体——FX、ゴールド、暗号資産、指数、さらには株式まで——を、手作業のチャート確認や複雑なセットアップ・インジケーター導入なしにスキャンできたらどうでしょうか? EASY Insight AIO はAIトレードのための究極のプラグ&プレイ型エクスポートツールです。市場全体のスナップショットを、クリーンなCSVファイルで一括出力。ChatGPT、Claude、Gemini、Perplexityなど、さまざまなAIプラットフォームで即座に解析できます。 ウィンドウの切り替えやグラフのごちゃごちゃしたオーバーレイはもう不要。自動エクスポートされる純粋で構造化されたインサイトだけで、無駄なチャート監視に悩まされず、スマートなデータ主導の判断に集中できます。 なぜEASY Insight AIOなのか? 本当のオールインワン • セットアップ不要、インジケーターのインストール不要、チャートへのオーバーレイ不要。インストールして起動し、エクスポートするだけです。 マルチアセット対
BBMA Oma Ally Signals Scanner (BBMA Oma Ally Analyzer Dashboard EA) This is a multi-pair and multi scanner dashboard to find the key signal of BBMA Oma Ally Strategy BBMA consists of the use of 2 indicators: Moving Averages Bollinger Bands BBMA consists of many types of entries: Reentry Extreme Rejection EMA50 GAP (EMA50 to Upper/Lower BB) MHV Full Setup (CSE>TPW>MHV>Direction>Reentry) There are many multi timeframe signals based on this strategy. RRE (Reentry - Reentry - Extreme) REE (Reentry
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.86 (58)
ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。開閉、リバース、ロックポジションと注文を処理する МetaТrader4のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takeproft MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 シンボルウィンドウからの取引とキーボードからの取引! あなたはMetaTrader 4ターミナル - バーチャルコントロールパネルVirtualTradePadのためのユニークなプラグインを持っています。 Description on English 注意!  ストラテジーテスターの 取引方法を学びたい場合は、無料の TesterPad ユーティリティをチェックしてくだ
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 4 プラットフォームの強化に役立ちます。多言語サポート。 MT5バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定 トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎま
Custom Alerts: 複数の市場を同時にモニターし、重要なチャンスを逃さない 概要 Custom Alerts は、複数の銘柄で発生する潜在的なセットアップを統合して追跡したいトレーダーに向けたダイナミックなソリューションです。FX Power、FX Volume、IX Power などの主力ツールから得られるデータを統合することで、 Custom Alerts は、複数のチャートを切り替えたり、絶好の機会を逃したりするリスクなしに、市場での重要な変化を自動的に通知します。よりスマートかつ効率的にトレードしたい方は、 Custom Alerts を活用してモニタリング能力を大幅に向上させましょう。 1. なぜ Custom Alerts がトレーダーにとって非常に有益なのか 全てを一括管理するマーケットモニタリング • Custom Alerts は、主要8通貨、ゴールド、および最大7つの指数や商品など、さまざまな銘柄からのシグナルを集約・統合します。 • 多数のチャートを切り替える手間を省き、明確かつ一元化された通知を受け取ることが可能です。 戦略に合わせたカスタムア
Seconds Chart — MetaTrader 4で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。あらゆるインジケーター、エキスパートアドバイザー、スクリプトを利用可能で、標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Seconds Chartの利点 1秒から900秒 までのタイムフレームをサポート。 瞬時の読み込み MT5ターミナルからのティックデータベースのインポートにより、過去データを即時利用可能。 MT5ターミナルで「 Tick Database 」ユーティリティを最初に起動する必要があります。 リアルタイムでデータが更新され、 遅延やラグなし 。 複数の秒足チャートを同時に作成可能。 Seconds Chartが最適な用途 スキャルピング
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
トレードックスai あらゆる取引でスリッページコストを回避できると想像してみてください。これは、市場価格で実行されるほぼすべての取引に適用される避けられないコストです。 「スリッページ」という用語は、取引の注文価格と実行価格の差を表します。平均では 1 ピップまたは 10 ベーシス ポイントですが、それよりも高い場合もあります。 TRADEX AI はまさにそれを実現します。注文を開くたびにスリッページを回避し、場合によっては 20 ベーシス ポイントにもなるスリッページ コストを直ちに節約します。 また、人工知能を活用して市場参入価格も向上させます。 TRADEX AI は、体系的にスリッページの影響を受ける市場で実行される取引の非効率性とコストの問題を解決します。 すべての注文からスリッページ コストを回避することを想像してください。コストの節約が最初のメリットです。ある。 1 日あたりおよび 1 か月あたりに実行する注文数はどれくらいですか?これに、各注文で平均 1 ピップまたは 2 ピップの節約を掛けます。 TRADEX AIの利点: + MT4とMT5で動作します +
An advanced, comprehensive, and professionally engineered trade copier designed to exceed the expectations of elite traders and prop firm traders. CopyCat More delivers an unparalleled suite of tools for precise synchronization, robust trade filtering, and dynamic execution control for local copying. General Functionality Built-in mode toggle: run as Master (send) or Slave (receive) High Accuracy and brokers friendly 1 Master can support many slaves, 1 Slaves can have many master Copy MT5 to/fr
Everything for chart Technical Analysis indicator MT4 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator Video tutorials, manuals, DEMO download   here .  Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extender or trendline extender. 2. Price to
************************************************ *********************************************** GoldMine Train は、ゴールドのトレンド取引戦略 EA です。 オペレーターは主要なトレンドの方向を決定し、トレインに指示を出します。 トレインはその方向で継続的に売買します。ロット数は、アカウント残高と事前設定されたレバレッジ比率によって異なります。 オペレーターがトレンドの方向を変更すると、トレインは停止し、利益を固定します。 ユーザーはチャート上のボタンを使用してトレンドの方向を簡単に選択できます。 ************************************************ ***********************************************
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overrid
Trade copier MT4
Alfiya Fazylova
4.53 (30)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT4> MT4、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位置が失われることはありません。 コピーするシンボルを選択できます。また、受信者のシンボルを置き換えることもできます(例:EURUSD> USDJPY)。 バックコピーをサポートします。 特定の注文のみのコピーを有効にする機能。 取引開始価格の最大差と最大遅延時間を
AIP – MT4/MT5 To Telegram 1         Main features of MT4/MT5 EA To Telegram: Send all types of orders (Open Order/Close Order/Modify Order/Pending Order/Delete Order) Close and Modify Order with replies to the corresponding Open Order   Support sending to both private and public channels Support sending to multiple channels simultaneously Send Chart Screenshots Manage all symbols with a single EA on one terminal Automatic loading of templates, logos, and screenshots Support sending Icon Emojis E
Bar Replay MT4
Hoang The Manh
3.43 (7)
Don't purchase before testing the Demo version first. DEMO version:   https://www.mql5.com/en/market/product/76917 __________________________________________________ This EA  - Tool allow you replay bar in Meta Trader 4 for back test. This Tool can back test in multi timeframe in only one chart. This Tool is very useful for Price action trader. It can work with Indicators, some indicators cannot works. So please download Demo to test before purchase.  Demo Version We do not accept refund in any
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
作者のその他のプロダクト
Overview The Expert Advisor allows you to receive notifications to the mobile phone (or tablet PC), mailbox or play the sound alert when some events occured: opening or closing position (also closing all positions), placing or deleting pending order; changing open price, stop loss or take profit; the account balance, equity, margin level, free margin or drawdown has reached the user specified level. You can specify a notification interval, notification text template and audio file for sound aler
Overview The Expert Advisor sends notifications to a mobile phone, via e-mail or activates an audio alarm in case any changes are detected on the trading account: opening/closing positions, changing order parameters, balance or leverage. Also, the Expert Advisor can inform that Equity on the trading account has dropped below a specified value or Free Margin is small compared to Margin. The Expert does not trade, it only monitors your account and orders. Launching the Expert Advisor You should a
FREE
Overview The script displays information about the trade account: Information about the trade account: Account - account number and type (Real, Contest or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Experts Allowed - shows whether it is allowed to trade using Expert Advisors; Balance - account
FREE
Overview The Expert Advisor sends notifications to a mobile phone, via e-mail or activates an audio alarm in case a position is opened or closed on the trading account. The Expert does not trade, it only monitors your account and orders. Launching the Expert Advisor For the Expert Advisor to work, place the file NotifyMe_free.ex4 in terminal_folder/experts (probably it will be placed there automatically). NotifyMe_free should appear in the Expert Advisors section of the Navigator window. If not
FREE
Overview The script displays information about the trade account: Account - account number and type (Real or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Balance - account balance; Equity - account equity; Credit - amount of credit; Profit - profit size; Free Margin - free margin on the account;
FREE
Overview The script displays information about the trade account and the current financial instrument. Information about the trade account: Account - account number and type (Real or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Balance - account balance; Equity - account equity; Credit - amount
Overview The Expert Advisor allows you to receive notifications to the mobile phone (or tablet PC), mailbox or play the sound alert when some events occured: opening or closing position, placing or deleting pending order; changing open price, stop loss or take profit; the account balance, equity, margin level, free margin or drawdown has reached the user specified level. You can specify a notification interval, notification text template and audio file for sound alerts. Expert Advisor saves the
This is Advanced NotifyMe version with large interface. Overview The Expert Advisor allows you to receive notifications to the mobile phone (or tablet PC), mailbox or play the sound alert when some events occured: opening or closing position, placing or deleting pending order; changing open price, stop loss or take profit; the account balance, equity, margin level, free margin or drawdown has reached the user specified level. You can specify a notification interval, notification text template an
Overview The Expert Advisor sends notifications to a mobile phone, via e-mail or plays a sound in case any changes are detected on the trading account: opening/closing positions, changing order parameters, balance or leverage. Also, the Expert Advisor can inform that Equity on the trading account has dropped below a specified value or Free Margin is small compared to Margin. The Expert does not trade, it only monitors your account. Launching the Expert Advisor For the Expert Advisor to work, pl
Overview The Expert Advisor sends notifications to a mobile phone, via e-mail or activates an audio alarm in case any changes are detected on the trading account: opening/closing positions, changing order and position parameters, balance or leverage. Also, the Expert Advisor can inform that Equity on the trading account has dropped below a specified value or Free Margin is small compared to Margin. The Expert Advisor does not trade, it only monitors your account and orders. Launching the Expert
Overview The script displays information about the trade account and the current financial instrument. Information about the trade account: Account - account number and type (Real, Contest or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Experts Allowed - shows whether it is allowed to trade usin
This is Advanced NotifyMe version with large interface. Overview The Expert Advisor allows you to receive notifications to the mobile phone (or tablet PC), mailbox or play the sound alert when some events occured: opening or closing position (also closing all positions), placing or deleting pending order; changing open price, stop loss or take profit; the account balance, equity, margin level, free margin or drawdown has reached the user specified level. You can specify a notification interval,
Overview The Expert Advisor sends notifications to a mobile phone, via e-mail or plays a sound in case any changes are detected on the trading account: opening/closing positions, changing order or position parameters, balance or leverage. Also, the Expert Advisor can inform that Equity on the trading account has dropped below a specified value or Free Margin is small compared to Margin. The Expert Advisor does not trade, it only monitors your account. Launching the Expert Advisor You should all
フィルタ:
Johan Julien Aubry
909
Johan Julien Aubry 2021.06.06 10:00 
 

Works correctly. Please don't write directly to me about my review, I'll not answer.

PETER LUISI
1981
PETER LUISI 2021.01.18 12:03 
 

Just what I was looking for. Works very well.

procorner
99
procorner 2018.03.26 08:10 
 

ユーザーは評価に対して何もコメントを残しませんでした

Hatem Abou Ouf
5300
Hatem Abou Ouf 2017.09.21 22:19 
 

Excellent but I wish if He can add DrawDown% feature

project13et
173
project13et 2017.09.04 20:07 
 

Excellent product! A+++

Zack van Zyl
591
Zack van Zyl 2015.04.09 10:44 
 

Great Product!

レビューに返信
バージョン 1.1 2018.09.27
Bug fixed;
Optimize for new MQL4;
User-friendly input parameters.