TradeMngrMT5

TradeManager 1.0 is an Expert Advisor for MetaTrader 4 y 5 that streamlines real-time trade management. Through a graphical control panel, you can send market and pending orders, move stop losses to breakeven, and automatically calculate position size based on your risk settings. Below is a comprehensive overview of its features and input parameters.


Key Features

  1. Market Orders & Pending Orders

    • BUY/SELL Buttons: Instantly open long or short positions at market.

    • BUY STOP / SELL STOP / BUY LIMIT / SELL LIMIT Buttons: Draw interactive horizontal lines on the chart for entry, stop loss, and take profit. Adjust visually, then confirm with “PLACE PENDING ORDER” to submit the pending order.

  2. Risk Management and Auto Lot Sizing

    • RiskType: Choose how the lot size is determined:

      • Lots: Use a fixed lot size ( FixedLots ).

      • Percentage: Calculate lot size as a percentage of account equity or a base amount.

    • AmountForCalculation: Select the base used for risk calculations:

      • CurrentBalance (live account balance)

      • BaseAmount (a fixed value entered in TotalAmountInMoney )

    • RiskPercent: When RiskType=Percentage , specify the percentage of the account to risk per trade (e.g., 1.0 for 1 %).

    • RiskReward: Defines the Risk:Reward ratio. For example, if RiskReward=3.0 and SL is 50 pips, TP will be 150 pips.

    • CalculateAdjustedLotSize: Computes the optimal lot size to risk the specified amount (fixed or percentage), respecting the broker’s minimum/maximum volume rules.

  3. Configurable Stop Loss and Take Profit

    • StopLoss (in points): If > 0, the EA calculates the SL price as EntryPrice ± StopLoss * _Point .

    • When both StopLoss > 0 and RiskReward > 0 , the TP is computed as EntryPrice ± (StopLoss × RiskReward) × _Point .

    • The EA automatically enforces minimum distance requirements ( SYMBOL_TRADE_STOPS_LEVEL and SYMBOL_TRADE_FREEZE_LEVEL ) before sending any order to satisfy broker constraints.

  4. “BREAKEVEN” Button

    • Clicking “BREAKEVEN” loops through all open positions for the current symbol with the specified MagicNumber , then moves each SL to OpenPrice ± 1 pip (depending on BUY or SELL), provided the trade is in profit and meets the broker’s minimum distance.

  5. Quick-Close Buttons

    • CLOSE THIS: Closes all open positions for the current chart’s symbol (filtered by MagicNumber ).

    • CLOSE ALL: Closes all open positions on all symbols (filtered by MagicNumber or closes everything if MagicNumber=0 ).

    • CloseDeletePendingOrders: When set to true , both “CLOSE THIS” and “CLOSE ALL” also delete any pending orders that share the same MagicNumber .

  6. Adjustable Magic Number

    • MagicNumber: Uniquely identifies orders and positions belonging to this EA. Allows running multiple instances of TradeManager on different charts or symbols without interference.

  7. Intuitive Graphical Interface

    • A pop-up panel titled “TradeManager 1.0” appears on the chart with color-coded buttons (red for closes, blue for market orders, fuchsia/blue for pending orders, yellow for breakeven).

    • Pending order setup objects (horizontal lines and labels) are drawn live on the chart; simply drag to adjust prices before confirming the order.


Variable Description Example Value
RiskType    Lot sizing method. Lots = fixed lot; Percentage = percentage of account. Percentage
AmountForCalculation    Base for risk calculation. CurrentBalance = real-time account balance; BaseAmount = fixed amount ( TotalAmountInMoney ). BaseAmount
TotalAmountInMoney    The fixed base amount (in account currency) used for risk calculations when AmountForCalculation=BaseAmount . 100000.0
FixedLots    Fixed lot size (if RiskType=Lots ). 0.05
StopLoss    Stop loss in points for automatic SL and TP calculation (0 = disabled). 200
CloseDeletePendingOrders    If true , the close-buttons will also delete any pending orders; if false , they close only active positions. true
MagicNumber    Unique identifier to tag orders/positions created by this EA. 777665
RiskPercent    Percentage of the account to risk per trade when RiskType=Percentage (1.0 = 1 %). 1.0
RiskReward    Risk:Reward ratio. E.g. 3.0 to target a 1:3 reward. 3.0
PendingOrderOffsetPoints    Initial distance (in points) from the current price for placing BUY/SELL STOP/LIMIT orders. 200


