Risk Manager Hotkey Position Sizer

Risk Manager is an MT5 Expert Advisor that opens a market order with a precisely sized lot at the cursor’s vertical level as Stop-Loss, using a single hotkey. Side is detected automatically: SL below price → BUY, SL above price → SELL. Risk is computed in account currency via OrderCalcProfit, so it works correctly on FX, metals, indices, and crypto.


Why traders use it

  • Eliminates mental math and lot calculators.
  • Turns any discretionary setup into a consistent, risk-fixed execution in one keystroke.
  • Removes sizing errors across different symbols and brokers.

How it works (under the hood)

  1. The EA continuously reads your mouse Y-position on the chart and converts it to price using a robust linear mapping built from ChartTimePriceToXY.
    1. Horizontal movements do not change the SL level; only vertical changes matter.
  2. When you press the hotkey (default S), the EA:
    1. Infers the side strictly vs current bid/ask (rejects SL inside the spread).
    2. Computes the SL distance, then the exact loss per 1.0 lot with OrderCalcProfit.
    3. Calculates the position size that corresponds to your RiskPercent and rounds it down to broker step so risk is never exceeded.
    4. Places the market order with SL and TP using the chosen risk-reward (RR).
  3. A compact HUD (top-left via Comment()) shows:
    1. Balance, % risk, risk in currency
    2. Cursor SL price and inferred side
    3. SL distance in pips
    4. Computed lots and Risk/1lot
    5. Entry/SL/TP and status messages (e.g., SL inside spread, Stop < min, Open failed: trade disabled)

Key features

  • Y-only cursor reading: stable SL regardless of X position.
  • Automatic side detection: below price→BUY, above price→SELL.
  • True account-currency risk via OrderCalcProfit (instrument-agnostic).
  • RR toggle: primary RR (e.g., 1:2) or alternate RR (e.g., 1:3).
  • Lot rounding down to volume step; honors min/max volume.
  • Broker constraints respected: stop-level, spread buffer, slippage setting.
  • One-position-per-symbol option.

Inputs

  • SL_Hotkey — Key to fire the trade (default S).
  • RiskPercent — % of balance to risk per trade (default 1.0).
  • RiskReward — Primary risk-reward, e.g., 2.0 = 1:2.
  • RiskRewardAlt — Alternate risk-reward, e.g., 3.0 = 1:3.
  • UseAltRR — If true, uses the alternate RR.
  • OnePositionPerSym — If true, skips if a position on this symbol already exists.
  • SlippagePoints — Max deviation in points for market order.
  • Magic — Expert magic number.
  • ShowHUD — Show/hide the on-chart HUD.
(All other logic is automatic; you do not set direction or lot size manually.)

Usage

  1. Attach the EA to any chart you want to trade; enable AutoTrading.
  2. Move the mouse cursor to the desired SL price level (vertical axis).
  3. Press the hotkey (S by default).
  4. The EA opens the trade with:
    1. Correct side (BUY/SELL) based on the SL location,
    2. Lot size sized to RiskPercent,
    3. SL at cursor level,
    4. TP at RR × SL distance.
Tip: keep the cursor inside the main price pane when pressing the key. If the SL is too close (inside spread or below the broker’s minimum stop distance), the HUD will tell you exactly why it didn’t place an order.

Requirements & limitations

  • Platform: MetaTrader 5 desktop terminal.
  • Keyboard/mouse events are required. MT5 mobile and the built-in MQL5 VPS (headless virtualization) do not forward hotkeys/mouse events. Use a normal Windows PC or a Windows VPS with RDP for 24/7 operation.
  • Symbol must be tradable. If you see Open failed: trade disabled, check the symbol specification (some brokers restrict crypto or require a symbol suffix).

Best practices

  • Keep OnePositionPerSym=true to prevent stacking accidental clicks.
  • Choose SlippagePoints appropriate to symbol volatility.
  • For backtesting or demo videos, display the HUD so viewers can verify risk and lot math.
  • If your broker enforces a large stop-level, place the cursor farther from price so SL clears broker minimum.

Troubleshooting

  • “SL inside spread.” The cursor is between bid and ask; move a bit away.
  • “Stop < min (… pts).” Broker’s minimum stop distance not met; increase SL distance.
  • “Open failed: trade disabled.” Symbol is close-only/disabled/long-only/short-only or wrong symbol name (suffix).
  • Lot is very small. Risk too low for the SL distance and instrument contract size; increase RiskPercent or widen SL.

