• 概要
  • レビュー (1)
  • コメント

Trade Notifications

5

「取引通知」は、オープンまたはクローズされたすべての取引、および各取引の損益結果を モバイル通知または端末アラート で通知することを目的としたユーティリティ ツールです。 これは私自身が長い間使用してきたツールなので、無料で共有することにしました。

入力パラメータ:

(すべての入力は  true/false タイプであり、   値を変更するにはそれをダブルクリックします)

  • Notify for Closed Positions PnL  : true の場合、クローズされた取引の $ 結果を通知します。このようにして、取引がいつ終了するか、そしてその結果について通知されます。
    これは、取引の損益の上下を監視しながらチャートに釘付けにならないようにするために便利な機能です。これにより、ストレスの少ない取引が可能になります。
  • 新しく開かれた取引を通知する : true の場合、新しい取引が開かれたときに通知します。 未決注文を設定し、エントリーレベルがいつトリガーされるかを知りたい場合に非常に重要なパラメーターです。
    あなたがアルゴ トレーダーで、市場に参入する EA を使用している場合、この機能は EA のアクティビティを監視して、EA が適切に機能していることを確認するのに役立ちます。
  • Notify for New Pending Trades  : true の場合、未決注文が設定されたときに通知されます。これは、Expert Advisor を使用して取引を行っており、EA がいつ指値注文を設定するかを観察したい場合にのみ役立ちます (指値注文が手動で発注される場合は、自分で発注するため、それについて「通知」される必要がないためです)。
  • Notify for Removal of Pending Trades  : true の場合、 未決注文が削除されたときに通知します  。繰り返しますが、これは、前に説明したのと同様の理由で、主にアルゴ トレーダーに役立ちます。  

  • モバイル通知を送信:  「true」の場合、EA はモバイル MT5 アプリを通じて通知します。コンピューターの端末に接続されていることを確認してください。 (説明のために、テスト通知のスクリーンショットを添付しました)  
  • ターミナル上のアラート:   「true」の場合、新しいパターンが形成されたとき、または取引注文にエラーが発生したときに、EA は新しいウィンドウでアラートを送信します。
  • ジャーナルに印刷:   「true」の場合、EA はターミナルのジャーナル タブに印刷されます。これは、ユーザーと EA の間の最も低い通信形式です。


以下に、さまざまな取引操作 (新規取引、新規保留注文、取引の終了) の通知がどのように表示されるかを示す、携帯電話から撮影した通知の例を含むスクリーンショットを示します。

-通知を受信するには、Android または iOS デバイスに MetaTrader 5 モバイル ターミナルがインストールされていることを確認してください。 Expert Advisor が実行される MetaTrader 5 取引ターミナルでプッシュ通知を有効にします。 [ツール] -> [オプション] -> [通知] タブに移動し、[プッシュ通知を有効にする] パラメーターを有効にします。このタブには MetaQuotes_ID を入力する必要があります。このタブはモバイル端末の [チャットとメッセージ] タブの下部にあります。

-このツールは取引を開いたり変更したりするものではありません。そのため、EAの設定の「共通タブ」で「アルゴ取引」にチェックを入れる必要はありません。

このツールに関する特別なお問い合わせやご質問がございましたら、お気軽にメッセージをお送りください。私はいつでも喜んでお手伝いし、あなたの提案を聞きます。 私が提供するツールの完全なリストについては、私の MQL プロフィール をチェックしてください。    



レビュー 1
SyahrulSulaiman
61
SyahrulSulaiman 2024.05.10 02:43 
 

testing good