How to Get Started

  1. Installation & Attaching

    • Copy the compiled file TradeManager.ex4  into ...\MQL5\Experts\ .

    • In MetaTrader 5, drag “TradeManager 1.0” onto a chart or right-click → “Expert Advisors” → “Add to Chart”.

  2. Configure Inputs

    • In the Inputs tab of the Properties window, set:

      • RiskType (Lots or Percentage) depending on whether you want fixed lots or percentage-based sizing.

      • AmountForCalculation to choose between using live equity or a fixed base amount ( TotalAmountInMoney ).

      • Adjust RiskPercent , RiskReward , StopLoss , FixedLots , and MagicNumber as needed.

  3. Use the Control Panel

    • BUY/SELL: Open immediate market orders with SL and TP calculated per your settings.

    • BUY STOP / SELL STOP / BUY LIMIT / SELL LIMIT: Initiate pending order setup, drag the lines on the chart to your desired price levels, and then click “PLACE PENDING ORDER” to send the order.

    • BREAKEVEN: Move the SL of all open positions on this symbol to breakeven (+1 pip) once they are in profit.

    • CLOSE THIS: Close all open positions for the current symbol and (optionally) delete pending orders if CloseDeletePendingOrders=true .

    • CLOSE ALL: Close all open positions on all symbols and (optionally) delete all pending orders.


Benefits of TradeManager 1.0

  • Speed & Precision: Open or close trades with a single click—no need to manually type orders.

  • Integrated Risk Management: Auto-compute position size based on your capital and specified risk.

  • Visual & Interactive: Configure pending orders by dragging lines directly on the chart, viewing SL, TP, and risk information in real time.

  • Multi-Instance Friendly: Use different MagicNumber values to run independent instances of TradeManager on multiple charts or symbols.

  • Broker-Compliant: Automatically respects minimum stop and freeze-level requirements, avoiding order rejections.