Compatibility

  • Works on FX, metals (XAU/XAG), indices, crypto, energies—anything your broker exposes—as sizing is done with OrderCalcProfit.
  • Timeframe-agnostic.
  • Honors SYMBOL_VOLUME_MIN/MAX/STEP, SYMBOL_TRADE_STOPS_LEVEL, and price digits.

Risk notice

This tool automates sizing and execution at your chosen SL level. It does not predict markets. Use on demo first, understand your broker’s execution and stop rules, and apply sound risk management.

Changelog

v1.20
  • Y-only price reading using a linear map from ChartTimePriceToXY anchors.
  • Strict bid/ask side inference with spread buffer.
  • Account-currency risk via OrderCalcProfit.
  • Clear on-chart HUD and detailed status messages.
  • Lot rounding down to not exceed risk.

Quick start (1 minute)

  1. Attach EA, enable AutoTrading.
  2. Hover the cursor at the desired SL price.
  3. Press S → order opens with 1% risk and 1:2 RR (defaults).
  4. Set UseAltRR=true for 1:3 (or adjust RiskRewardAlt).

おすすめのプロダクト
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
YenSync
Michael Prescott Burney
1 (1)
YenSync is an advanced trading system for the USDJPY H1 chart, evolving from the core logic of the proven Fuji Wave system. Designed specifically to adapt to the unique rhythm of the USDJPY pair, YenSync emphasizes precise entry timing, trend synchronization, and controlled exposure across varying volatility conditions. This system leverages internal momentum tracking and directional alignment filters to engage with clean, sustained market movements while minimizing reaction to short-term noise.
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (239)
Hamster Scalpingは、マーチンゲールを使用しない完全に自動化された取引アドバイザーです。夜のスキャルピング戦略。 RSIインジケーターとATRフィルターが入力として使用されます。アドバイザには、ヘッジ口座タイプが必要です。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 一般的な推奨事項 最小デポジット$ 100、最小スプレッドのECNアカウントを使用し、eurusd M5 gmt +3のデフォルト設定。 入力パラメータ EAは、4桁と5桁の両方の引用符で機能します。入力パラメータでは、5文字の値をポイントで示し、すべてを4文字で自動的に再計算します。 NewCycle-モードがオンの場合、アドバイザーは停止せずに動作します。モードがオフの場合、一連の取引の完了後、アドバイザーは新しい注文を開きません。 期間インジケーター1-最初のインジケーターの期間。 アップレベル-アドバイザーが売りを開始する最初のインジケーターの上位レベル。 ダウンレベル
Expert TP SL v04 - Professional Trading Assistant with AI Motivation System Advanced manual trading tool with automatic risk management, overtrading protection, and intelligent psychological support for disciplined trading. PRODUCT OVERVIEW Expert TP SL v04 is a comprehensive trading assistant designed for manual traders who want to maintain emotional discipline while automating risk calculations. This isn't just another order placement tool - it's a complete trading psychology system that pr
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
Sonic R Pro Enhanced EA - バージョン 2025 249ドル - 最初の5名様限定! ライブシグナル Sonic R Pro Enhancedのライブパフォーマンスを確認: トレード戦略 Sonic R Pro Enhancedは、Dragon Band (EMA 34とEMA 89) を基にした自動トレード戦略の改良版であり、先進的なアルゴリズムを搭載しています。 タイムフレーム: M15, M30 対応通貨ペア: XAUUSD, BTCUSD, AUDJPY, USDJPY トレードスタイル: スイングトレード - リトレースメント & 逆張り 最低資金: 500 USD レバレッジ: 1:200 以上 ユーザーガイド Sonic R Pro Enhancedはシンプルさを追求しています。設定するのは1つのパラメータ: RiskAmount のみです。 RiskAmount < 0 の場合:口座残高のパーセンテージでリスクを計算 RiskAmount > 0 の場合:1回のトレードあたりの固定リスク金額 (USD) 例: RiskA
Exclusive Imperium MT5 — 自動売買システム Exclusive Imperium MT5 は MetaTrader 5 用のエキスパートアドバイザー(EA)で、市場分析アルゴリズムとリスク管理に基づいています。EAは完全自動で稼働し、トレーダーの介入は最小限で済みます。 注意!購入後すぐにご連絡ください 。設定手順をお渡しします! 重要: すべての例、スクリーンショット、テストはデモ目的のみです。あるブローカーで特定の通貨ペアが良好な結果を示しても、他のブローカーでも同様になるとは限りません。各ブローカーには独自のレート、スプレッド、取引条件があります。したがって、 各通貨ペアはユーザー自身が個別に最適化する必要があります 。実際の口座では 単一通貨モードのみ で稼働させてください。マルチ通貨モードのスクリーンショットは参考例にすぎません。市場環境は変化するため、最適化は少なくとも 年に1回 繰り返すことを推奨します。 重要情報: EAのデモ版は評価目的のみです。最適化なしのテスト結果はアルゴリズムの実際の動作を反映しません。完全な利用には、ブローカー、資金、選
Magic Grid MT5
Aliaksandr Charkes
4.14 (7)
Magic Grid MT5 is a non-indicator Expert Advisor using a grid strategy (on a hedging account). The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically (once at the beginning of the trade).   The robot can trade on any timeframe, on any currency pair, on several currency pairs,
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA w
SolarTrade Suite 金融ロボット: LaunchPad Market Expert - 取引を開始するために設計されています! これは、革新的で高度なアルゴリズムを使用して値を計算する取引ロボットであり、金融​​市場の世界でのアシスタントです。 SolarTrade Suite シリーズのインジケーター セットを使用して、このロボットを起動するタイミングをより適切に選択してください。 説明の下部にある SolarTrade Suite シリーズの他の製品をご覧ください。 投資と金融市場の世界を自信を持ってナビゲートしたいですか? SolarTrade Suite 金融ロボット: LaunchPad Market Expert は、情報に基づいた投資決定を行い、利益を増やすのに役立つ革新的なソフトウェアです。 SolarTrade Suite 金融ロボット: LaunchPad Market Expert の利点: - 正確な計算: 当社のロボットは、高度なアルゴリズムと分析方法を使用して、市場の動きを正確に予測します。 資産を売買するのに最適なタイミングを
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
Scalping bot for the gold/dollar pair (XAU/USD) — a powerful and versatile solution for traders, designed to deliver maximum efficiency in a dynamic market. This bot is specifically engineered for scalping: it analyzes price changes and places trades even before significant market movements begin. This allows it to secure advantageous positions early and capitalize on even the smallest market fluctuations. Key Features: Flexibility: Adapts to any market conditions and suits your trading strategy
!!!The first 10 users are free!!!  Prop Protector — Trading Panel and Risk Management Utility Prop Protector is a utility designed for position sizing and risk management in the MetaTrader 5 terminal. The tool assists in calculating lot sizes based on defined risk parameters and monitoring daily drawdown limits. Key Features: Trading Panel:   Provides an interface for executing market Buy and Sell orders directly from the chart. Lot Size Calculation:   Automatically calculates the required lot s
FREE
Manus Pro
Itumeleng Mohlouwa Kgotso Tladi
MANUS PRO EA The Trading Revolution You've Been Waiting For Are you TIRED of watching other traders make consistent profits while your account bleeds red?   The financial markets don't wait for anyone – and neither should you. MANUS PRO isn't just another Expert Advisor... it's your   TICKET TO FINANCIAL FREEDOM . Why MANUS PRO is Different (And Why Everyone's Talking About It) FOR BEGINNERS: Your Trading Mentor That Never Sleeps Zero Learning Curve   – Install, activate, and watch it wo
Trendline EA MT5
Carlos Oliveira
4.8 (15)
Trendline EA MT5 Trendline EA MT5 は、ユーザーが描画したトレンドラインに基づいて取引アクションの実行やアラートの通知を行う、MetaTrader 5 用の半自動エキスパートアドバイザー(EA)です。 MetaTrader 5 には、トレンドラインから直接取引を発注または管理するための標準機能は備わっていません。本エキスパートアドバイザーは、ユーザー定義のトレンドラインを監視し、価格がそれらと相互作用した際に事前に定義されたアクションを実行することで、プラットフォームの標準動作を拡張します。 本エキスパートアドバイザーは、いかなる取引戦略も定義または適用しません。すべての取引ロジックおよび意思決定は、完全にユーザーの管理下にあります。 追加資料 ユーザーガイドおよびドキュメント MT4 バージョン 機能概要 トレンドラインに基づく取引実行 価格がトレンドラインにタッチ、ブレイク、またはプルバックした際に買いまたは売りのアクションを実行 トレンドラインごとにストップロス、テイクプロフィット、ロット数を設定可能 ローソク足の確定、または価格とトレンドラインの
SmartTrail PRO MT5 — All-in-One Trade Management Panel Your all-in-one trade management companion for MetaTrader 5. SmartTrail PRO takes the stress out of position management. Whether you trade manually or use Expert Advisors, it protects your capital with intelligent, volatility-adaptive stop management — across all symbols, all account types, automatically. Why SmartTrail PRO? Most traders lose not because of bad entries, but because of poor exits. SmartTrail PRO solves this by providing a com
OCN Trade Manager Professional Trade Management for MetaTrader 5 Trading requires precision. A poorly placed Stop Loss, a missed Break Even, or incorrect Take Profit levels can quickly turn a well-planned trade into an avoidable mistake. OCN Trade Manager was designed to solve this problem. This utility helps you manage your trades automatically and with precision directly on MetaTrader 5. Once a trade is opened, the manager applies your predefined rules and helps you maintain a disciplined exec
This utility is designed to automatically maintain a "locking" position and reopen it when necessary, which is suitable for position maintenance and protection strategies. A simple utility (hereinafter referred to as the bot) that implements a locking strategy with an infinitely reloadable locking trade. How the bot works: - When launched, select a buy or sell order with a specified TP - Set the SL parameter for the locking trade - The bot monitors the distance between the opening price of the f
Overview Mirror Signals EA is a powerful monitoring Expert Advisor that automatically sends real-time Telegram notifications for all important trade events on your MetaTrader 5 account. It is engineered specifically for signal providers , trade-copier operators , auditors , educators , and professional trading services that require immediate, detailed, and reliable reporting. Everything from entries, exits, SL/TP changes, comment changes, trailing stop activations, pending order modifications
The Fractal Trend Master is one of the most powerful and sophisticated Expert Advisors on the market, designed to protect traders' capital while maximizing profit opportunities. Based on Bill Williams' renowned methodology, this EA uses three essential technical analysis tools: the Alligator indicator , fractals , and the Gator Oscillator , creating a robust and precise framework for identifying and following market trends. This EA was designed with a focus on advanced risk management and capita
価格でTPとSLを設定 – MT5用自動オーダーモディファイア すべての取引で正確なTPおよびSL価格を自動設定 ️ すべての通貨ペアとEAに対応、シンボルまたはマジックナンバーでフィルタリング可能 このエキスパートアドバイザーは、直接の価格値(例:EURUSDの1.12345)を使用して、取引に正確なテイクプロフィット(TP)とストップロス(SL)レベルを設定および適用します。ポイントもピップスも不要。すべての注文またはシンボル・マジックナンバー別に、シンプルで正確なトレード管理を実現します。 主な機能: 価格を指定して即座にTPおよびSLを変更 すべての注文、現在のシンボル、または特定のマジックナンバーに適用 ️ 0を入力してTPまたはSLを削除 任意のチャートにアタッチすると完全自動で動作 すべての取引商品に対応 おすすめ対象: 素早くTP/SLをコントロールしたい手動トレーダー デフォルトの終了ロジックを上書きしたいEAユーザー 複数のポジションを管理するトレーダー 質問や機能のアイデアはありますか?
RSI Grid MT5
Joseph Anthony Aya-ay Yutig
他のEAを無料で入手!!!他のEAを無料で入手!!!他のEAを無料で入手!!!他のEAを無料で入手!!!他のEAを無料で入手!!! RSIグリッドはRSIの買われ過ぎと売られ過ぎの条件に基づいており、取引が市場の負け側にあるときにグリッドを開きます。 RSIはテクニカルトレーダーに強気と弱気の価格の勢いに関するシグナルを提供し、多くの場合、資産の価格のグラフの下にプロットされます。資産は通常、RSIが70%を超えると買われ過ぎと見なされ、30%を下回ると売られ過ぎと見なされます。 パラメーター: タイムフィルター 月曜日 火曜日 水曜日 木曜日 金曜日 土曜日 日曜日 始まる時間 終了時間 RSI設定 RSI期間 買われ過ぎ 売られ過ぎ 時間枠 資金管理 Autolot 最大ロット 利益を得る グリッドサイズ 乗数 トレーリングオプション トレーリングストップ トレーリングステップ トレイルオフセット ファイルを設定する v1.8GBPUSDセット1 https://youtu.be/a7PfCr1jYXQ htt
Talents ATR Scalper Utility (MT5) The Talents ATR Scalper Utility is a professional-grade trade execution and management tool built for MetaTrader 5. Inspired by the Biblical Parable of the Talents , this utility is designed to help traders multiply their potential with precision risk control, one-click simplicity, and advanced automation. Whether you’re scalping forex, gold, or indices, this tool delivers speed, consistency, and confidence. Key Features One-Click Trade Preview Click below price
Take full control of your pending orders in MetaTrader 5 with a professional-grade order management script designed for precision, speed, and simplicity . If you trade grids, breakouts, news setups, or multi-symbol strategies, you already know how painful it is to manually edit take profits or stop losses one order at a time. This tool eliminates that friction entirely. With this MT5 script, you can apply a single, exact price as a Take Profit or Stop Loss to all pending orders instantly —acros
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
Signals Executor for Telegram is a Utility that allows you to execute and manage positions from messages sent in Telegram Chats. Chat messages are processed to check for the existence of commands, and the command will be executed if its parameters are valid. You need the Telegram Bot Token and Chat Id to configure the input parameters. It is possible to restrict the sending of commands through the User Id, which must be configured in the input parameters. Valid Commands: Buy and Sell: Market or
SkyScraperMT5
Teressa Herlene Thomson
Overview SkyScraper is a sophisticated automated trading system built exclusively for MetaTrader 5. This versatile EA adapts to your trading style on any timeframe (optimized for 3-5 minute charts) and works seamlessly across forex pairs, cryptocurrencies, and metals including gold. Why SkyScraper? Smart Automation That Protects Your Capital Intelligent trade execution with multi-layer risk controls Dynamic position sizing that automatically adjusts to your broker's requirements Adaptive stop l
SwiftEdge Scalper 完全な手動制御を備えたプロフェッショナルティックスキャルピングEA スキャルピングには瞬時の判断、正確なリスク管理、シームレスな注文執行が求められます。価格動向を見ながらブレイクイーブン計算、トレーリングストップ、複数ポジションを管理することは、適切なツールなしでは圧倒されます。 SwiftEdge Scalperは、アクティブなスキャルパーとデイトレーダー向けに設計されたプロフェッショナルなトレーディングアシスタントです。ワンクリックまたはキーボードショートカットで取引を実行し、EAが自動的にブレイクイーブン、トレーリングストップ、ポジション管理を処理します。これは自動売買ロボットではありません — あなたが決定した時のみ取引します。 詳細はこちら: 完全な設定ガイドとドキュメント (English) 期間限定オファー: 最初の50ダウンロードは無料!その後、この製品は有料になります。今すぐダウンロードして無料コピーを確保してください。 主な機能 ワンクリック取引: パネルボタンまたはカスタマイズ可能なキーボードショートカット(B/S/A/C/E/
Mango Scalper
Mahmoud M A Alkhatib
Mango Scalper  is a fully automated scalping robot that uses a very Good and Smart breakout strategy, advanced money management and probabilistic analysis. Most effective in the price consolidation stages that occupy the bulk of the market time. Proven itself on real accounts with an excellent risk-to-reward ratio. Does not need forced optimization, which is the main factor of its reliability and guarantee of stable profit in the future. S uitable for both beginners and experienced traders.  
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (208)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
TradePanel MT5
Alfiya Fazylova
4.86 (148)
Trade Panel は、多機能の取引アシスタントです。このアプリケーションには手動取引用の 50 を超える取引機能が含まれており、ほとんどの取引操作を自動化できます。 注意、アプリケーションはストラテジー テスターでは動作しません。購入する前に、デモアカウントでデモ版をテストできます。デモ版 ここ 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を実行できます: 自動リスク計算を使用して未決の注文とポジションをオープンします。 ワンクリックで複数の注文とポジションをオープンします。 注文グリッドを開きます。 未決の注文とポジションをグループごとにクローズします。 ポジション反転 (買いを閉じて売りを開く、または売りを閉じて買いを開く)。 ポジションをロックします(買いポジションと売りポジションの量を均等にする追加のポジションをオープンします)。 ワンクリックですべてのポジションを部分的にクローズします。 すべてのポジションのテイクプロフィットとストップロスを同じ価格レベルに設定します。 すべてのポジションのストップロスをポジションの損益分岐点レベルに設定します。 注文とポ
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
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 Contact me via private message to receive the User Manual and Setup. * Thai Lauguage Support Available Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading Approac
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
Copy Cat More Trade Copier MT5 (コピーキャット MT5) は、今日の取引課題に対応して設計されたローカルトレードコピーシステムと完全なリスク管理・実行フレームワークです。プロップファームのチャレンジから個人ポートフォリオ管理まで、堅牢な実行、資本保護、柔軟な設定、高度な取引処理の組み合わせで、あらゆる状況に適応します。 コピーシステムはマスター(送信側)とスレーブ(受信側)の両方のモードで動作し、成行注文と指値注文、取引修正、部分決済、両建て決済操作のリアルタイム同期を行います。デモ口座とライブ口座、取引ログインまたは投資家ログインの両方に対応し、EA、ターミナル、またはVPSが再起動してもパーシスタント取引メモリシステムを通じて復旧を保証します。複数のマスターとスレーブをユニークIDで同時に管理でき、ブローカー間の違いはプレフィックス/サフィックス調整またはカスタムシンボルマッピングを通じて自動的に処理されます。 マニュアル/設定  | Copy Cat More MT4 | チャンネル  特別機能: 設定が簡単 — わずか30秒で完了(ビデオをご覧
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus は、MetaTrader 5プラットフォーム上での取引効率と効果を向上させるために設計された高度なトレード管理ツールです。リスク計算、注文管理、高度なグリッドシステム、チャートベースのツール、パフォーマンス分析など、包括的な機能を提供します。 主な機能 1. リカバリーグリッド 逆境の市場環境下で取引を管理するための平均化および柔軟なグリッドシステムを実装します。 取引回復のための戦略的なエントリーおよびエグジットポイントを可能にします。 2. スタックグリッド 強い市場の動きの中でポジションを追加することで、有利な取引での潜在的なリターンを最大化するように設計されています。 トレンド市場で利益を得られるよう、勝ち取引を拡大します。 3. 損益(P&L)ライン チャート上に直接、潜在的な利益と損失のシナリオを視覚的に表示します。 設定を調整し、P&Lラインをドラッグして、実行前にさまざまな取引結果を評価します。 4. バスケットモード 同じシンボルでの複数ポジションの管理を簡素化し、それらを単一の集約ポジションにまとめます。 平均価格に基づいて、ストップロスやテイクプ
Smart Stop Manager – プロレベルの精度でストップロスを自動実行 概要 Smart Stop Manager は Smart Stop ラインナップの「実行レイヤー」であり、複数ポジションを持つトレーダーのために構築された、構造化された信頼性の高い完全自動ストップロス管理システムです。すべての保有中ポジションを継続的に監視し、Smart Stop のマーケットストラクチャー・ロジックを用いて最適なストップレベルを計算し、明確で透明性のあるルールに従ってストップを自動更新します。 単一の銘柄から複数銘柄のポートフォリオ全体まで、Smart Stop Manager は各トレードに規律、安定性、そして完全なリスク可視化をもたらします。感情的判断を排除し、手作業を大幅に削減し、すべてのストップが常に市場構造に基づいた論理的なプロセスに従うことを保証します。 ハイライト マーケットストラクチャーに基づく自動ストップ配置 • Smart Stop ロジックに基づき、各オープンポジションへ最適なストップロスを自動適用します。 ポートフォリオ全体を一目で把握 • 銘柄、方向
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
あなたがメンバーである任意のチャネルから(プライベートおよび制限されたものを含む)シグナルを直接あなたのMT5にコピーします。  このツールは、トレードを管理し監視するために必要な多くの機能を提供しながら、ユーザーを考慮して設計されています。 この製品は使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用を開始できます! ユーザーガイド + デモ  | MT4版 | Discord版 デモを試してみたい場合は、ユーザーガイドにアクセスしてください。 Telegram To MT5 受信機は、ストラテジーテスターで動作しません! Telegram To MT5の特徴 複数のチャネルから一度にシグナルをコピー プライベートおよび制限されたチャネルからシグナルをコピー BotトークンまたはChat IDは必要ありません   (必要に応じて使用することができます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (34)
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端末間でディール/ポジションをコピーするために作成されます。 デモ口座と投資口座からのコピーがサポートされています。 プログラムは、複数の端末バインデ
Smart Stop Scanner – マルチアセット対応の市場構造型ストップロス分析システム 概要 Smart Stop Scanner は、複数の市場にわたるストップロス構造をプロフェッショナル品質で監視するために設計されたツールです。 実際の市場構造、重要なブレイクアウト、価格アクションロジックに基づいて最も意味のあるストップゾーンを自動的に検出し、 高精細(DPI対応)で見やすい統一パネルに表示します。 Forex、ゴールド、インデックス、メタル、暗号資産など幅広い市場に対応しています。 ストップレベルの算出方法 従来型のインジケーターや任意の計算式は使用していません。 代わりに、 ブレイクアウト、より高い高値、より低い安値 といった実際の市場構造イベントを検出します。 ストップレベルはこれらの構造ポイントから直接生成されるため、より自然で信頼性が高く、 実際の市場動向に即したストップ設定が可能になります。 主なハイライト • 高精度のマルチアセット対応 Forex、メタル、ゴールド、インデックス、暗号資産など、幅広い銘柄をサポートし、桁数やティックサイズを自動処
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. Check out Ultimate Extractor Cloud on mql5 for the Cloud version****** Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates detailed HTML reports with inte
TelegramからMT5へ: 究極のシグナルコピーソリューション Telegram to MT5 を使えば、取引がシンプルになります。DLL を必要とせず、Telegram のチャンネルやチャットから MetaTrader 5 プラットフォームに取引シグナルを直接コピーできる最新ツールです。この強力なソリューションは、正確なシグナル実行、豊富なカスタマイズオプション、時間の節約、そして効率性の向上を実現します。 [ Instructions and DEMO ] 主な特徴 直接的なTelegram API統合 電話番号とセキュアコードで認証します。 ユーザーフレンドリーな EXE ブリッジを通じてチャット ID を簡単に管理できます。 複数のチャネル/チャットを追加、削除、更新して、同時に信号をコピーします。 高度なフィルターによる信号解析 例外的な単語 (例: 「レポート」、「結果」) を含む不要な信号をスキップします。 柔軟な SL および TP 形式 (価格、ピップ、ポイント) をサポートします。 価格ではなくポイントを指定するシグナルのエントリ ポイントを自動的に計算します。
ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 当社の取引パネルを使用すると、チャートから直接シングルクリックで取引を実行でき、標準の MetaTrader コントロールよりも 30 倍高速に取引操作を実行できます。 パラメータと関数の自動計算により、トレーダーにとって取引がより速く、より便利になります。 グラフィックのヒント、情報ラベル、取引取引に関する完全な情報はチャート MetaTrader にあります。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。  開閉、リバース、ロックポジションと注文を処理する МetaТrader5 のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takeproft
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
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will n
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
The Expert Advisor is a comprehensive risk manager helping users to control their trading activities. With this tool being a safeguard you can easily configure various risk parameters. When any limit is exceeded, the risk manager can force close opened positions, close other EAs, and even close the terminal to prevent emotional trading that doesn't correspond to your trading strategy. Risk Manager Settings Account Protection Check min equity limit to close all (account currency) - check the min
DrawDown Limiter
Haidar Lionel Haj Ali
5 (20)
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
Custom Alerts AIO:マルチマーケット監視を一括で実現 — 設定不要ですぐに使えるインテリジェントツール 概要 Custom Alerts AIO は、追加のインジケーター設定が不要で、インストール後すぐに利用できる高機能マーケットスキャナーです。FX Power、FX Volume、FX Dynamic、FX Levels、IX Power を内部にすべて統合し、主要なすべての資産クラス(為替、金属、指数、暗号資産)を一括監視できます。MetaTrader の仕様により、株式は個別のシンボルとして追加可能ですが、一般的には利用頻度は低めです。 1. なぜ Custom Alerts AIO を選ぶべきか 追加ライセンス不要 • 必要なすべての Stein Investments インジケーターが内蔵されており、すぐに使用可能です。 • チャートに表示されるグラフィックは省略されており、アラート生成に特化した構成です。 市場を広範囲にカバー • 為替、金属、暗号資産、株価指数に対応(株式は手動追加可能)。 • シンボル名を入力する必要はなく、プロパティで資産クラス
Anchor: The EA Manager A coordination system for traders running multiple EAs. Anchor ensures only one EA can trade at a time, preventing conflicting positions and keeping your portfolio safer. Attach Anchor to any chart. Configure your EAs and their magic numbers. Anchor handles the rest. Built for portfolios. Built for discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite positions on the same candle. Three EA
The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader takes over all the routine chart watching and execution.  Lazy Trader  handles the rest. full description What can it do? - Understands Larry Williams market structure - Understands swing market structure by Michael Huddleston (ICT) / Linda Raschke - Can w
Easy Trade – シンプルかつ強力なスマートトレード管理 Easy Trade は、リスクを適切にコントロールし、スムーズな取引執行を実現したい MetaTrader ユーザーのためのオールインワン・トレードマネジメントソリューションです。 トレーダーの声をもとにゼロから設計された Easy Trade は、複数シンボルの取引を簡単に実行・監視・管理できるようにし、作業フローを複雑にしません。 手動スキャルピングでも、少数のセットアップを管理するポートフォリオでも、Easy Trade は賢明な判断と安定した成果に集中できるようサポートします。 ⸻ なぜ Easy Trade を使うべきか? 精密なリスク管理:固定ロットサイズまたはパーセンテージによるリスク設定が可能。リアルタイムでリスクとリワード情報を確認。 バスケット型トレーリング:複数の取引の利益を監視。目標到達で部分利益を自動確保。 取引の自動記録:各取引をスクリーンショットで記録。ジャーナル記録やパフォーマンス分析に最適。 時限クローズ機能:指定日時での自動クローズ設定が可能。週末前や取引終了時に便利。 カス
Notify To Telegram MT5 Expert Advisor will send notifications via Telegram when orders are opened/modified/closed on your MetaTrader 5 account. Send message to person, channel or group chat.  Easy to customize message.  Support custom message for all languages Support full Emoji.  Parameters Telegram Bot Token - create bot on Telegram and get token. Telegram Chat ID    - input your Telegram   user ID,   group /   channel ID, use comma to input multi chat ID as chat_id_1, chat_id_1 Magic number f
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
Auto Trade Copier is designed to copy trades to multiple MT4, MT5 and cTrader accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from provider to receiver perfectly. This version can be used on MT5 accounts only. For MT4 accounts, you must use Auto Trade Copier (for MT4). Reference: - For MT4 receiver, please download Trade Receiver Fr
TradeMirror は、MT4/MT5プラットフォーム向けに開発されたローカル注文同期ツールで、リアルタイム取引をサポートします。 製品の特長 金融ソフトウェアにおけるセキュリティ・安定性・プライバシー保護の高基準に準拠し、以下の3つの核心領域を最適化しました: 直感的なグラフィカルインターフェースで操作が容易 金融シナリオにおける機密データ分離のための強化されたプライバシー保護 ミリ秒単位の注文同期で信号遅延ゼロを実現 MT4/MT5完全互換、多様な取引環境にシームレス対応 システム監視機能とメール通知による取引安定性管理 主要機能 本製品には以下のプロフェッショナルコピー機能を搭載: 複数アカウント並列接続 リアルタイムメール通知 ロットサイズカスタマイズ 信号フィルタリング機構 逆方向コピーモード テイクプロフィット/ストップロス再設定 無料デモ手順 購入前に以下の手順で全機能を体験可能: ページ内の「無料デモ」ボタンをクリック 「MetaTrader 4/5インストール済み」を確認 ブラウザでMT4/MT5クライアントを起動 プラットフォーム内「エキスパートアドバイザー/マ
フィルタ:
レビューなし
レビューに返信