おすすめのプロダクト
Indicator measures strength of each currency in your list. Main idea: It simply iterates through all combinations of pairs and adds difference between open and close in percent. Parameters: List of currencies - what currencies will be calculated (maximum is 8) Calculation type - from which data will be strength calculated Calculation data input - used as input related to calculation type Symbol suffix - used in case of suffix on symbols, e.g: when your symbols look like EURUSDm, EURUSDmicro et
FREE
MACD Colored ZeroLag
Farzin Sadeghi Bonjar
4.14 (7)
It is the MQL5 version of zero lag MACD that was available for MT4 here: https://www.mql5.com/en/code/9993 Also there was a colored version of it here but it had some problems: https://www.mql5.com/en/code/8703 I fixed the MT4 version which has 95 lines of code. It took me 5 days to write the MT5 version.(reading the logs and testing multiple times and finding out the difference of MT5 and MT4!) My first MQL5 version of this indicator had 400 lines of code but I optimized my own code again and n
FREE
Double Correlation indicator (free) plots two windowed correlations in a separate window.  the size of window is taken as input before the two symbols to correlate to. Two symbols are taken as an input parameters as well as period length. and the two correlations are computed with the currently shown symbol ex: input GBPJPY and AUDNZD.  current symbol EURUSD then the following will be computed corr(EURUSD,GBPJPY) and corr(EURUSD,AUDNZD) The indicator can be useful to run a multi-symbol pair trad
FREE
TradeQL
Abdiel Aviles Jimenez
The TradeQL Indicator is a customizable tool that highlights specific trading patterns on candlestick charts. Users can define patterns through TradeQL queries, which the indicator then applies to the chart, visually representing matches and captured groups. Ideal for identifying complex trade setups in real-time. TradeQL queries are specified using the TradeQL Language. See https://github.com/abdielou/tradeql for more details. This language is expressed as a regular expression. The language a
FREE
The   "InfoBox"   utility is designed to display the presence of open orders, the number of lots, current profit and much more in one window. The version for the MT4 platform is here . You've probably encountered a situation where you have an advisor that works on a currency pair, but information about its operation: - orders and their number, the size of the spread for the instrument, the volume of lots on the market, drawdown and much more - are scattered in different places of the terminal an
FREE
The Candle Countdown Timer for MetaTrader 4 (also available for MT5) is a vital indicator designed to help you manage your trading time effectively. It keeps you updated about market open and close times by displaying the remaining time before the current candle closes and a new one forms. This powerful tool enables you to make well-informed trading decisions. Key Features: Asia Range: Comes with an option to extend the range. Broker Time, New York, London Time: Displays the current broker time
FREE
Important Lines
Terence Gronowski
4.88 (26)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of
FREE
Introducing a powerful MetaTrader 5 Expert Advisor designed to enhance your trading strategy – the Auto Breakeven EA! This feature-rich EA is tailored to bring your stop-loss to breakeven, ensuring a risk-free trade once the market moves in your favor up to a specified price. Explore the full potential of the Auto Breakeven EA. Download it for free now, and find the download link at the bottom of our page. Elevate your trading experience and take control of your risk management strategy. Happy
FREE
The idea behind this indicator is to find all currency pairs that are over-bought or over-sold according to the RSI indicator at one go. The RSI uses the default period of 14 (this can be changed in the settings) and scans all symbols to find the RSI level you will have specified. Once currency pairs that meet the specification are found, the indicator will open those charts for you incase those charts aren't open and proceed to write the full list of currencies on the experts tab.
FREE
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
This utility keeps a watchful eye on your trading terminals and ensures that you are notified if any of them are disconnected. Simply attach the utility to a chart and connect to a monitoring service who can notify you. We use UptimeRobot for both VPS and terminal monitoring; however, any service supporting heartbeat monitoring can be employed. Many such services offer free plans and various notification methods, such as Cronitor.io
FREE
This non-trading expert utilizes so called custom symbols feature to build custom charts based on history of real ticks of selected standard symbol. New charts imitate one of well-known graphic structures: Point-And-Figure (PnF) or Kagi. The result is not exactly PnF's X/O columns or rectangular waves of Kagi. Instead it consists of bars, calculated from and denoting stable unidirectional price moves (as multiples of the box size), which is equivalent to XO columns or polygonal lines. These Poi
FREE
This information indicator will be useful for those who always want to be aware of the current situation on the account. - More useful indicators The indicator displays data such as profit in points, percentage and currency, as well as the spread for the current pair and the time until the bar closes on the current timeframe. There are several options for placing the information line on the chart: - To the right of the price (runs behind the price); - As a comment (in the upper left corner
FREE
What is this indicator? このインジケーターはMT5のFX検証ソフト「 Knots Compositor 」の 全てのチャートモードに対応したRSI です。 どのチャートモードでも、 チャートに表示されているローソク足で計算して表示します 。 Types of the applied price - Close - Open - High - Low - Median Price (HL/2) - Typical Price (HLC/3) - Weighted Price (HLCC/4) KC-Indicators -   KC-MA   (移動平均線) -   KC-ENV   (エンベロープ) -   KC-BB   (ボリンジャーバンド) -   KC-ADX   (Average Directional Movement Index) -   KC-MACD   (Moving Average Convergence/Divergence) -   KC-RSI   (Relative Strength Index) -   KC-ST
FREE
トレンドキャッチャー: アラートインジケーター付きのトレンドキャッチャーストラテジーは、市場トレンドやポテンシャルなエントリーポイントやエグジットポイントを特定するのに役立つ多目的な技術分析ツールです。動的なトレンドキャッチャーストラテジーを備えており、市場状況に適応してトレンドの方向を明確に視覚化します。トレーダーは、自身の好みやリスク許容度に合わせてパラメーターをカスタマイズできます。このインジケーターはトレンドの識別を支援し、ポテンシャルなリバーサルをシグナルし、トレイリングストップのメカニズムとして機能し、市場への迅速な対応のためのリアルタイムアラートを提供します。 特徴: - トレンドの識別:上昇トレンドと下降トレンドをシグナルします。 - トレンドのリバーサル:ローソク足の色が上昇から下降に変わった場合やその逆の場合に、ポテンシャルなリバーサルを警告します。 - リアルタイムアラート:新しいトレンドの識別に対するアラートを生成します。 推奨事項: - 通貨ペア:EURUSD、AUDUSD、XAUUSDなど... - タイムフレーム:H1。 - アカウン
FREE
Know the Candle Close Time
Benbyaanda Silvere Henri Sedric Kabore
This indicator allows to know the remaining time before the closing of the candle. It works on every timeframe. It is very usefull when your trading strategy depend of the close or the open of a specific candle. So use it like you want. Don't forget to leave a comment or a request for a EA or an indicator. Also spread it to your friends and don't hesitate to visit my profile to see others tools.
FREE
Account Info EA It is a tool that presents on the graph all the positions of the account, and specific information concerning the positions, but also the account. It enables the user to have an image of his account at a glance. Use like any expert advisor. You can't attach it in the same chart with other expert advisor. It does not have the ability to open or manage positions. You can attach it on any chart and any timeframe.
FREE
The indicator identifies when a divergence occurs between price and an indicator or oscillator. It identifies both regular and hidden divergences. Combined with your own rules and techniques, this indicator will allow you to create (or enhance) your own powerful system. Features Can detect divergences for the following oscillators/indicators:   MACD, OsMA, Stochastics, RSI, CCI, RVI, Awesome, ADX, ATR, OBV, Composite index, MFI and Momentum. Only one oscillator/indicator can be selected. Draws
FREE
What is this indicator? このインジケーターはMT5のFX検証ソフト「 Knots Compositor 」の 全てのチャートモードに対応したMACD です。 どのチャートモードでも、 チャートに表示されているローソク足で計算して表示します 。 Types of the applied price - Close - Open - High - Low - Median Price (HL/2) - Typical Price (HLC/3) - Weighted Price (HLCC/4) KC-Indicators -   KC-MA   (移動平均線) -   KC-ENV   (エンベロープ) -   KC-BB   (ボリンジャーバンド) -   KC-ADX   (Average Directional Movement Index) -   KC-MACD   (Moving Average Convergence/Divergence) -   KC-RSI   (Relative Strength Index) -   KC-S
FREE
Free version. Only works on EURUSD. Would you like to have statistics about your trades displayed while you operate? Have you a solid understanding of the symbol you are trading? Do you really know everything you need to about your trading account? Do you need to keep an eye on the local times around the world? Advanced Info Displayer answers to all that. It helps you to know many hidden or hard to find data. Also, it is very convenient if you value statistics and maths. Just to exemplify, in mo
FREE
The TradeHistoryParsing is a utility for working with the trade history obtained from the MetaTrader 5 terminal. The product is based on the " RegularExpressions in MQL5 " library. It allows to quickly get the required data on your trading history. The filtering results are displayed as a table, a summary of mathematical statistics is provided below the table. Working with the tool Export the trade report as an html file and place it into the "sandbox". After that, when launching the EA, speci
FREE
This indicator is especially for the binary trading. Time frame is 1 minutes and exp time 5 or 3 minutes only. You must be use martingale 3 step. So you must put lots size is 10 % at most. You should use Mt2 trading platform to connect with my indicator to get more signal without human working. This indicator wining rate is over 80% but you may get 100% of profit by using martingale 3 step. You should use MT2 Trading Platform to connect meta trader platform and binary platform . You can get mt2
FREE
この小さなツールを使用すると、時間カウンターを分単位で定義できます あなたが設定した分数に応じてポジションをクローズするため。 たとえば、30分に設定した場合、ツールはオープンから30分後に各オープンポジションを閉じます。 設定 アクティブ:ツールをアクティブにして、定義された分数後にポジションを閉じるために使用します。 管理:ツールで管理されるシンボルで選択します。 アカウントのすべてのオープンポジションにシステムを適用する場合は、[ALL CURENCY]を選択します 「この通貨のみ」を選択すると、現在の通貨のみで一時的にポジションがクローズされます。 MINUTE DURATION TRADES:取引期間の分数を選択します。 タイムゾーン: タイムゾーンを定義します。 もしあなたが
FREE
Rainbow MT5
Jamal El Alama
4.33 (3)
Description : Rainbow MT5 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, then this is a signal to buy. When price crosses below MA and MA changes color to red, then this is a signal to sell. The Expert advisor ( Rainbow EA MT5 ) based on Rainbow MT5 indicator is now available here . MT4 version is available here .
FREE
This Tradepanel is an Utility for Traders Who want ot use Basic MoneyManagement for Calculation of Lotsize  I have created the basic edition only to give an Overview with Limited Functionality Full Features are available with  Auto TradePanel  Pro. (This is Only Because it can not be Tested in Strategy Tester ).  Complete Description is available at  "Auto TradePanel Pro".  in This Version Basic Functionality ( Calculation of Lotsize ) open /close Positions is working in the same way as in Pro
FREE
The utility opens copies of open trades. It is very convenient if you use the   Signals   service and want to increase the volume of transactions. Settings: Symbols: all symbols only current symbol Orders: Buy Sell Magic Any Magic Input Magic Lot size Original - lot size from original order; Fix Lot - fix lot size (input); Lot X Mult - lot size X koef; Stop Loss From sender - Stop Loss from original; Without - without Stop Loss; Plus Fix - Stop Loss from original order + fix points; Fix Point
FREE
This indicator will mirror the assets in use in another metatrader, being able to choose the timeframe and a template. This is the Metatrader 5 Client, it needs the Metatrader 4 or 5 Server versions: Metatrader 4 Mirror Chart Server:   https://www.mql5.com/en/market/product/88644 Metatrader 5 Mirror Chart Server: https://www.mql5.com/en/market/product/88652 Details of how it works in the video.
FREE
The indicator analyzes the volume scale and splits it into two components - seller volumes and buyer volumes, and also calculates the delta and cumulative delta. The indicator does not flicker or redraw, its calculation and plotting are performed fairly quickly, while using the data from the smaller (relative to the current) periods. The indicator operation modes can be switched using the Mode input variable: Buy - display only the buyer volumes. Sell - display only the seller volumes. BuySell -
FREE
For full version of this panel Dashboard Trading Made Simple, please re-direct to LINK . It has full functionalities of the paid version, except Demo version only works on W1 time-frame, full version has option for all time-frame Stochastic is not available in demo version, it displays data but not works as filter. TDI momentum indicator is not available in demo version, it displays data but not works as filter. The Alert and send notification function is not available in demo version. The HA re
FREE
PZ Trade Pad MT5
PZ TRADING SLU
4.19 (21)
This simple visual expert advisor allows you to trade easily from the chart. It handles risk management for you and can perform several useful tasks with your existing trades, saving time and making risk-management for each individual trade easier.  [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Trade easily from the chart Trade with precise risk management, hassle free Trade pending order with drag and drop price selection Set SL and TP levels with drag and drop pr
FREE
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.4 (172)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 注意、アプリケーションはストラテジーテスターでは機能しません。 説明ページからデモ版をダウンロードできます  Manual, Description, Download demo ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、
価格が一瞬で変わる可能性のある市場では、注文はできるだけ簡単にすべきだと思いますか? Metatraderでは、注文を開くたびに、開始価格を入力し、損失を止めて利益を得るウィンドウと、取引サイズを開く必要があります。金融市場の取引では、初期預金を維持し、それを増やすために資本管理が不可欠です。それで、あなたが注文をしたいとき、あなたはおそらくあなたがどれくらいの大きさの取引を開くべきか疑問に思いますか?この単一の取引であなたの預金の何パーセントを危険にさらすべきですか?この取引からどれだけの利益を得ることができますか?また、リスクに対する利益の比率はどのくらいですか?トレードサイズを設定する前に、トレードサイズがどうあるべきかという質問に対する答えを得るために必要な計算を行います。 これらすべてを自動的に行うツールがあると想像してみてください。チャートを開き、市場分析を行い、エントリーポイント、ディフェンスポイント(ストップロス)、ターゲット(テイクプロフィット)を水平線でマークし、最後にリスクのレベルを定義します。利用可能な資本の%として、このトランザクションで負担することができ、こ
Local Trade Copier EA MT5
Juvenille Emperor Limited
5 (64)
Local Trade Copier EA MT5 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT5 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT5 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT5 >> ファイル >> データ フォルダを開く >> MQL5 >> Experts フォルダに貼り付けて、ターミナルを再起動し
TradePanel MT5
Alfiya Fazylova
4.86 (115)
Trade Panel は、多機能の取引アシスタントです。 このアプリケーションには手動取引用の 50 以上の機能が含まれており、ほとんどの取引アクションを自動化できます。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモは こちら から。 詳しい手順は こちら をご覧ください。 取引。 ワンクリックで基本的な取引操作を実行できます。 未決の注文とポジションをオープンする 未決の注文とポジションを決済する ポジションの反転(買いを閉じて売りをオープンする、または売りを閉じて買いをオープンする) ポジションをロックする(反対のポジションをオープンすることで、売りポジションと買いポジションの量を等しくします) すべてのポジションを部分的に決済します。 すべてのポジションのテイクプロフィットやストップロスを共通のレベルに設定します。 すべてのポジションのストップロスを損益分岐点レベルに設定します。 注文とポジションをオープンする際に、次のことが可能になります。 確立されたリスクに応じて取引量の自動計算を使用します。 ワンクリックで複数の注文を開きます。 計算された数量
The product will copy all telegram signal to MT5 ( 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 s
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
Trade copier MT5
Alfiya Fazylova
4.37 (27)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位置が失われることはありません。 コピーするシンボルを選択できます。また、受信者のシンボルを置き換えることもできます(例:EURUSD> USDJPY)。 バックコピーをサポートします。 特定の注文のみのコピーを有効にする機能。 取引開始価格の最大差と最大遅延時間を
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャートのスクリーンショットが含まれます 追加の
Pro Arbitrage EA   trades based on Arbitrage Strategy. The strategy is like a scalping technology but on three cross currency pairs at the same time. Each trade basket involves three pairs (all open at the same time) and they will close at once when any desired profit reaches. The strategy has no SL technically because all opened currencies are hedged. SL can happen if high slippages on order execution on the broker side. So the strategy is one of the safest ones in the world. Using the EA : U
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
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   deta
あなたがメンバーである任意のチャネルから(プライベートおよび制限されたものを含む)シグナルを直接あなたのMT5にコピーします。  このツールは、トレードを管理し監視するために必要な多くの機能を提供しながら、ユーザーを考慮して設計されています。 この製品は使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用を開始できます! ユーザーガイド + デモ  | MT4版 | Discord版 デモを試してみたい場合は、ユーザーガイドにアクセスしてください。 Telegram To MT5 受信機は、ストラテジーテスターで動作しません! Telegram To MT5の特徴 複数のチャネルから一度にシグナルをコピー プライベートおよび制限されたチャネルからシグナルをコピー BotトークンまたはChat IDは必要ありません   (必要に応じて使用することができます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナ
DrawDown Limiter
Haidar, Lionel Haj Ali
5 (17)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
OrderManager をご紹介:MT5用の革新的なユーティリティ 新しく設計されたOrder Managerユーティリティを使用して、MetaTrader 5での取引をプロフェッショナルなものにしましょう。シンプルさと使いやすさに焦点を当てたこのユーティリティは、各取引に関連するリスクを簡単に定義し、視覚化できます。これにより、情報に基づいた意思決定が可能になり、取引戦略を最適化できます。OrderManagerに関する詳細は、マニュアルをご参照ください。 [ マニュアル ] [ MT4 バージョン ] [ Telegram チャンネル ] 主な特長: リスク管理:取引のリスクを素早く簡単に定義し、より良い意思決定を行い、取引パフォーマンスを向上させます。 視覚表現:オープンなポジションとそれに関連するリスクをグラフィカルに表示し、明瞭かつ簡潔な理解が可能です。 注文変更:数回のクリックで注文を簡単に変更またはクローズし、取引プロセスを効率化し、貴重な時間を節約します。 手のひらの上の最新ニュース:ボタン一つで最新の市場ニュースに常にアクセスできます。 MT5トレーダーにと
Для оплаты рублями/криптой используйте Webmoney. Задай цели для цены, а для всего остального есть HINN Lazy Trader!   Инструмент предназначен для автоматического набора позиций от заданных уровней к заданным целям. Рекомендуется использовать VPS (*) Разработан для минимизации времени, проводимым за чартом, максимизации охвата торговых идей без необходимости контролировать что-либо. Призван стать идеальным инструментом для делегирования рутины, переложить бремя принятия решения и эмоциональный
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt5 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 mt5 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 extend
Mentfx Mmanage mt5
Anton Jere Calmes
4.43 (7)
The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
取引パネルは注文の管理に限定されています - ボタンを使用して開かれたものと、ユーザーによって開かれたものの両方です。 シンプルで便利なコレクション。 バイヤーを補完します。 Gold Stuff インジケーターと併用することをお勧めします。 単一注文として取引を設定し、距離のあるグリッドを構築します。 標準グリッドを作成するには、10000 などの大きな距離を設定するだけです。 リアルタイム結果はこちらからご覧いただけます。 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!   設定 新しいシリーズを開く - 注文の新しいシリーズのオン/オフの開始。 Lot miltiplier - 次の注文のロット乗数。 TP - ピップで利益を得る。 SL - 最初の注文からのピップ単位のストップロス。 トレイル スタート - トレーリング ストップの有効化。 トレイル ステップ - トレーリング ストップを有効にしたときの価格からの距離。 DD 削減アルゴリズム - 利益のある最後の注文が損失のある最初の注文シリーズでクローズされる場合のドローダウン削減
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Build
-25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types  - Set and forget trading w
ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 当社の取引パネルを使用すると、チャートから直接シングルクリックで取引を実行でき、標準の MetaTrader コントロールよりも 30 倍高速に取引操作を実行できます。 パラメータと関数の自動計算により、トレーダーにとって取引がより速く、より便利になります。 グラフィックのヒント、情報ラベル、取引取引に関する完全な情報はチャート MetaTrader にあります。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。  開閉、リバース、ロックポジションと注文を処理する МetaТrader5 のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takep
The top-selling EAs on the market cost a lot and one day they are suddenly gone. This is because one strategy will not work in the forex market all the time. Our product is unique from all others in the MQL Marketplace because our EA comes with 34+ built-in indicators that allow develop strategies every time.  You build your strategy and keep updating it. If one strategy does not work, simply build another all using only one EA. This is All-In-One EA   in this market place. You can use as trade
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.78 (18)
MT5のトレードコピー機は、МetaТrader5プラットフォームのトレードコピー機です 。 それは間の 外国為替取引をコピーします   任意のは 、MT5 - MT5、MT4 - MT5   COPYLOT MT5版の アカウント (またはを MT4 - MT4   MT5 - MT4   COPYLOT MT4版用) 信頼できるコピー機! MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 МТ4ターミナルでトレードをコピーすることもできます(   МТ4   -   МТ4、МТ5   -   МТ4   ):   MT4のCOPYLOT CLIENT このバージョンには、端末間 МТ5   -   МТ5、МТ4   -   МТ5が含まれ ます。 ディールコピー機は、2/3/10端末間でディール/ポジションをコピーするために作成されます。 デモ口座と投資口座からのコピーがサポートされています。 プログラムは、複数の端末
Grid Manual MT5
Alfiya Fazylova
4.83 (12)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
MT5 to Discord Signal Provider は、Discord へ直接トレーディングシグナルを送信するために設計された、使いやすく完全にカスタマイズ可能なユーティリティです。このツールは、あなたのトレーディングアカウントを効率的なシグナルプロバイダーに変えます。 スタイルに合わせてメッセージフォーマットをカスタマイズ!利便性を考え、事前にデザインされたテンプレートから選択し、メッセージのどの要素を含めるか除外するかを選択できます。 [ デモ ] [ マニュアル ] [ MT4 バージョン ] [ Telegram バージョン ] セットアップ 簡単なセットアップのために、私たちの詳細な ユーザーガイド に従ってください。 Discord API の事前知識は必要ありません。必要なツールはすべて提供されます。 主な特徴 購読者の更新のための注文詳細をカスタマイズ。 ブロンズ、シルバー、ゴールドなど、各レベルで異なるシグナルアクセスを提供する階層的サブスクリプションモデルを実装。 注文が実行されたチャートのスクリーンショットを添付。 これらのスクリーンショットに表
Trade Manager EA for MT5
Odaine Ramon Mcmillan
4.5 (10)
50% Off Today Only! Price Goes Back Up at 11 PM (EST) Marketkeys Trade Manager EA for MT5: Your Pathway to Forex Trading Mastery What Traders Are Saying: "Much better than lots of other trade managers I've tested..." – R Vdr "Saves me time from manually calculating lots sizes and risks...amazing support." – Richard Obi Efficiency and precision are paramount in Forex trading. Marketkeys Trade Manager EA for MT5 offers just that - a seamless interface combined with robust risk management tools
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please DON'T BUY this product before testing or watching my video about it. Contact me for user support & advices! If you've bought this EA, you are entitled to a gift!! MT4 Version  With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading strategies, to profit from ranging markets. Place orders easily and clearly. Display your trades/strategies on the
UTM Manager は、迅速かつ効率的な取引執行を提供する直感的で使いやすいツールです。際立った機能の 1 つは、「スプレッドを無視」モードです。これにより、スプレッドを完全に無視して、ローソク足の価格で取引できるようになります (たとえば、LTF でより高いスプレッドのペアを取引でき、スプレッドによって取引から除外されるのを回避できます)。 UTM Manager のもう 1 つの重要な側面は、独自のローカル取引コピー機であり、各ブローカーで異なる取引戦略と設定 (たとえば、さまざまな TP、BE、およびリスク ルール) を柔軟に実行できます。 取引執行: 迅速かつ効率的な取引執行: チャート上のエントリー価格とストップロス価格をクリックして簡単に取引を入力するか、ワンクリックの固定ストップロスサイズ機能を使用します。 自動ロットサイズ計算: ロットは事前定義されたリスク設定に基づいて計算され、ドラッグによってポジションが変更されると再計算されます。 1 つまたは複数のポジションを同時に処理できる能力。 利益確定と損益分岐点: 柔軟なテイクプロフィット設定: 特定のリスク対報
プライスアクションツールキットEAは主にスカルパー向けに設計されていますが、すべての時間枠で使用して、ストップレベルに基づいて正しく計算されたロットサイズで市場に迅速に参入できます。注文)そして市場が動くにつれてストップを調整して利益を上げます。 使用するすべての機能、設定、およびベストプラクティス戦略の完全なリストについては、ここをクリックしてください:https:// www.mql5.com/en/blogs/post/748072 リスクベースのエントリ クイックオーダーボタンを使用すると、アカウントのリスクの割合に基づいてポジションに移動できます。選択したリスクとストップロスまでの距離に基づいて、ロットサイズが自動的に計算されます。そのため、ブローカーが0.01ロットのサイズ設定を使用できることを確認する必要があります。0.10または1.00のロット増分を使用するように強制された場合、ブローカーは機能しません。 高速取引実行ボタン チャート上にクイックトレード実行ボタンを配置し、トレードを即座に自動的に開いたり、閉じたり、調整したりします。通常のエントリーボタン
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-u
作者のその他のプロダクト
FVG Screener
Konstantinos Kalaitzidis
5 (2)
「FVG スクリーナー」は、ICT によって普及した概念である「公正価値ギャップ」(FVG) を特定し、警告するように設計された無料のユーティリティ ツールです。この EA は、取引で公正価値ギャップを使用するトレーダーによる使用を目的としています。  このパネルは、希望の時間枠を選択するためのシンプルで直感的なインターフェイスを提供し、トレーダーがチャートの時間枠に関係なく特定の時間枠に集中できるようにします。 EA は、市場で不均衡または FVG をスキャンします。FVG とは、基本的に、通貨ペアの現在の市場価格と計算された公正価値との間の不一致です。 FVG が検出されると、EA は視覚化を目的としてチャート上にレベルを描画します。クリックするだけで特定の時間枠の FVG を表示/非表示にできるため、チャート作成の効率性を重視するトレーダーにとって非常に貴重なツールとなります。   使用したいシンボル上に EA を配置したら、チャートの左上隅に表示される 取引パネル を見てみましょう。   M1 FVG を表示: クリックすると、過去のすべての M1 公正価値ギャップが
FREE
ドローダウン プロテクターは、希望する最大日次ドローダウンを管理するために使用されるユーティリティ ツールです。 プロップファームとチャレンジの時代では、 毎日のドローダウン制限を認識することが 非常に重要です 。簡単に株式ドローダウン管理やリベンジトレード防止に効果的なEAです。  入力パラメータ: 取引をブロックする時間は何時間ですか? - ここでは、 デイリー % ドローダウンに違反した後 、EA が新しい取引をブロックする時間を設定します。 値は >0 である必要があります。 次の暦日まで取引をブロックしますか? - はい/いいえ (ダブルクリックして変更します)。ここでは、 上記の入力 (取引をブロックする時間) に関係なく、新しい取引のブロックを新しい暦日 (サーバーのタイムゾーンの午前 0 時) まで行うかどうかを設定します。 この入力が「はい」に設定されており、上記の入力で「取引をブロックする時間」も設定している場合、 2 つのパラメーターのうち 最も早い時間に取引が再び許可されます。 Daily % Drawdown   - ここでは、制限として必要な
ドローダウンプロテクターは、希望する最大日次ドローダウンを管理するために使用されます。これはトレーダー、特にプロップファームのトレーダーにとって非常に価値のあるツールであるため、ドローダウン制限に注意する必要があります。  これは、株式ドローダウン管理の目的で簡単に使用できる効果的な EA です。 これは、変動株式(残高ではなく)が設定した日次損失制限を超えた場合に、新しい取引をブロックし、既存の取引を閉じることによって機能します。また、単一取引の最大損失制限を設定することもできます。これを超えると、次の暦日まで取引がブロックされます。 ユーザーは 3 つのパラメータの値を挿入します。 1 日あたりの損失限度額 (ドル単位): 名目通貨単位の最大損失額 (例として「$」を使用しています)。これは、 口座残高 の名目値で許容される最大ドローダウンです 。これを超えると、EA は翌日まで取引をブロックします。 $での取引ごとの損失制限:  名目通貨での最大損失(例として「$」を使用します)。これは、 単一取引 の名目値で許容される最大ドローダウンです 。これを超えると、EA は翌日ま
リベンジ トレーディング プロテクターは、リベンジ トレーディングの被害に遭う可能性のあるトレーダーにとって、シンプルですが効果的なツールです。私もデイトレーダーなので、リベンジトレードの心理的側面や損失を埋めたいという気持ちは理解しています。 そこで、損失後に忍耐強くなり、不合理な取引決定を下さないように100%確信できるように、私はこのツールを開発しました(私自身も使用しています)。 損失を被った場合、Revenge Trading Protector EA は、 希望する休憩時間が経過するまで、 別の注文   (指値注文、ストップ注文、成行執行注文のいずれか)を開くことができなくなります。 たとえば、午前 10 時 45 分に損失を出し、30 分のタイム ブレークを設定した場合、午前 11 時 15 分より前に設定した注文は EA によって即座にキャンセルされます。再度許可されると、アラートで通知されます。 30 分が経過する前に取引に参加しようとすると、それぞれ通知されます。   追加機能: 最大株式ドローダウンは、希望する最大株式ドローダウンを超えた場合
「スキャルピング スケールイン」は、スキャルピングでは 1 秒を争うため、S/L および T/P の配置を気にせず、固定距離の初期位置でスケーリングしたいスキャルパー向けに設計されたユーティリティ ツールです。 仕組み: EA の入力タブで希望の値を設定します。具体的には、T/P に配置するリスク対報酬、S/L の幅 (ピップ単位) を設定します。また、次の次のストップ注文までの距離 (位置のスケール) です。 MT5 で [買い/売り] を手動でクリックすると、EA が自動的に SL と TP を設定し、同時に新しい逆指値注文を SL と等しい距離 (ピップ単位) で同じ方向に設定します (つまり、買う場合は S/L が 5 ピップス)。 、次の買いストップ注文は、最初のエントリー価格より 5 ピップス上に配置されます)。保留中のストップ注文が約定されると、前のポジションは損益分岐点まで追跡され、S/L が前の取引のエントリーレベルで新しいストップ注文が発注されます。  基本的に、このツールは、積極的な動きを捕捉する均等に分散されたスケールインを利用します。 入力パラメータ
News Filter Protector
Konstantinos Kalaitzidis
5 (1)
ニュース フィルター プロテクターは、ニュース発表でオープンなポジション/注文が残らないように保護するように設計されています。ニュースが予測不可能なボラティリティや損失の拡大を引き起こす可能性がある今日の世界では、このようなツールはカレンダーを再度確認する必要がないため、心の平安に非常に役立ちます。 各パラメータがどのように機能するかを理解するために、EA の 入力 を見てみましょう。 --------------------------------ニュース設定---------------- ---------------- コンマで区切ってフィルターするニュースの通貨 (つまり、USD、EUR、GBP): フィルターで除外するすべての通貨 (MT5 カレンダー ウィンドウに表示されているように) をカンマで区切って入力します (以下でさらに指定したニュースをフィルターで除外できます)。ただし、最初にこれらのニュースに関連するすべての通貨を挿入する必要があります)。 キーワード #1 (フィルターする特定のニュース - 例: 「給与」): 各キーワードに、MT5 カレンダーの説
Revenge Trading Protector
Konstantinos Kalaitzidis
5 (1)
リベンジ トレーディング プロテクターは、リベンジ トレーディングの被害に遭う可能性のあるトレーダーにとって、シンプルですが効果的なツールです。私もデイトレーダーなので、リベンジトレードの心理的側面や損失を埋めたいという気持ちは理解しています。 そこで、損失後に忍耐強くなり、不合理な取引決定を下さないように100%確信できるように、私はこのツールを開発しました(私自身も使用しています)。 損失を被った場合、Revenge Trading Protector EA は、 希望するタイムブレークが経過するまで、 別の注文 (指値注文、ストップ注文、成行執行注文のいずれか)を開くことができなくなります。   たとえば、午前 10 時 45 分に損失を出し、30 分のタイム ブレークを設定した場合、午前 11 時 15 分より前に設定した注文は EA によって即座にキャンセルされます。再度許可されると、アラートで通知されます。 30 分が経過する前に取引に参加しようとすると、それぞれ通知されます。 追加機能: 最大株式ドローダウンは、希望する最大株式ドローダウンを超えた場
「ローソク足パターン取引パネル」は、ローソク足パターンで取引し、パターンを特定して取引を実行するプロセスを 迅速かつ簡単にしたい トレーダーにとって究極のツールです。さまざまだが重要な入力オプションを備えたこのツールは、ローソク足パターンの手動取引を自動化したい人、手動で以前よりも早く取引できるように支援したい人、または単に見たいパターンを知らせたい人に適しています。 EA を使用したいシンボルで EA をアクティブにすると、チャートの左上隅に表示される 取引パネル を見てみましょう。 ライブ取引では時は金なりであるため、パネルはシンプルになり、トレーダーが必要とする可能性のある主要な機能のみを使用するように思慮深く設計されています。 取引禁止 : 安全上の理由から事前にチェックされています。これは基本的に、ローソク足パターンが表示されたときに EA に Arrow オブジェクトのみを表示し、それ以上は表示しないことを示します。 取引する矢印をクリックします: クリックすると、 矢印オブジェクトをクリックするだけで 、パターンが表示されるたびに半手動で取引できるようになります。
アンチグリッドポジションプロテクターは、 ドローダウン回復を期待して負けポジションを増やしたり、意図しないときにヘッジしようとしたりする誘惑からあなたを守るために設計されたユーティリティツールです。 ------------------------入力---------------------------- ---- 損失ポジションのヘッジを許可しますか? - これは true/false 入力 (ダブルクリックして値を切り替える) で、 既存の 負け ポジション (同じシンボル上)で 反対方向 の取引 (未決注文または成行執行のいずれか) を開始することを許可または禁止します。 「損失」ポジションを特定する方法 - 2 つのオプション ( ストップロス と 損益 )。 「ストップロス」を選択すると、実行中のポジションのストップロスが損失領域にある場合、ストップロスが損益分岐点レベルを超えていない限り、このツールでは新しい取引を行うことができません。同様に、「PnL」を選択すると、変動ポジションが利益(> $0)でない限り、ツールは同じシンボルで新しい取引を開始することを許可しま
フィルタ:
SyahrulSulaiman
61
SyahrulSulaiman 2024.05.10 02:43 
 

testing good

Konstantinos Kalaitzidis
971
開発者からの返信 Konstantinos Kalaitzidis 2024.05.10 06:54
Thank you Syahrul! Feel free to suggest any new feature you may consider as important.
レビューに返信