おすすめのプロダクト
This tool will perform Trailing stop loss and Break even management for orders. Helps you limit or reduce the time spend watching orders on the screen, especially when you need to go to sleep. Just add this EA to 1 chart, you can manage all pairs. You can filter orders by comment, magic number, symbol and order ticket number. When Breakeven it can add shift/offset pips (to cover the commission...). You can try in strategy tester before purchase. The EA will add Buy and Sell alternately, so you
Equity Shield Pro 1.1 NEW VERSION  Equity Shield Pro 1.1 is a powerful utility EA designed to safeguard your trading account by actively monitoring and enforcing equity protection and profit management rules. Whether you’re trading personal accounts or working through proprietary firm challenges, this EA ensures strict adherence to risk and profit targets, enabling you to maintain discipline and consistency. Fully compatible with all challenge types, Equity Shield Pro 1.1 is specifically craft
You can change the time period of the chart at the touch of a button. You can also change multiple charts at the touch of a button. You can also change multiple charts at the touch of a button,   saving you the trouble of changing time periods. We are live-streaming the actual operation of the system. Please check for yourself if it is usable. Please check it out for yourself. https://www.youtube.com/@ganesha_forex We do not guarantee your investment results. Investments should be made at you
SLTPSetter
Raphael Djangmah Osro Agbo
SLTPSetter - StopLoss Take Profit Setter HOW DOES IT WORK? Risk and account management is a very critical aspect of trading. Before entering a position, you must be fully aware how much you will be willing to loss both in percentage and value. This is where SLTPSetter gets you covered.  All you need to do is attach the indicator on the chart and PRESS BUY OR SELL automatically, all parameters needed for placing the trades will be provided at the top left corner of the screen. Feel free to adjust
自動ロット・リスク管理付きワンクリック取引パネル Quick Trade Panel Pro は、リスクを完全にコントロールしながら素早く注文を執行したいトレーダーのために設計された直感的な取引パネルです。 主な機能 利用可能証拠金の割合に基づいてロットサイズを自動計算 ポイント単位で設定可能なストップロス、各取引に自動適用 一連の取引中はロットサイズをロックし、一貫したポジションサイズを確保 スマートヘッジシステム ヘッジモードで既存取引と反対方向のポジションを開くことが可能 独立したヘッジ割合(50%、100%、200%以上) 方向ごとの取引制限で精密なコントロール 自動利益保護 Auto Secure :一定の利益に達するとストップロスを損益分岐点に移動 Trailing Stop :価格を追従して利益を保護しながら、勝ちトレードを伸ばす 両システムを併用して最適な保護が可能 モダンでシンプル、プロフェッショナルなインターフェース リアルタイム表示:最大ロット、最終ロット、ヘッジロット 制限に達するとBUY/SELLボタンが自動的に無効化 シンボルとマジックナンバーごとに
SwiftEdge Scalper 完全な手動制御を備えたプロフェッショナルティックスキャルピングEA スキャルピングには瞬時の判断、正確なリスク管理、シームレスな注文執行が求められます。価格動向を見ながらブレイクイーブン計算、トレーリングストップ、複数ポジションを管理することは、適切なツールなしでは圧倒されます。 SwiftEdge Scalperは、アクティブなスキャルパーとデイトレーダー向けに設計されたプロフェッショナルなトレーディングアシスタントです。ワンクリックまたはキーボードショートカットで取引を実行し、EAが自動的にブレイクイーブン、トレーリングストップ、ポジション管理を処理します。これは自動売買ロボットではありません — あなたが決定した時のみ取引します。 詳細はこちら: 完全な設定ガイドとドキュメント (English) 期間限定オファー: 最初の50ダウンロードは無料!その後、この製品は有料になります。今すぐダウンロードして無料コピーを確保してください。 主な機能 ワンクリック取引: パネルボタンまたはカスタマイズ可能なキーボードショートカット(B/S/A/C/E/
MANAGING YOUR FOREX TRADING LIKE A PROFESSIONAL WITH   POSITION SIZE   CALCULATOR Position Size Calculator – an MT5 indicator, is a user-friendly tool that allows you to determine your required forex trading size for each trade based on how much you want to risk and available capital in your forex trading account. Load the calculator onto your chart and simply draglines to show your stop loss and take profit level. The calculator will automatically calculate the trade size instantly. This indica
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
EasyTradePad – MetaTrader 5用取引パネル EasyTradePadは 、手動および半自動取引のためのツールです。パネルでは、注文とポジションを迅速に管理できるほか、リスク管理の計算もワンクリックで行えます。 パネルの機能: 事前に定義されたリスク(%または預金通貨)で取引を開始および終了します SLとTPをポイント、パーセンテージ、または金額で設定します リスクと報酬の比率を自動計算 損切りを損益分岐点に移動する 部分的なポジションのクローズ トレーリングストップ(ポイントまたはローソク足の影による) ポジションの平均化とピラミッディング アクティブな取引のパラメータを変更する [   デモ ] [   説明 ] 追加機能: ピラミッド化 価格がテイクプロフィットに近づくにつれて、段階的に取引を追加します。新規取引ごとのリスクを軽減できます。追加する取引数は簡単に設定できます。 平均化 チャート上のカスタムレベルで追加注文を出すことができます。ポジションは平均エントリー価格で決済されます。 損益分岐点移転 価格が指定された利益幅に達した後、ストップロ
Smart TP SL Manager Smart portfolio-level TP/SL management with intelligent position distribution Overview Smart TP SL Manager manages take profit and stop loss for your entire portfolio instead of individual trades. Set total TP/SL in USD and let the EA automatically handle all positions with precise, weighted calculations. Key Features Portfolio-level TP/SL in USDReal-time combined P/L monitoring Auto close all positions at target Weighted average SL/TP calculation Auto-update when new posit
FREE
Risk Manager Pro MT5 プロフェッショナルなアカウント保護およびリスク管理システム Risk Manager Pro MT5は、アカウントを自動的に保護し、過剰取引を排除し、制御不能な損失をブロックするように設計された高度なエキスパートアドバイザーです。 あらゆる戦略、ロボット、または手動取引と互換性のあるリスク管理により、日々の取引における規律、セキュリティ、一貫性を確保します。 トレーダーのメリット 設定された指標(日次ストップロス、利益確定、または取引限度額)に達すると、その日の取引をブロックします。 自動的に資金を保護します。 感情的な判断を排除します。 取引に真の規律をもたらします。 ドローダウンを軽減します。 口座の寿命を延ばします。 コンピューターの前にいないときでも動作します。 主な機能 スマートデイリーストップロス - 資金保護 残高の%または固定値で、1日の損失を制限します。 当日の初期残高に基づいて計算します。 限度額に達すると、自動的に取引をブロックします。 デイリーテイクプロフィット - 利益保護
リスクベースのポジション管理機能を備えたトレードマネージャー このエキスパートアドバイザーは、MetaTrader 5チャート上でのポジションの計画、管理、コントロールを支援するために設計された、手動のトレード管理ツールです。 本製品は、取引シグナルを生成したり、独自の取引判断を行ったりすることはありません。すべてのエントリーは、ユーザーまたは他のエキスパートアドバイザーによって手動で開始されます。このツールは、ポジションサイジング、取引管理、および執行支援に特化しています。 主な機能 事前定義されたリスク量に基づく手動ポジションサイジング エントリー価格とストップロスを使用した自動ロット計算 エントリー、ストップロス、テイクプロフィットレベルを視覚的に確認できる取引プランニング パーセンテージベースの目標値を使用した部分決済管理 オープンポジションの損益分岐点設定機能 手動でオープンしたポジションとの同期 同一銘柄における複数のオープンポジションのサポート アクティブな取引に影響を与えることなく、時間枠の変更を安全に処理 重要なアクションを音声で通知するオプシ
FREE
Symbol Manager or Grid Manager, designed to group orders into one position (by Symbol or by Magic Number). This utility will be useful to multi-currency traders (many EAs), who can have multiple orders on several pairs. You will be able to see the total number of lots, the total profit, and set virtual stop loss and virtual take profit. To set a real TP (or SL), you must first set the virtual value, and then enter the command in this cell: "set". If you want to set real TP/SL for all orders at
One Click Trading – Auto TP SL Developer TraderLinkz Version 1.00 Category Utility What it does Adds missing TP and SL to your manual trades and pending orders Sets them once per ticket Lets you move TP and SL afterward Works on hedging and netting accounts Scans on every tick and reacts on trade events Why you want it You place faster entries You get consistent risk and exit targets You reduce fat finger errors You keep full manual control Quick start Attach the EA to any chart Keep TP and SL e
FREE
Trade Assistant 38 in 1
Makarii Gubaydullin
4.91 (23)
多機能ツール:ロット計算、グリッド注文、R/R比率、トレードマネージャー、サプライ&デマンドゾーン、プライスアクションなど デモ版   |   ユーザーマニュアル トレードアシスタント   はストラテジーテスターでは動作しません :   こちらからデモ版をダウンロード  して ユーティリティ をテストできます。 ご質問、改善のご提案、バグ発見の場合は ご連絡ください MT4版が必要な場合は こちら から入手できます トレード   プロセス を簡素化、高速化、自動化。   ダッシュボード で標準端末の機能を拡張。 トレードパネルは  あらゆる取引商品で動作:外国為替、株式、インデックス、暗号通貨など。 1. 新規トレードの実行 :ロット / リスク / R/R計算 :手動トレードのためのリスク管理 ロット計算機(リスクサイズに基づく取引量計算) リスク計算機(ロットサイズに基づくリスク額) リスクリワード   比率 グリッド注文:  + 動的間隔オプション、スプリットロットオプション 注文のアクティベーショントリガー、+ バイストップリミット / セルストップリミット 仮想SL、仮想
Lot Size Calculator Advanced – ドローダウン残高付きのポジションサイジングツール このロットサイズ計算ツールは、選択されたリスクパーセンテージとストップロスまでの距離に基づいています。また、トレードごとに追加のリスク量を設定する新機能も備えています。このアプローチは、リスクの増加をすぐに倍増させるのではなく、時間をかけて分散させることで、ドローダウンをスムーズに管理するのに役立ちます。これにより、より良いコントロールと安全なリスク管理が可能になります。FX、貴金属、指数、コモディティ、および暗号通貨の取引向けに設計されています。 主な特徴 口座残高と選択したリスクパーセンテージに基づくポジションサイジング 視覚的でクリック可能なボタン:成行注文と指値注文モード 視覚的な取引レベル:チャート上のエントリー、ストップロス、テイクプロフィットライン 視覚的なリスクリワード比率の表示 ストップロスまでの距離に応じて自動的にロットを調整 パネルに視覚的に表示される損益値 使い方 インジケーターをチャートにアタッチします。 入力設定でリスクパーセンテージを選択します。
More stable MetaTrader 4 version is available here:  Lot Calculator Tool . This tool helps you to automatically calculate and manage risk, conveniently place orders visually, schedule orders, trail stops, move them to break-even and more. Features Place market or pending orders using draggable lines Schedule orders Calculate and limit risk using various methods See current spread See time till next candle Set custom order comments Trail stops Move stops to break-even See order profit/loss in p
TP SL Bot MT5
Ruslan Brezovskiy
5 (1)
TP SL Bot is a utility that automatically sets Stop Loss and Take Profit for newly opened orders in several ways. There is also a function for calculating the volume that you need to open the trade to get the desired amount with the specified Stop Loss / Take Profit size. There are several options for calculating the size and setting parameters: 1. Setting based on the amount specified by the user as a percentage of the current deposit balance. 2. Setting as the amount entered by the user. 3. Se
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
'Quick Close Panel' is an easy to use interface for managing orders. It has a button for closing all winning trades on the current chart, a button for closing all losing trades and another button for closing   all running trades (Losing and Winning)   on the current chart. It is very responsive and quick to execute operations due to the effective time complexity of the algorithm used in the  program.  Vist this link to download demo:  https://www.mql5.com/en/market/product/62901?source=Site+Mark
Automatic TP and SL
Dushshantha Rajkumar Jayaraman
TradeGuard    by Chart Walker TradeGuard is a MT5 Expert Advisor (EA) designed to enhance your trading experience by automating key aspects of trade management. This EA excels in efficiently managing Take Profit (TP) and Stop Loss (SL) levels, offering a seamless and intelligent approach to trailing stops. One of TradeGuard's standout features is its Smart Trailing Stop, which dynamically adjusts the trailing distance based on market conditions. This adaptive approach helps maximize profits dur
This EA is there to take your trade closing stress away. Quickly close as many trades as you have opened at the click of a button, INCLUDING PENDING ORDERS. This works on the MT5 platform whether it be currencies, Indices, stocks or Deriv synthetic indices. I have saved it under utilities as it is a utility, however, to install this, you have to save the file in you "EA" folder. That is; Go to "File", then "Open Data Folder", "MQL5" and then "Experts". Paste this file there. Restart MT5 and you'
One tool to protect all your EAs — news filter, equity protection, time filter and more — free demo available Take a Break has evolved from a basic news filter into a comprehensive account protection solution. It pauses your other Expert Advisors during news events or based on custom filters. When trading resumes, it automatically restores your entire chart setup , including all EA settings. Typical use cases: One news filter for all your EAs. Pause trading during news or high volatility — and c
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
Nebula Trading Manager
Sina Mohammadamin Shahriari Moghadam
This expert advisor named   TradeManager   provides a manual trading management panel in MetaTrader 5 that allows precise control over open positions. It is designed for traders who want dynamic management of Stop Loss (SL), Take Profit (TP), Break Even (BE), and Partial Close functionality. Key Features: Dynamic Trade Management : Manually set or drag-and-drop SL, TP, and BE levels. Supports partial closing at different profit levels (1:1, 1:1.5, 1:2). Automated Drawing : Automatically draw
Trading panel for manual trading. Has a fairly wide functionality. Allows you to automatically calculate the order size, open both market and pending orders. It has a wide range of options for closing orders, it is possible to partially close orders, close orders after reaching a certain profit or loss, separately close profitable and unprofitable, buy and sell, as well as pending orders. The panel also contains a simple implementation of a grid of pending orders, reverse and lock functions, tr
OneClick Trade Panel v1.0 — MT5 Expert Advisor Professional On-Chart Trading Panel with Built-in Risk Calculator What Is It? OneClick Trade Panel is an all-in-one trading panel that sits directly on your MT5 chart. It replaces the default MT5 one-click window with a full-featured interface combining: order execution, automatic lot calculation, visual SL/TP planning, position monitoring, and batch close operations. Built for speed. Built for risk control. No DLLs, no external dependencies. Key Fe
One Click Trader Utility MT5
AL MOOSAWI ABDULLAH JAFFER BAQER
One-Click Trader Utility for MT5 Professional Trading at Your Fingertips One-Click Trader Utility is a premium MT5 tool designed for active traders who need lightning-fast execution and real-time performance metrics. For just $30, transform your trading experience with institutional-grade technology previously available only to professional traders. Key Features Ultra-Fast Execution - Open and close positions with a single click, critical for scalpers and news traders Real-Time Market Metrics -
Auto SL TP MT5
KEENBASE SOFTWARE SOLUTIONS
5 (2)
KT Auto SL TP は、手動で発注された注文を検出すると、自動的にストップロスとテイクプロフィットを設定します。市場注文、指値注文、逆指値注文に対して同時にストップロスとテイクプロフィットを簡単に設定できます。 機能 1つのチャートからすべてのアクティブな通貨ペアにストップロスとテイクプロフィットを設定可能。 ステップ付きのトレーリングストップ機能を搭載。  市場注文および未決注文(指値・逆指値注文)にも対応。 チャート上に情報テキストを表示。 入力パラメータ 現在の通貨ペア:   現在の通貨ペア/チャートにのみストップロスとテイクプロフィットを設定。 すべての通貨ペア:   すべての通貨ペアにストップロスとテイクプロフィットを設定。 市場注文:   市場注文のみストップロスとテイクプロフィットを設定。 未決注文:   未決注文(指値・逆指値注文)のみにストップロスとテイクプロフィットを設定。 両方: 市場注文と未決注文の両方にストップロスとテイクプロフィットを設定。  ストップロスポイント (0: 無効) テイクプロフィットポイント (0: 無効) トレーリングストップポ
Auto SL/TP Manager EA – Gestion Automatique Intelligente Auto SL/TP Manager EA est un Expert Advisor conçu pour automatiser la gestion des commandes avec une efficacité maximale et une grande discrétion. Il gère automatiquement : Le Stop Loss (SL) et le Take Profit (TP) Le Profit Lock (verrouillage progressif des bénéfices) Le Trailing Stop avec plusieurs méthodes avancées L' affichage masqué du SL et du TP pour plus de discrétion (non visible par le courtisan) C'est l'outil idéal pour les
このプロダクトを購入した人は以下も購入しています
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をピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (128)
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 (148)
Trade Panel は、多機能の取引アシスタントです。このアプリケーションには手動取引用の 50 を超える取引機能が含まれており、ほとんどの取引操作を自動化できます。 注意、アプリケーションはストラテジー テスターでは動作しません。購入する前に、デモアカウントでデモ版をテストできます。デモ版 ここ 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を実行できます: 自動リスク計算を使用して未決の注文とポジションをオープンします。 ワンクリックで複数の注文とポジションをオープンします。 注文グリッドを開きます。 未決の注文とポジションをグループごとにクローズします。 ポジション反転 (買いを閉じて売りを開く、または売りを閉じて買いを開く)。 ポジションをロックします(買いポジションと売りポジションの量を均等にする追加のポジションをオープンします)。 ワンクリックですべてのポジションを部分的にクローズします。 すべてのポジションのテイクプロフィットとストップロスを同じ価格レベルに設定します。 すべてのポジションのストップロスをポジションの損益分岐点レベルに設定します。 注文とポ
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
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
Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading Approach: - Manual Trading: Primary focus - Auto Pilot: Optional supplementary feature - Full Automation: Not the main purpose Recommended Timeframe: H1-H4 DEMO VERSION Download the free demo to test functionality. Use Strategy Tester with Visual Mode to see how it works. VERSION 3 - NEW FEATURES Summary Dashboard (SRA Panel) - Quick pair selection w
Copy Cat More Trade Copier MT5 (コピーキャット MT5) は、今日の取引課題に対応して設計されたローカルトレードコピーシステムと完全なリスク管理・実行フレームワークです。プロップファームのチャレンジから個人ポートフォリオ管理まで、堅牢な実行、資本保護、柔軟な設定、高度な取引処理の組み合わせで、あらゆる状況に適応します。 コピーシステムはマスター(送信側)とスレーブ(受信側)の両方のモードで動作し、成行注文と指値注文、取引修正、部分決済、両建て決済操作のリアルタイム同期を行います。デモ口座とライブ口座、取引ログインまたは投資家ログインの両方に対応し、EA、ターミナル、またはVPSが再起動してもパーシスタント取引メモリシステムを通じて復旧を保証します。複数のマスターとスレーブをユニークIDで同時に管理でき、ブローカー間の違いはプレフィックス/サフィックス調整またはカスタムシンボルマッピングを通じて自動的に処理されます。 マニュアル/設定  | Copy Cat More MT4 | チャンネル  特別機能: 設定が簡単 — わずか30秒で完了(ビデオをご覧
Smart Stop Manager – プロレベルの精度でストップロスを自動実行 概要 Smart Stop Manager は Smart Stop ラインナップの「実行レイヤー」であり、複数ポジションを持つトレーダーのために構築された、構造化された信頼性の高い完全自動ストップロス管理システムです。すべての保有中ポジションを継続的に監視し、Smart Stop のマーケットストラクチャー・ロジックを用いて最適なストップレベルを計算し、明確で透明性のあるルールに従ってストップを自動更新します。 単一の銘柄から複数銘柄のポートフォリオ全体まで、Smart Stop Manager は各トレードに規律、安定性、そして完全なリスク可視化をもたらします。感情的判断を排除し、手作業を大幅に削減し、すべてのストップが常に市場構造に基づいた論理的なプロセスに従うことを保証します。 ハイライト マーケットストラクチャーに基づく自動ストップ配置 • Smart Stop ロジックに基づき、各オープンポジションへ最適なストップロスを自動適用します。 ポートフォリオ全体を一目で把握 • 銘柄、方向
Trade copier MT5
Alfiya Fazylova
4.63 (38)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位置が失われることはありません。 コピーするシンボルを選択できます。また、受信者のシンボルを置き換えることもできます(例:EURUSD> USDJPY)。 バックコピーをサポートします。 特定の注文のみのコピーを有効にする機能。 取引開始価格の最大差と最大遅延時間を
ApexGuard Suite — профессиональная панель контроля риска и дисциплины для MetaTrader 5 ApexGuard Suite — это комплексный инструмент для трейдеров, который помогает структурировать торговлю, контролировать риски и принимать более взвешенные решения прямо внутри терминала MetaTrader 5. Приложение не совершает сделки за вас — его задача дать полный контроль над состоянием счёта, рисками и торговым процессом в удобном визуальном формате. Интерфейс построен как единая панель с вкладками, где каждая о
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端末間でディール/ポジションをコピーするために作成されます。 デモ口座と投資口座からのコピーがサポートされています。 プログラムは、複数の端末バインデ
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus は、MetaTrader 5プラットフォーム上での取引効率と効果を向上させるために設計された高度なトレード管理ツールです。リスク計算、注文管理、高度なグリッドシステム、チャートベースのツール、パフォーマンス分析など、包括的な機能を提供します。 主な機能 1. リカバリーグリッド 逆境の市場環境下で取引を管理するための平均化および柔軟なグリッドシステムを実装します。 取引回復のための戦略的なエントリーおよびエグジットポイントを可能にします。 2. スタックグリッド 強い市場の動きの中でポジションを追加することで、有利な取引での潜在的なリターンを最大化するように設計されています。 トレンド市場で利益を得られるよう、勝ち取引を拡大します。 3. 損益(P&L)ライン チャート上に直接、潜在的な利益と損失のシナリオを視覚的に表示します。 設定を調整し、P&Lラインをドラッグして、実行前にさまざまな取引結果を評価します。 4. バスケットモード 同じシンボルでの複数ポジションの管理を簡素化し、それらを単一の集約ポジションにまとめます。 平均価格に基づいて、ストップロスやテイクプ
TelegramからMT5へ: 究極のシグナルコピーソリューション Telegram to MT5 を使えば、取引がシンプルになります。DLL を必要とせず、Telegram のチャンネルやチャットから MetaTrader 5 プラットフォームに取引シグナルを直接コピーできる最新ツールです。この強力なソリューションは、正確なシグナル実行、豊富なカスタマイズオプション、時間の節約、そして効率性の向上を実現します。 [ Instructions and DEMO ] 主な特徴 直接的なTelegram API統合 電話番号とセキュアコードで認証します。 ユーザーフレンドリーな EXE ブリッジを通じてチャット ID を簡単に管理できます。 複数のチャネル/チャットを追加、削除、更新して、同時に信号をコピーします。 高度なフィルターによる信号解析 例外的な単語 (例: 「レポート」、「結果」) を含む不要な信号をスキップします。 柔軟な SL および TP 形式 (価格、ピップ、ポイント) をサポートします。 価格ではなくポイントを指定するシグナルのエントリ ポイントを自動的に計算します。
HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, adaptive, and customizable interface - Works
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
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
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
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
Grid Manual MT5
Alfiya Fazylova
4.9 (21)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
Smart Stop Scanner – マルチアセット対応の市場構造型ストップロス分析システム 概要 Smart Stop Scanner は、複数の市場にわたるストップロス構造をプロフェッショナル品質で監視するために設計されたツールです。 実際の市場構造、重要なブレイクアウト、価格アクションロジックに基づいて最も意味のあるストップゾーンを自動的に検出し、 高精細(DPI対応)で見やすい統一パネルに表示します。 Forex、ゴールド、インデックス、メタル、暗号資産など幅広い市場に対応しています。 ストップレベルの算出方法 従来型のインジケーターや任意の計算式は使用していません。 代わりに、 ブレイクアウト、より高い高値、より低い安値 といった実際の市場構造イベントを検出します。 ストップレベルはこれらの構造ポイントから直接生成されるため、より自然で信頼性が高く、 実際の市場動向に即したストップ設定が可能になります。 主なハイライト • 高精度のマルチアセット対応 Forex、メタル、ゴールド、インデックス、暗号資産など、幅広い銘柄をサポートし、桁数やティックサイズを自動処
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
Equity Protect Pro: 安心取引のための総合的な口座保護エキスパート 口座保護、資産保護、ポートフォリオ保護、マルチ戦略保護、利益保護、利益確定、取引セキュリティ、リスク管理プログラム、自動リスク管理、自動決済、条件付き決済、スケジュール決済、動的決済、トレーリングストップロス、ワンクリッククローズ、ワンクリック決済、ワンクリック復元などの機能をお探しなら、Equity Protect Pro が最適なプログラムです。 設定は簡単で、事前設定された条件に達すると、すべてのチャートを閉じることができ、シグナルサブスクリプションのキャンセルもサポートします(これは、すべての取引プログラムも停止することを意味します)。この時点で、新しい注文は生成されなくなり、最終的にすべての注文が閉じられ、予期せぬ損失を効果的に防止し、安心して取引できるようになります。 Equity Protect Pro Demo Version for yo u to test   Equity Protect Pro MT4 Demo.ex4 Equity Protect Pro MT5 Demo.
Seconds Chart — MetaTrader 5で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。カスタムシンボルをサポートしているインジケーターやEAをすべて使用できます。標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Seconds Chartの利点 1秒から900秒 までのタイムフレームをサポート。 組み込みのティックデータベースにより、ヒストリカルデータを 瞬時にロード 。 リアルタイムでデータが更新され、 遅延やラグなし 。 複数の秒足チャートを同時に作成可能。 Seconds Chartが最適な用途 スキャルピング や高頻度取引。 正確なエントリーとエグジット。 短期タイムフレームでの取引戦略のテスト。 タイムフレームの設定 デフォルトの設
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
MT5のエキスパートアドバイザーリスクマネージャーは非常に重要であり、私の意見ではすべてのトレーダーにとって必要なプログラムです。 このエキスパートアドバイザーを使用すると、取引口座のリスクを管理することができます。リスクと利益の管理は、金銭的およびパーセンテージの両方で実行できます。 エキスパートアドバイザーが機能するには、それを通貨ペアチャートに添付し、許容可能なリスク値を預金通貨または現在の残高の%で設定するだけです。 [Instruction for Risk Manager parameters] アドバイザ機能 このリスクマネージャーは、リスクの管理を支援します。 -取引のために -1日あたり - 1週間 - ひと月ほど 制御することもできます 1)取引時の最大許容ロット 2)1日あたりの最大注文数 3)1日あたりの最大利益 4)エクイティを引き受ける利益を設定する それだけではありません。設定で自動設定を指定した場合、アドバイザーはデフォルトのSLとTPを設定することもできます。 アドバイザーは各イベントにアラートを添えて、注文を削除する理由を説明し
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 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は必要ありません   (必要に応じて使用することができます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認
UTM Manager は、迅速かつ効率的な取引執行を提供する直感的で使いやすいツールです。際立った機能の 1 つは、「スプレッドを無視」モードです。これにより、スプレッドを完全に無視して、ローソク足の価格で取引できるようになります (たとえば、LTF でより高いスプレッドのペアを取引でき、スプレッドによって取引から除外されるのを回避できます)。 UTM Manager のもう 1 つの重要な側面は、独自のローカル取引コピー機であり、各ブローカーで異なる取引戦略と設定 (たとえば、さまざまな TP、BE、およびリスク ルール) を柔軟に実行できます。 取引執行: 迅速かつ効率的な取引執行: チャート上のエントリー価格とストップロス価格をクリックして簡単に取引を入力するか、ワンクリックの固定ストップロスサイズ機能を使用します。 自動ロットサイズ計算: ロットは事前定義されたリスク設定に基づいて計算され、ドラッグによってポジションが変更されると再計算されます。 1 つまたは複数のポジションを同時に処理できる能力。 利益確定と損益分岐点: 柔軟なテイクプロフィット設定: 特定のリスク対報酬
作者のその他のプロダクト
Pivot MultiScanner
Edgar Enrique Retontali
5 (1)
Multi-Asset Forex Scanner This indicator allows you to scan multiple assets at once, sending you configurable alerts when any asset touches daily pivot levels 1, 2 or 3. The original code was just modified to send alerts to MT4 Desktop, MT4 Mobile or Email. (Credits for the original code go to Carlos Oliveira) In order to receive mobile or Email alerts you must configure Notifications and Email sections in the MT4 platform. In addition to pivots, this indicator also shows ATR, Volume, RSI,
FREE
WhipGold AI
Edgar Enrique Retontali
WhipGold AI - Expert Advisor Tthe famous gold trading expert, now available in Market MQL5!!! . This is one of the best EA for scalping in XAUUSD (Gold)  Characteristics - This strategy works very well on Gold (You can do your own tests on other pairs but we recommend use it on XAUUSD) - It's very stable in trends or ranging , this is one of the weaknesses of almost all robots. If they work well in trends they are weak in range times;  or if they work well in range they are weak in trend tim
TradeMngr
Edgar Enrique Retontali
TradeManager 1.0 is an Expert Advisor for MetaTrader 4 y 5 that streamlines real-time trade management. Through a graphical control panel, you can send market and pending orders, move stop losses to breakeven, and automatically calculate position size based on your risk settings. Below is a comprehensive overview of its features and input parameters. Key Features Market Orders & Pending Orders BUY/SELL Buttons : Instantly open long or short positions at market. BUY STOP / SELL STOP / BUY LIMIT
フィルタ:
レビューなし
レビューに返信