PropGuard Solo MT5

  • ユーティリティ
  • Kenji Ito
    Kenji Ito
    MetaTrader向けに、口座保護と診断のユーティリティを個人で開発しています。
    題材はすべて、自分の自動売買口座で実際に踏んだ問題です。再起動後に自動売買が黙って無効化される、同居EAの損益で口座全体のドローダウン保護が誤作動する、マジックナンバーが衝突する、シンボルのサフィックス不一致でサイレントに機能不全になる、入金後に基準値がずれる——こうした事故を止めるための道具を作っています。
    各製品には「何をするか」と「何ができないか」を明記しています。私のユーティリティは取引を行わず、収益の主張もしません。ご質問や不具合報告には私が直接お答えします。
  • バージョン: 1.0
  • アクティベーション: 5
PropGuard Solo MT5は、MetaTrader 5用の口座全体損失監視ユーティリティです。1口座上の全シンボル、全マジックナンバー、EAおよび裁量ポジションを対象に、設定した日次・総損失上限を監視します。 本製品は新規取引を行いません。売買戦略ではなく、利益、チャレンジ合格、またはルール違反の防止を主張・保証するものでもありません。 監視する内容 - 復元した日初残高に対する日次損失率。 - 設定したキャンペーン初期残高に対する総損失率。 - 確定取引損益と現在の含み損益。確定取引損益にはprofit、swap、commission、feeを含みます。 - 日次と総損失の独立した警告状態。 - 現在の日境界と永続化されたキャンペーン状態。 日次損失は、選択した日境界以後の確定取引損益と、口座の現在の含み損益から計算します。balance、credit、correction、bonusは取引損益ではなく外部資本移動として扱います。 総損失は、キャンペーン初期残高と、本ユーティリティの初期化後に記録された外部資本移動を補正した現在equityを比較して計算します。 日境界モード - FTMO_CEST_Midnight: 中央ヨーロッパ時間の午前0時を使い、欧州の最終日曜方式でCET/CESTの夏時間を判定します。 - Custom_Server_Time: 利用者が指定したブローカーサーバー時刻の時・分を使います。 第三者prop firmのルールや時刻境界は変更される場合があり、口座プログラムによっても異なります。利用前に最新の定義を確認してください。Strategy TesterでCE(S)Tモードを使う場合、モデル化したサーバーのUTC offsetを手動指定する必要があります。固定offset 1つでは、夏時間切替をまたぐテストを正確に再現できません。 警告と上限到達時の動作 警告閾値の既定値は、各上限の80%消費時です。日次上限5%、総上限10%という既定値では、日次損失4%、総損失8%で警告します。 2つの動作モードがあります。 - AlertOnly: 状態を記録し、警告または上限到達を通知しますが、取引は決済しません。 - AlertAndCloseAll: 日次または総上限への到達後、全保留注文の削除と口座内全ポジションの決済を試行します。失敗または残存したticketには、上限到達状態がラッチされている間、再試行します。 任意のRISK_OFF端末Global Variableは協調シグナルにすぎません。同居EAが同じ変数を読むよう実装されている場合にだけ作用します。本ユーティリティは端末のAutoTradingをOFFにせず、chartを削除せず、他EAによる新規注文を停止しません。 永続状態と表示 chart上の表示には、稼働状態、動作モード、境界モード、day key、現在の日次損失、日初残高、現在の総損失、初期残高、任意のrisk-off変数名が表示されます。 キャンペーンと日次状態は、account login、account serverのhash、StateGenerationで区分した端末Global Variablesへ保存します。日次警告と日次上限到達状態は新しい日境界で解除されます。総損失の警告と上限到達状態はキャンペーン中ラッチされたままです。 stateの欠損、初期残高の不一致、履歴取得不能、口座identity異常がある場合、baselineを黙って置き換えず計測を停止します。計測エラー中は新しい上限到達判定を行いません。すでに永続化された上限到達状態がある場合は、AlertAndCloseAllモードで決済再試行を継続できます。 初期設定 1. 対象口座プログラムの最新の損失定義と日境界を確認します。 2. 同じ口座には1本だけ設置します。設置chartのシンボルや時間足は監視範囲を限定しません。 3. キャンペーン途中で導入する場合は、真のキャンペーン初期残高を入力します。既定値0の自動seedは、保留注文がなく、creditが0で、equityとbalanceが一致するcleanかつflatな口座だけで使えます。 4. 正しい境界モードを選びます。custom境界では、ブローカーサーバーのreset時・分を入力します。 5. 最初はAlertOnlyを使い、表示されたbaseline、損失値、reset時刻を口座提供者の記録と照合します。 6. AlertAndCloseAllを有効にする前に、demo口座で決済動作をテストします。 重要な制限 - 外部の損失上限より低い位置に安全余裕を設けてください。決済は、設定閾値への到達を計測した後にのみ始まります。 - gap、slippage、市場休止、通信断、端末停止、取引制限、stop-out、注文拒否により、決済が遅延または失敗する場合があります。 - 上限到達後も、他EAや裁量利用者は新規注文を送信できます。本ユーティリティは再決済を試みますが、口座がflatな状態を維持できることは保証しません。 - 境界、初期残高、永続stateの設定を誤ると、日次または総損失を誤計測する可能性があります。 - 端末が停止または未接続の間は監視も動作もできません。 - 最初にdemo口座で使用してください。決済モードに依存する前に、複数のブローカー時刻、夏時間切替、hedging/netting口座、決済拒否、再起動のruntime検証が必要です。 技術プロファイル - プラットフォーム: MetaTrader 5 - 範囲: 1口座、全シンボル、全マジックナンバー - 既定動作: 通知のみ - 新規取引: なし - DLL呼出: なし - Web request: なし - 外部ファイル依存: なし - 使用する依存: MQL5標準Trade/Trade.mqh FAQ 新規取引やentry signalを出しますか? いいえ。口座を監視し、明示的に設定した場合に限り、設定上限への到達後に既存ポジションの決済と保留注文の削除を試行します。 決済モードは他EAを停止しますか? いいえ。AutoTradingは無効化しません。任意のGlobal Variableは、それに対応するよう実装されたEAに対してのみ作用します。 どのchartへ設置しますか? 監視範囲は口座全体なので、どのchartにも設置できます。同じ口座には1本だけ設置してください。 InitialBalanceを0のまま使えますか? 保留注文がなく、creditが0で、equityとbalanceが一致するcleanかつflatな口座でのみ使えます。進行中のキャンペーンでは、真のキャンペーン初期残高を入力してください。 PropGuard Solo MT5は監視・対応ユーティリティです。現在の口座ルールに合う設定の選択と、口座・端末・約定環境の監督は利用者の責任です。
おすすめのプロダクト
One Click Trader  is a tool designed for MetaTrader 4 platform, which enables you to take your trading to the next level. It enables you to open, manage and close your trades in simple an efficient way by just one click of your mouse button. "-"   ,  "+"  change OCT window size  Up arrow minimizes the OCT panel Down arrow maximizes the OCT panel Right arrow displays the next panel with additional features Left arrow hides the panel with additional features Red  SELL  button enables you to open s
A simple script that closes all current orders. Terminate once close all positions, so no worries about constantly closing your order. How to use : Drag the script from the navigator to the chart, and it will be activated. Do remember to enable algo trading to use this script. There are different version of the script that can choose whether to close all buy/sell posiitons, if you need this, do contact me in MQL5.
Trade Control Panel Function Normal One Click Function Close All Close All Profit Close All Loss Close All Pending Order Close All Sell Close All Buy Advance One Click Function 1.  Close Partial Lot Sell by Percent It will help you partial close for all open position by desire percent you wanted. No longer partial close one by one for every open position Manual input for desire percent 2. Close Partial Lot Buy by Percent It will help you partial close for all open position by desire percent
Risk calculator for MetaTrader 5. Precision Position Calculator is a MetaTrader 5 utility that helps calculate trade volume based on the risk configured by the user. The panel allows the user to work with Entry, Stop Loss and up to three Take Profit levels directly on the chart. Main description Precision Position Calculator is a utility for MetaTrader 5 designed to help calculate the volume of a trade before opening it. The panel allows the user to configure risk, select the order type, set th
RiskPilot Pro
Mohamed Zein Mohamed Zein Soliman
RiskPilot Pro Plan risk clearly. Execute efficiently. Manage positions from one professional MT5 dashboard. RiskPilot Pro is a visual trade-planning and position-management utility for MetaTrader 5. It helps manual traders define risk before entry, calculate position size, place market or pending orders, and manage open positions from one chart panel. Important: RiskPilot Pro does not generate trading signals and does not choose trade direction. The trader defines the setup and remains responsib
Smart Remote Trade Assistant MT5:MetaTrader 5用Telegram経由リモート取引パネル Smart Remote Trade Assistant MT5は、MetaTrader 5用の高度なパネルです。Telegramから直接、迅速かつ安全に取引をリモートで管理したいトレーダーのために設計されています。 Windows Bridge アプリファイルとチュートリアルを入手 Telegram取引パネルをMT5 EAに接続するためにBridgeファイルが必要です。Windows 10およびWindows 11(64ビット版)、Windows Server 2016以降に対応しています。現在ベータ版のため、特別価格となっております。販売数が10件に達するごとに価格が上昇します。今すぐお求めください! 従来のMQL5パネルは取引ターミナル内でのみ機能しますが、このアシスタントを使えば、スマートフォンの取引アシスタントインターフェース上のボタンをタップするか、チャットのようにコマンドを直接入力するだけで、注文の発注、リスク調整、エントリーパラメー
T Manager, the ultimate trade management solution designed by traders for traders. If you are searching for a simple and efficient trade panel, trade manager, or trade assistant, you are at the right place.   The market contains a diverse number of those tools , but this one is designed by traders for traders . I designed this tool, and I am using it daily. Take my advice and stop buying tools blended with un-useful features that you will never use,   T Manager provides you with the essential y
このツールを使用すると、「すべて閉じる」をクリックするだけで、開いている注文をすべてワンクリックで閉じることができます。 収益性の高い注文のみをクローズしたい場合は、「収益性の高い注文をクローズする」ボタンをクリックすると、すべての変動注文がクローズされます。 変動損失のある注文のみを決済したい場合は、「損失可能注文を決済する」ボタンをクリックすると、変動損失のあるすべての注文が決済されます。 このツールは1年間テストされています. ワンクリックポジションクローズ機能は非常に完成しています. ポジションクローズはタイムリーであり、遅延範囲は小さいです. もちろん、遅延はあなたの地域やネットワーク環境にも関係します.ご注意ください。 履歴データのバックテスト プロセス中、このツールのパフォーマンスはさらに完璧になり、100 件の注文すべてを閉じるのに最長 0.495 秒しかかかりませんでした。 実際の取引プロセス中、私のポジション注文の最大数はわずか 26 で、すべてのポジションが決済されるまでにかかった時間は 1.28 秒でした。
This Expert Advisor monitors all open positions across all symbols in MetaTrader 5. Whenever a Stop Loss (SL) or Take Profit (TP) is manually set or adjusted on any position, the EA automatically applies that value to all other open positions , regardless of symbol or order type (Buy/Sell). This ensures consistent and synchronized SL and TP levels across your account. Perfect for mobile trading via tablet or smartphone!
Forget about enabling templates when you launch the window. Auto Template Master Service  is a professional utility tool that runs as a system service in MetaTrader 5, and it will do it for you. Unlike traditional indicators or expert advisors (EAs), the program runs in the background of the entire terminal and doesn't require you to add it to each window individually. As soon as you open a new chart of any instrument (Forex, Stocks, Crypto), the service immediately detects the new window and a
This utility sends notification to trader’s MT5 (for MT4 version, checkout this link ) mobile app, to remind traders about their open positions. Super useful for part time traders to keep track and not forget any positions. To turn on notification, please visit   this link   (https://www.metatrader4.com/en/trading-platform/help/setup/settings_notifications) Features Keep track on open orders (pending orders, running orders) Customize time to send notification Customize notification interval (se
Telegram to MT5 Pro — 高度なTelegramシグナルコピー機(自動修正・マルチTP・リスク管理・完全トレード管理) Telegram to MT5 Pro — プロフェッショナル Telegram シグナルコピーツール Telegram to MT5 Pro は、TelegramのシグナルをMetaTrader 5アカウントへ自動で直接実行する高性能トレードコピーシステムです。リスク管理、執行、トレード管理を完全に制御できます。 本システムは2つのコンポーネントで構成されています: • MetaTrader 5内で動作するExpert Advisor(EA) • Telegramと接続しシグナルをローカルでEAへ送信するコンパニオンデスクトップアプリ 両方は同じPC上で動作する必要があります。MQL5の制限によりEAはTelegramへ直接接続できません。ブリッジがTelegram処理を担当し、EAが取引を実行します。 サポートとインストール支援 完全なPDFインストール&ユーザーガイドが提供されます。 サポート内容: • 完全PDFユーザーガイド(全設定説明)
Orders Executor
Claudio Aguiar De Aragao
Introducing Orders Executor , your powerful and efficient trading companion designed to seamlessly execute orders directly from a user-specified text file . This innovative trading tool streamlines your trading process, providing a convenient and automated solution for executing trades with precision and speed. Key Features : **Text File Integration:**     Orders Executor is designed to effortlessly read and interpret orders from a plain text file, eliminating the need for manual input. Simpl
Trade Panel HotKey – MT5 Scalping Utility Fast Trade Panel HotKey is a lightweight MT5 trading utility designed for traders who need to open, manage, and close positions as quickly as possible . The main purpose of this tool is to reduce the time between a trading decision and execution. Instead of moving the mouse, opening order windows, or manually modifying multiple positions, most important actions can be performed instantly through customizable keyboard hotkeys or directly from the compact
トレーダーの皆さん、こんにちは!私はあなたの取引アシスタントです。あまり話さないで、私の特技を教えてあげましょう: 1.私はあなたの持倉を管理するのが得意で、あなたがどの端で注文しても、私は最初にあなたに合理的な停止線と移動停止線を加えることができます。 2.私はあなたのために上昇や下落を回避し、原則を守れない人間的な弱点を根源から根絶することができます。 3.最適なポイントでモバイル端末のMT 5クライアントに通知メッセージを送信します。参考にしてください。もちろん、モバイルデバイス内のMetaTrader 5 APP内のMetaQuotes IDをMetaTrader 5クライアントに登録する必要があります-->オプション-->通知-->MetaQuotes IDの編集ボックスに登録し、オープン通知ポイントの決定をチェックしてください。 4.ポリシーテストでの手動シミュレーションのためのダッシュボード練習をよくサポートします。 5.追加のAI支援クライアントスーパーアシスタントプログラムを入手できるように連絡してください。 メモ:このプロジェクトでは、お客様が利益を得ることは約束
Guardian Magic GT
Carlos Eduardo Rivas Istacuy
Guardian Magic GT - Risk Management Expert Advisor for MetaTrader 5 PROTECT YOUR TRADING CAPITAL WITH INTELLIGENT RISK MANAGEMENT Guardian Magic GT is a professional-grade Expert Advisor designed to safeguard your trading operations by implementing sophisticated risk control mechanisms. Whether you run a single bot or manage multiple automated trading systems simultaneously, Guardian Magic GT provides real-time monitoring and automatic position management to ensure your account stays within your
TRADE MANAGER G2 – PRODUCT DESCRIPTION By Ida Bagus Putu Mahardika Trade Manager G2 – All-in-One Trading Panel for Professional Execution & Risk Management Trade Manager G2 is a next-generation trading panel designed to give you full control over order execution, position management, and profit optimization in real time on MetaTrader 5. With a modern card-based user interface and individual TP actions per level, this panel elevates your trading experience to the next level. KEY ADVANTAGES OF
Smart Trade Manager Pro is the ultimate all-in-one trading panel designed to give you complete control over your manual trading. Built for both professional traders and prop-firm challenges (like FTMO), it brings TradingView-style visual planning directly into your MetaTrader 5 charts. KEY FEATURES: 1. Visual Chart Planning (TradingView Style) Plan your trades visually before execution! The EA draws interactive Profit/Loss boxes directly on the chart. Drag the edges of the boxes to seamlessly
Horizontal Line Trade Assistant EA  Semi-Automated Trading Assistant      IMPORTANT :     On the main/purchased program a user can click on the Horizontal line and change it to Buy or Sell, and drag by double clicking on it. Please keep in mind that this option is not available on demo version, due to some restrictions/limitations of Strategy Tester, some Object related operations are not available in the  Strategy Tester. But, it will not prevent you from Testing, please drop an Object to chart
AW Metatrader to Telegram MT5
AW Trading Software Limited
5 (1)
通知を送信するための自動システム。これにより、サブスクライバーが取引端末からの取引イベントを見逃すことはありません。アカウントの取引操作に関する通知をTelegramメッセンジャーに送信するユーティリティ。 テレグラム->ここ/   MT4-   >   ここ でユーティリティをチャンネルに接続するためのステップバイステップの説明 利点: 簡単なセットアップと詳細な手順、 調整可能なスクリーンショットを送信する可能性、 絵文字を使用してカスタマイズ可能な通知テキスト、 完全または部分的な開始、終了、および注文の変更に関する通知の調整、 デフォルトで通知を送信する場合、テキストファイルは自動的にダウンロードされます。 保留中の注文の発注または削除に関する通知の調整、 記号とマジックナンバーによる便利なフィルタリング。 入力変数: TELEGRAM BOT AND CHAT SETTINGS Telegram bot token - Enter the token number received after registering the bot in "BotFather" Telegr
Position Prime
Mariana Cordeiro Neves Fernandes
今すぐ無料デモ版をダウンロードして、購入前にストラテジーテスターのすべてのリスク管理機能をテストしてください! Position Prime は、MetaTrader 5 (MT5) 向けの機関投資家レベルの視覚的実行アシスタントおよびリスクマネージャーです。スピードと精度を求めるトレーダーのために開発され、手動でのロット計算の手間を省き、チャートを真のトレーディングデスクに変えます。ほんの数秒で取引の計画、実行、そして資金の保護が可能です。 ️ リスク管理と自動ロット計算 動的計算 (Dynamic Calculation): リスクを金額($)または口座残高のパーセンテージ(%)で設定します。チャート上でストップロス(SL)のラインをドラッグすると、パネルが正確なロットサイズを自動的に計算します。 リアルタイム予測: 注文を開く前に、リスクリワード(RR)、予想利益、潜在的な損失を画面上で直接視覚化します。 1日の損失ロック (Daily Loss): 1日の最大損失額の制限を設定します。この制限に達すると、パネルが新規取引をブロックし、オーバートレードや感情的なミスから
Expert was built on the basis of Trap . EA can trade in automatic and semi-automatic mode. In automatic mode, it will place pending orders. However, in semi-automatic mode, it will wait for the first manually opened order. It will then go into automatic mode. Before starting work, the expert will download 28 currency pairs:         "AUDCAD","AUDCHF","AUDJPY","AUDNZD","AUDUSD","CADCHF","CADJPY",         "CHFJPY","EURAUD","EURCAD","EURCHF","EURGBP","EURJPY","EURNZD",         "EURUSD","GBPAUD","GBP
One click. Everything under control. SmartTradePanel is a lightweight, fast trade panel for MT5. You trade and manage risk in USD (not pips), place pending orders with visual confirmation, start trailing only when your trigger is activated – and keep your chart clean. The panel always stays in the foreground, is DPI-friendly, and remembers your settings for each symbol. Main functions • One-click trading & closing BUY / SELL Close all BUY / SELL Close only winners / only losers Close HAL
Crash5 EA ,I s a automatic robot that has the level of professional decision when to take a trade without any emotion. The bot will help in your scalping decision making with its own TP (take profit) and SL (stop loss) with the trail stop when in profit. This is a trend based spike catching ,looking on whats happening in real time charts no repainting of any signals. The robot helps in making decisions on the candle stick pattern opened and closed lat price with the help of RSI ,MACD and the EMA
Easy Trade Executor は、MT5向けの高速なポジションサイズ計算、注文執行、およびトレード管理ツールです。 Open Price、Stop Loss、Take Profit レベルをチャート上に直接配置し、自動的にポジションサイズを計算して、数回のクリックだけでリスクを管理しながら取引を開始できます。 なぜ Easy Trade Executor を選ぶのか? Easy Trade Executor は、単にリスク計算を行うだけでなく、チャート上で迅速かつ効率的に取引を管理したいトレーダーのために開発されました。 このツールは、ポジションサイズ計算、注文執行、トレード管理を1つのワークフローに統合し、手動計算やターミナルの複数ウィンドウを頻繁に切り替えることなく、トレードそのものに集中できるようにします。 Easy Trade Executor の主な機能: リスクに基づく自動ポジションサイズ計算; チャート上から直接 Market Order と Pending Order を発注; 自動的なポジション管理のための Trailing Stop; ワンクリックでの決
Risk Control Utility MT5 designed for manual trading. It helps to calculate and control your risks, transfer transactions to breakeven and accompany positions with trailing stop. Easy to set up and use. It can be used for calculating a trading lot, calculating stop loss and take profit levels. Works with currency pairs, CFDs, stocks, indices, futures, cryptocurrencies Displays   volume,   potential loss and profit before   placing an order Ability to set the expiration time of a pending order Tr
Trade manager gtm
Gayan Indika Honnanthara Acharige
GTM Panel   is a   manual   trade panel for MetaTrader 5. It does not generate signals and it does not open a single trade on its own. You decide what to trade and when — the panel places it, protects it, follows it, and closes it in one press instead of ten. It is built around one thing most panels treat as an afterthought:   pending orders . Four independent limit slots sit beside the market scope, each with its own colour, its own price, its own lots, its own SL and TP, and its own line on th
Atlas Trade Desk MT5 Atlas Trade Desk MT5 is a visual trade panel, risk manager and lot calculator for manual MetaTrader 5 traders. Plan market and pending orders directly on the chart, calculate position size from your selected risk, adjust Entry, Stop Loss and Take Profit visually, and manage open positions from one clean dashboard. The tool is built for discretionary traders who want faster order preparation, clearer risk control and safer position management without switching between multipl
Photocopy MT5 is an Copier of transactions through Telegram channel. Will help you instantly publish your trade in Telegram channel or copy trades from Telegram channel. The utility can work in two directions by receiving signals in MT5 and transmitting signals to Telegram   . No more missed deals No more panic Capital Management Ease of use You can use it for: Copying your own deals through Telegram channel (via the Internet); Copying trades from MT5 to MT4 and vice versa. Propagation of signa
Bring the TradingView experience to your MetaTrader 5! Magic Entry Pro is a professional visual trading assistant designed for manual traders, scalpers, and Prop Firm funded traders. It allows you to execute trades with lightning speed, calculate risk automatically, and visually project your Stop Loss and Take Profit zones directly on the chart before you open a position. Tired of manually calculating lot sizes or guessing your Risk-to-Reward (RR) ratio? Magic Entry does it all in seconds! KE
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (216)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
TradePanel MT5
Alfiya Fazylova
4.88 (167)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的にワンクリックで閉じる。 すべてのポジションの利食い(Take Profit)および損切り(Sto
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (146)
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 フォルダに貼り付けて、ターミナルを再起動しま
AstroTrade Trading Assistant AstroTrade is a comprehensive multi-functional trading utility developed for the MetaTrader 5 platform. It integrates essential tools for trade execution, risk management, and technical monitoring into a single unified interface. The application is designed to assist traders in managing their daily operations through a visual and structured environment. Visual Trade Execution and Risk Management The application includes a specialized trading panel that assists in c
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
Telegram to MT5 Multi-Channel Copier は、Telegram チャンネルのトレードシグナルを MetaTrader 5 に自動的に直接コピーします。ボットも、ブラウザ拡張機能も、手動コピーも不要。Telegram でシグナルを受信すると、EA が数秒でターミナル上でトレードをオープンします。 本製品は 2 つのコンポーネントで構成されています:Telegram チャンネルを監視する Windows アプリケーションと、MT5 ターミナルでシグナルを実行するこの Expert Advisor です。MT4 版も利用可能です。 セットアップガイドとアプリケーションのダウンロード: https://www.mql5.com/en/blogs/post/768988 動作原理 Windows アプリケーションは、ボットではなくあなた自身の API 認証情報を使用して Telegram に接続します。つまり、プライベートおよび VIP チャンネルを含む、購読しているあらゆるチャンネル、グループ、トピックを読み取ることができます。シグナルを検出すると、それを解析し
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
Trade copier MT5
Alfiya Fazylova
4.58 (52)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
MetaTrader 5 用のプロフェッショナル取引コピー機 MetaTrader 向けの高速・高性能・信頼性の高い 取引コピー機 です。 COPYLOT は、MT4 と MT5 のターミナル間で Forex 取引をコピーでき、 Hedge 口座と Netting 口座の両方に対応しています。 COPYLOT MT5 版の対応構成: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting MT4 版 完全な説明 + DEMO + PDF 購入方法 インストール方法 ログファイルの取得方法 テストと最適化の方法 Expforex のすべての製品 MT4 ターミナルへのコピーも可能です(MT4 → MT4、MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT は、2台、3台、さらには10台のターミナル間で同時に動作できる、プロフェッ
Premium Trade Manager - コーチ内蔵型トレードパネル Premium Trade Manager は、AIトレーディングコーチをあなたのチャートの中に置き、その下に完全な執行エンジンを備えたツールです。いつも通りにトレードをセットアップし、あなた専任のAIトレーディングコーチ Max にそのセットアップをそのまま読み取らせて、発注前に率直な見解を伝えてもらいましょう。ストップの幅が規律あるアプローチに合っているか、リスクサイズは適切か、高影響のニュースイベントが数分後に迫っていないか、プロップファームの制限に近づいていないか。その下には、クリックの後をすべて処理するエンジンが備わっています。ワンクリックのリスクサイズ計算による発注、チャート上でドラッグして組み立て、発注後も動かせるプラン、最大4段階の分割利確、7種類のトレール方式、リアルタイムのプロップファームコンプライアンス、ニュースガード、そしてコストを自ら採点するスプレッド機能。判断はあなたが下す。Max がもう一度確認する。後のことはすべてパネルが担う。 購入前に実際に触れて試せます。 ブラウザ上でライブ
Timeless Charts
Samuel Manoel De Souza
5 (8)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
Footprint Chart Pro — Professional OrderFlow EA for MetaTrader 5 Version 6.34 | Professional tool for real traders | Institutional-Grade Visualization DEMO USERS - PLEASE SELECT EVERY TICK / REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROLLED OVER PERIOD.
Trade Copier Ultimate
Janitha Sandaruwan Amaradasa Wickramasingha Arachchilage
5 (4)
Trade Copier Ultimate - Telegram to MT5 Signal Copier Trade Copier Ultimate automatically copies Telegram trading signals into MetaTrader 5. The EA can read signal messages, detect the symbol, order type, entry price, Stop Loss, Take Profit levels and selected update commands, then execute or manage the trade in MT5 using your lot and risk settings. It is more than a basic Telegram to MT5 copier. TCU also supports Bot API and user-account Bridge workflows, Discord signal routing, local MT5 to MT
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 * Before purchasing, please feel free to send me a message if you have any questions about the product or setup. ** After purchase,  Contact me via private message to receive t
Global Investing FX Terminal は、MetaTrader 5 向けのオールインワン FX ダッシュボードです——中央銀行政策金利、CFTC COT ポジション、キャリーランキング、経済サプライズ、オプションスキュー、リテールセンチメント、相関まで、合計 13 のアナリティクスパネルを、ちらつきのない単一キャンバス上に表示し、単一の EA から 10 秒ごとに更新します。外部ソフトウェア不要です。 プロの FX 分析には、通常は別々のプラットフォームに分散しているデータへの同時アクセスが欠かせません。レートデリバティブ、政府統計ポータル、ブローカーのスワップ仕様、オプションデスク——このEAはそれらすべてを、実際に売買判断を下すトレーディングターミナルの単一画面に集約します。 ダッシュボードの表示内容 マーケットオーバービュー FX ペアテーブル — G10 全 28 ペアに加え、ブローカーの Market Watch に NOK/SEK クロスが存在する場合はそれも含めた最大 36 ペアのリアルタイム Bid/Ask。各行にはスプレッド、日次・週次変化、pip
Signal TradingView to MT5 Pro Automator TradingViewとMetaTrader 5間の即時プロフェッショナル実行 TradingViewのシグナル(アラート)とMT5での実際の約定を繋ぐ、最も強固なコミュニケーションブリッジで、取引戦略を自動化します。スピード、柔軟性、そして完璧なリスク管理を求めるトレーダー向けに設計されたこのExpert Advisorは、あらゆるアラートメッセージを正確な成行または指値注文に変換します。 強みと利点 ユニバーサルパーシングエンジン(独自技術): あらゆるアラート形式からデータを自動的に認識し、抽出できる高度なテクノロジー。単一の固定フォーマットに制限されることはありません。システムはシンボル(銘柄)、アクション、価格、SL(ストップロス)、TP(テイクプロフィット)を自動的に理解します。 リアルタイム実行: レイテンシ(遅延)を最小限に抑えるよう最適化された、1秒未満の超高速ポーリング技術。シグナルを受信してから数ミリ秒以内に注文が実行されます。 機関投資家レベルのリスク管理: 以下に基づく自動かつ正確
Trading Chaos Expert
Gennadiy Stanilevych
5 (11)
This software has no equals in the world and represents a universal trade "console" covering trading signals, automated market entry, setting of Stop Loss and Take Profit, as well as Trailing Profit for multiple trades at the same time in a single open window. Intuitive control of the Expert Advisor in "three clicks" ensures a comprehensive use of all its functions on different computers, including tablets PCs. Interacting with additional signal indicators that mark the chart to give a real mark
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
Custom Alerts AIO:マルチマーケット監視を一括で実現 — 設定不要ですぐに使えるインテリジェントツール 概要 Custom Alerts AIO は、追加のインジケーター設定が不要で、インストール後すぐに利用できる高機能マーケットスキャナーです。FX Power、FX Volume、FX Dynamic、FX Levels、IX Power を内部にすべて統合し、主要なすべての資産クラス(為替、金属、指数、暗号資産)を一括監視できます。MetaTrader の仕様により、株式は個別のシンボルとして追加可能ですが、一般的には利用頻度は低めです。 1. なぜ Custom Alerts AIO を選ぶべきか 追加ライセンス不要 • 必要なすべての Stein Investments インジケーターが内蔵されており、すぐに使用可能です。 • チャートに表示されるグラフィックは省略されており、アラート生成に特化した構成です。 市場を広範囲にカバー • 為替、金属、暗号資産、株価指数に対応(株式は手動追加可能)。 • シンボル名を入力する必要はなく、プロパティで資産クラス
Trade Dashboard simplifies how you open, manage, and control your trades, with built-in lot size calculation. It allows you to execute trades, manage risk, and control positions directly on the chart, with tools such as partial close, breakeven, and trailing stop. Designed to reduce manual work and help you stay focused on your trading decisions. A demo version is available for testing. Detailed explanations of features are provided within the MQL5 platform. Installation instructions are include
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
Anchor: The EA Manager Your EAs manage their own trades. Anchor manages the account around them. Anchor gives you one place to control your EAs, manage risk and decide when trading is allowed. Any EA, any vendor, any broker or symbol. No source-code changes required. The Problem Most EAs only know what they are doing. They cannot see when another EA is already trading, when several EAs open and are stacking risk or when the account has reached your loss limit. Even using just one EA, it may not
動作デモ版ダウンロード Copy Cat More (コピーキャット・モア) MT5 トレードコピー (Trade Copier) は、ローカルのトレードコピーであり、今日のトレード課題のために設計された完全なリスク管理・執行フレームワークです。プロップファーム (prop firm) のチャレンジから個人のポートフォリオ管理まで、堅牢な執行、資金保護、柔軟な設定、高度なトレード処理の組み合わせによって、あらゆる状況に適応します。 このコピーは、マスター (Master、送信側) とスレーブ (Slave、受信側) の両モードで動作し、成行注文・指値注文、トレードの変更、部分決済、両建て決済 (Close By) 操作をリアルタイムで同期します。デモ口座と実口座、トレード用ログインと投資家ログインの両方に対応し、永続的トレードメモリ (Persistent Trade Memory) システムにより、EA・端末・VPS が再起動しても復旧を保証します。一意の ID により複数のマスターとスレーブを同時に管理でき、ブローカー間の差異は接頭辞/接尾辞の調整やカスタムシンボルマッピングに
VirtualTradePad PRO SE MT5 — MetaTrader 5向けプロフェッショナル取引コントロールセンター VirtualTradePad PRO SE は、 MetaTrader 5 向けのプレミアムなチャートベースの取引パネルであり、トレード管理ワークスペースです。より速い執行、明確なポジション管理、構造化されたトレード管理、視覚的なレベル計画、そしてチャート上で完結するプロフェッショナルなワークフローを求めるトレーダー向けに設計されています。 これは単なる BUY / SELL パネルではありません。PRO SE は、手動取引、予約注文、ポジション管理、部分決済、バスケット損益管理、平均化レベル、ATMルール、シグナル監視、リアルタイム市場情報、ストラテジーテスター (Strategy Tester) ワークフロー、VPS向け運用を、1つの連携されたインターフェースに統合します。 MT4版 | 完全な説明とスクリーンショット | 購入方法 | インストール方法 | ログファイルの取得方法 | テストと最適化の方法 | Expforex のすべての製品 PRO
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
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
作者のその他のプロダクト
Midnight Queen MT4 Midnight Queen MT4 は MetaTrader 4 用のナイトセッションEAです。アジア時間帯に平均回帰方向のエントリーを探し、固定の決済ルールでポジションを閉じます。 取引の内容 通貨ペア: EURGBP 時間足: M5 取引時間帯: ブローカー時間 21:00〜07:00 エントリー: ボリンジャーバンドとRSIを組み合わせた平均回帰方向 全ポジションに損切りを設定して発注します マーチンゲール、グリッド、ナンピンは行いません フィルター: ニュース、スプレッド、スリッページ上限 入力プリセットを2種類同梱しています。2つ目は取引回数が増える設定で、利益も損失も大きくなります 動作環境 MetaTrader 4 スプレッドの狭い口座。ナイトセッション戦略はスプレッド拡大とスワップの影響を受けやすい設計です 取引時間帯が夜間のため、VPSまたは常時稼働の環境 リスクについて 本商品は利益を保証しません。外国為替取引には資金を失うリスクがあります。結果はご利用のブローカー、スプレッド、スワップ、スリッページ、約定品質、相場環境によっ
フィルタ:
レビューなし
レビューに返信