Auto Risk Manager MT4

AutoRiskManage v2.3 — Documentation
Expert Advisor — MetaTrader 4 & 5
AutoRiskManage v2.3

Automated risk management EA with interactive graphical panel. Applies SL/TP, Break Even, Trailing Stop, and lot size calculation by risk percentage — for any instrument, any broker.

MT4 / MT5 v2.3.0 MQL4 · MQL5 C2C + B2C Time Space Technology

📋 Overview

AutoRiskManage is an Expert Advisor that acts as a risk management layer on top of any manually opened position. It does not generate trading signals — instead it protects and manages positions that are already open, applying the rules you configure through its graphical panel.

SL / TP Assignment
Automatically assigns Stop Loss and Take Profit to any new position that is opened without them.
Break Even
Moves the SL to breakeven (+ protection points) when the position reaches a configurable profit distance.
Trailing Stop
Follows the price dynamically, keeping the SL at a fixed distance once a profit threshold is reached.
Risk-Based Lot Calc
Calculates the exact lot size to risk a given % of the account balance, based on the SL distance and instrument tick value.
Graphical Panel
All parameters are editable directly on the chart — no need to reload the EA to change values.
Persistent Settings
Parameters survive timeframe changes, chart reloads, and MT4/MT5 restarts via GlobalVariables.
The EA only manages positions with Magic Number = 0 (manual trades). Positions opened by other EAs are automatically ignored.

Installation

MetaTrader 5

  1. Copy AutoRiskManage_v2.mq5 to MQL5/Experts/
  2. Open MetaEditor → compile the file (F7)
  3. In MT5, drag the EA from the Navigator onto any chart
  4. Set initial parameters in the Inputs tab → click OK
  5. Ensure AutoTrading is enabled in the toolbar

MetaTrader 4

  1. Copy AutoRiskManage_v2.mq4 to MQL4/Experts/
  2. Open MetaEditor → compile the file (F7)
  3. In MT4, drag the EA from the Navigator onto any chart
  4. Set initial parameters → click OK
  5. Ensure AutoTrading and Allow live trading are enabled
The EA automatically detects the symbol from the chart it is attached to — no need to configure the symbol manually.
To use BUY / SELL buttons on a live account, the broker must allow automated trading through EAs. Always test on a demo account first.

Input Parameters

These are the initial values set when attaching the EA. After the first load, all parameters can be changed from the panel without reloading.

General

Parameter Default Description
InpMagicNumber 1 Magic number used as a filter. The EA only manages positions with Magic Number = 0 (manual trades). This value identifies the EA's own orders (BUY/SELL from panel).
InpPrintLog false Enables verbose logging to the MT4/MT5 Journal. Useful for debugging. Keep disabled in production to avoid noise.

SL / TP

Parameter Default Description
InpLotSize 1.0 Fixed lot size used when Risk% = 0. Ignored when Risk% > 0.
InpRiskPct 0 Percentage of account balance to risk per trade. Set to 0 to use fixed lot size instead. Example: 1.0 = risk 1% of balance.
InpSLPoints 50 Stop Loss distance in real trader points. Enter intuitive values: 50 = 50 DAX points, 50 = 50 pips on Forex. The EA normalizes automatically per instrument.
InpTPPoints 30 Take Profit distance in real trader points. Same normalization as SL.

Break Even

Parameter Default Description
InpUseBreakEven true Enables the Break Even feature.
InpBEPoints 30 Price distance in points that must be reached to trigger Break Even. Measured from entry price.
InpBEPlusPoints 5 Points of protection added above (BUY) or below (SELL) the entry price when moving to breakeven. Ensures a small guaranteed profit.

Trailing Stop

Parameter Default Description
InpUseTrailing true Enables the Trailing Stop feature.
InpTSStartPoints 20 Minimum profit distance (in points) required to activate the trailing stop.
InpTSStepPoints 10 Distance (in points) the trailing SL maintains from the current price.

Panel

Parameter Default Description
InpPanelX 10 Horizontal position of the panel in pixels from the left edge of the chart.
InpPanelY 30 Vertical position of the panel in pixels from the top edge of the chart.

💰 Risk-Based Lot Calculation

When Risk% > 0, the EA calculates the exact lot size to risk a fixed percentage of the account balance on each trade, using the broker's tick value for the instrument.

The result is normalized to the broker's minimum lot step and clamped between the minimum and maximum allowed lot size.

Example

GER40.cash (DAX) — 1% risk
Account Balance $10,000
Risk % 1.0%
Risk Money $100
SL Points 50 pts
SL Price Distance 50 × 1.0 = 50.0
Tick Value (1 lot) ~$10.00
SL Ticks 50 / 0.01 = 5000
Lot Size $100 / (5000 × $10) = 0.20
After clicking Calculate Lot by Risk%, the button shows the calculated lot and the dollar amount at risk (e.g. Lot: 0.20 ($100.00)) for a few seconds before resetting.

📊 Instrument Compatibility

The EA uses GetPipSize() to normalize point values automatically. You always enter intuitive real-price points regardless of broker or instrument. The function detects the instrument type by its decimal digits:

Digits Instrument type Examples 1 pt = "50 pts" in price
5 Forex (standard) EURUSD, GBPUSD 0.00010 0.00500
3 Forex JPY USDJPY, EURJPY 0.010 0.500
4 Forex (legacy 4-digit) Some brokers 0.0001 0.0050
2 Indices & Metals DAX, Gold, SP500 1.00 50.00
1 Some indices NAS100 (some brokers) 1.0 50.0
0 Crypto / integers BTCUSD 1 50
The panel shows "1 pt = X.XX | digits: N" after clicking Apply — use this to confirm the EA has detected your instrument correctly.
AutoRiskManage v2.3  ·  Copyright 2025–2026 Time Space Technology  ·  MetaTrader 4 & 5
おすすめのプロダクト
Scalping One MT4 free バージョンです。 1ポジションを1つのボタンで表示します。リアルタイムで損益、  Lot、  Pointを表示。チャート通貨のみと全通貨ペアのポジションの表示を切り替え可能。(free版は3ポジションのみ) 日本語、英語に自動識別対応(設定タブは英語のみですが http://www.emkyuradias.shop/emkyuradias.shop/instruction.html にて日本語Helpを用意) 口座通貨表記はドル、ユーロ、ポンド、円に対応(自動識別) タイムラインの描画機能は、ローカルタイム(PC時間)、カレントタイム、東京、ニューヨーク、ロンドン、シドニー時間を選択可能な時計表示と連動可能、サマータイム対応。 ラウンドナンバー、日、週、月、年の安値、高値ライン表示、非表示がワンクリックで可能、高値安値は時間表示上のデータ表示部分にて個別に表示も可能です。
FREE
OTRX Fimathe Backtest is a tool for the Trader or Enthusiast who uses the Fimathe technique created by Trader Marcelo Ferreira to carry out his training and validate if he can obtain profitability. In this tool you will be able to: 1. Define whether you are looking for a buy or sell entry. (Trend). 2. Define by clicking twice on the horizontal lines where your Reference Zone and your Neutral Zone will be. 3. Monitor the entry, subcycle and exit of the trade. 4. Trading Summary, Daily, Week
FREE
This simple but useful script calculates the lot in % of the deposit. It is indispensable for risk management. There is only one customizable parameter: MaxRisk - risk in % for lot calculation. The product works as a standard script. Launch it once on an appropriate chart and start trading using the calculated lot value. Genious is simplicity! Happy trading!
FREE
This is a DEMO version of the Smarter Trade Manager Smarter Trade Manager  is an advanced trade management tool that can monitor and manage your manual and EA trades according to the settings you choose. It works as an Expert Advisor (EA), it does not open any trades but it closes trades as per the auto closing settings or when manually pressing any of the close buttons. FEATURES: Three-dimensional  interactive  view of your trades Trade Summary, P/L, Alerts, Closure by  Currency Trade Summary,
FREE
ManageEquity - A Powerful Trading Utility for Risk Management ManageEquity is a simple yet powerful trading utility designed to enhance risk management strategies. By attaching this utility to a single chart and specifying the maximum dollar amount for both profit and loss, traders can effectively manage their open orders. With ManageEquity, traders can easily set their desired profit target and maximum acceptable loss for all open trades. Once the profit target is reached or the maximum loss th
FREE
DG Equity Monitor is a useful tool that keeps track of the daily transactions made on the account. The EA automatically and instantly closes all the trades running based on two conditions: 1. If the daily profit target is hit. 2. If the maximum drawdown is reached. An alert is sent immediately one of the above conditions are met. Parameters: Show Account Info -Choose whether or not to display the Account Info on the chart. Show Pop Up Alert -Show alert on chart when either condition 1 or 2 are
FREE
Grid Assistant Pro – Utility for Managing Grid Strategies on MetaTrader 4 Grid Assistant Pro is a professional utility that helps traders manage and monitor unidirectional grid strategies directly from the MT4 chart. It provides a visual dashboard , clear controls, and automated risk protection features for precise and efficient grid operation. Key Features Visual Dashboard Real-time metrics: Balance, Equity, Floating P/L, Drawdown %, Free Margin Grid status: active and pending or
FREE
PZ Trade Pad EA
PZ TRADING SLU
4.29 (31)
This simple visual expert advisor allows you to trade easily from the chart. It handles risk management for you and can perform several useful tasks with your existing trades, saving time and making risk-management for each individual trade easier.  [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products   |  Get Help ] Trade easily from the chart Trade with precise risk management, hassle free Trade pending order with drag and drop price selection Set SL and TP levels with
FREE
VR カラー レベルは、トレンドライン、四角形、テキストなどの要素を使用してテクニカル分析を適用する人にとって便利なツールです。グラフにテキストを直接追加したり、スクリーンショットを撮ったりすることができます。 設定、設定ファイル、デモ版、説明書、問題解決方法は、以下から入手できます。 [ブログ] レビューを読んだり書いたりすることができます。 [リンク] のバージョン [MetaTrader 5] インジケーターの操作は ワンクリック で実行できます。これを行うには、線の付いたボタンをクリックすると、カーソルの下に傾向線が表示されます。次に、カーソルを移動して 線の位置 を選択し、もう一度クリックして修正します。 インジケーター の特徴は、スタイルと色のすべての変更が自動的に保存され、その後すべての 新しく作成された グラフィック オブジェクトに適用されることです。 このインジケーターには、異なるスタイルのトレンド ラインを設定するための 2 つの独立したボタン、異なるスタイルの 2 つの独立した四角形、独自のスタイルを持つ 1 つのテキスト フィールド、およびスクリーンショット
FREE
Account Info EA It is a tool that presents on the graph all the positions of the account, and specific information concerning the positions, but also the account. It enables the user to have an image of his account at a glance. Use like any expert advisor. You can't attach it in the same chart with other expert advisor. It does not have the ability to open or manage positions. You can attach it on any chart and any timeframe.
FREE
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
FREE
Auto Close is an expert advisor that can assist you with your money and risk management rules. The EA can monitor your Balance, Equity, Margin, Global Profit and Global Loss and alert you in case any of these reaches a specified threshold. This Demo Version has Notification and Close features disabled, full version can be found https://www.mql5.com/en/market/product/29141 How does it work? Load the Auto Close EA in the chart and set the parameters you want to keep monitored. If any of the risk
FREE
You can manually open a trade (one click), and this EA will take care of setting the SL and TP. SL and TP are set based on the number of pips you specify in the input screen. You can also choose monetary SL and TP. SL and TP are determined based on the weighted average price (WAP), so if you open a new trade, SL and TP will be updated according to the new WAP. The WAP is not unique but differentiated between buy and sell trades (this is useful only if you open opposite trades on the same chart)
FREE
Activation initiates the sequence from the initial symbol in the Market Watch roster, forming a perpetual loop that continues until deactivation. The system employs global terminal variables to sustain operational continuity amid symbol-induced reinitializations, thereby ensuring uninterrupted performance. This EA should not be checked off as 'Allowed live Trading' and is functional with that checkmark box, when uploading the EA. Principal advantages encompass augmented productivity in overseein
FREE
Trading Panel - Smart Stop Management A free professional trading panel for MT4, built to make manual execution faster, cleaner, and smarter. Trading Panel - Smart Stop Management helps you place Market, Limit, and Stop orders directly from the chart, manage position size, calculate TP/SL from volatility, and protect your execution from temporary spread widening during news, rollovers, or thin market conditions. The panel uses local smart stop logic based on the middle price, helping reduce
FREE
Levels and risk calculator for the Antimartingale (or Antimartingala) technique Totally visual, setup everything from control panel Decide your risk and margin, it will calculate and show trading lavels on the chart Free version of the orginal Antimartingale EA:  https://www.mql5.com/en/market/product/53653 Public Signals using the Antimartingale's technique: https://www.mql5.com/en/signals/1016250 https://www.mql5.com/en/signals/1018964 This EA does not open trades, it only shows the trading le
FREE
Simply clock. Local time as default. There are possible to Select: Local Time /Server Time /GMT Time as input. Please take into account that the local time is the most accurate. However ,this clock always uses local time seconds, even If GMT / Server Time Is selected.  I solved it this way to get more accuracy. Delays can occur when changing minutes or hours, if local time is not selected.
FREE
MT4用NAS100 Auto SL and TP Makerをご紹介します: MetaTrader4でナスダック100市場をナビゲートするトレーダーにとって不可欠なアシスタントであるNAS100オートSLおよびTPメーカーで、ストップロスおよびテイクプロフィットの設定をもう見逃すことはありません。このツールは、ストップロスとテイクプロフィットのレベル管理を自動化するシームレスなソリューションを求める方々のために設計されています。 主な特徴 簡単な自動化: ストップロスやテイクプロフィットのないナスダック100取引を自動的に監視します。 ユーザーが構成した設定に基づいてレベルを動的に調整します。 注文タイプの多様性: Nasdaq100の成行注文と未決済注文の両方に対応。 MetaTrader 4で利用可能な様々な注文タイプをサポートします。 カスタマイズされた設定: ユーザーフレンドリーなパラメータ設定により、トラッキング設定とストップロス/テイクプロフィットレベルのカスタマイズが可能です。 柔軟な範囲: 実行する特定のNAS100商品、または取引されるすべての商品に対してStop
FREE
With Symbol Switch you can easily change the symbol of all open charts without losing your analysis or template. Easily monitor many symbols with only one monitor. Auto save\load analysis separately for each symbol (including all graphical analysis and attached indicators). The indicator shows the symbols which are visible in your MT4 "Market Watch" window. To add\remove a symbol just add\remove it from MT4 "Market Watch" window. Monitoring all symbols profit with the panel. Works with all broke
FREE
Tipu Trader is a part of Tipu Panel ecosystem that was developed out of need for quick and simple trading. Tipu Trader is an easy to use trade panel for commonly used trade functions. Create you own signals with Tipu Panel and trade along with Tipu Trader, a simple and easy to use trade panel. Features An easy to use trade panel for most commonly used trade functions. Create your own personal trade signals with Tipu Panel , and trade with Tipu Trader. Customizable Panel. The panel can be moved
FREE
Simple button panel of trade on your chart with OneClick V1 Trial version. This trade panel will make it easier for you. Equipped with several functions that make it very easy for you. More tools on OneClick VZ version, see here. This version includes: Open Order Buy Open Order Sell Open Pending Order [Buy Limit - Buy Stop - Sell Limit-Sell Stop] Close ALL orders Close Order Buy Close Order Sell Delete Pending Order [Buy Limit - Buy Stop - Sell Limit-Sell Stop] ENJOY IT!!! ONE CLICK V1 [TRIAL
FREE
Round numbers (or key levels) is an amazing strategy. These numbers are strong support and resistance levels. So what this indicator does is draw horizontal lines on the chart to help you find these levels. Configurations: 1St level: Color - lines color. Style - lines style. Width -  lines width. 2Nd level: Second level lines? -  turn off second level lines. Color -  lines color. Style -  lines style. Width -  lines width. Space between lines in points -  I don't need explain :) Display at backg
FREE
Neonplox Trade Manager
Mr Roberto Carlos Ferreira Silva
n3oNpLoX Trade Manager Market Order. Stop Order. Limit Order. To help you Place trades based on the amount of Money in Dollars you want to risk. As it will show in the screenshots you can calculate the right Lot size for the money you want to risk. Calculates Lot Size based on the distance between Stop Loss and Entry Point. 5 Options for TP - (1RR,2RR,3RR,4RR,5RR) It will help you manage your risk and Place trades with the correct Lot Size. So you will not over expose yourself and your money
FREE
このユーティリティを使用すると、戦略テスターで戦略を手動でテストできます。視覚化チャート上でワンクリック取引。 このユーティリティの最新バージョンは、トレーダーが取引戦略を手動でテストするための高度な機能を提供します。ストラテジー テスターを使用すると、シミュレートされた環境で取引戦略の有効性を評価できるようになります。この機能を使用すると、取引テクニックのパフォーマンスを分析し、それらを改良して取引スキルを向上させることができます。 さらに、ストラテジー テスターは、視覚化チャート上でワンクリック取引で取引を実行する便利で効率的な方法を提供します。この機能により、異なる画面を切り替えることなく、希望の価格レベルで取引を迅速に開始および終了することができます。 ストラテジー テスターで利用できる完全な機能を使用すると、取引戦略をシミュレーションして洗練し、結果を分析して、取引スキルを効果的かつ効率的に最適化できます。 MT5 のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     E
FREE
Symbol Cycler is a lightweight on-chart utility that lets you quickly switch between symbols in your Market Watch list using two simple arrow buttons (). With a single click, you can scroll forward or backward through your predefined symbols without leaving the chart. Key Features: One-click symbol switching from the chart Works with your Market Watch list order Buttons can be placed in any chart corner or even the center Timeframe remains locked while switching symbols Clean, responsive UI
FREE
Fastest way to change the period. Suitable for traders who use many charts and timeframes. Size, shape and color can be customized. Inputs Parameters Corner — Choose corner placement Standart is "Right lower chart corner" Color — Background color of the button ColorText — Text color of the button ColorOn — Background color of the button for the current period ColorOnText — Text color of the button for the current period Font — Arial, Verdana... FontSize — Size of the font in pixels DistanceX —
FREE
Signalator Lot Size Evaluator MT4 is a free local MetaTrader 4 utility for manual traders. It helps calculate an estimated lot size before opening a trade manually. The calculation is based on account size, trade direction, entry price, stop loss, risk percentage or fixed money risk, and broker symbol settings. The main purpose is simple: Enter your setup → define your risk → get the suggested lot size. The panel also shows useful pre-trade information such as spread, risk amount, SL/TP distance
FREE
Profitstat is a free indicator that scans your history and displays it on the chart. The free version shows the number of trades and profit made on the current and previous day. The data is updated instantly as soon as a trade closes. Simply attach it to any chart and it gives the account data irrespective of the chart currency nor timeframe.
FREE
InnovaDash Smart Syncは、MetaTraderターミナルをInnovaDash Analyticsダッシュボードに直接接続するために設計された公式データコネクタです。 プロのトレーダー向けに構築されたこの軽量ユーティリティは、バックグラウンドで静かに動作し、ライブの有効証拠金(エクイティ)の更新、オープンポジション、過去の取引データをInnovaDashに自動的にプッシュします。 なぜInnovaDashなのか? InnovaDashは、生の取引データを実用的なインサイトに変換して取引パフォーマンスを向上させる、プレミアムなクラウドベースの定量分析スイートです。 デイトレーダー、スイングトレーダー、ファンドマネージャーのいずれであっても、InnovaDashは損失を減らし、取引パフォーマンスを向上させるのに役立ちます。 Innova AIエージェント 何が悪かったのかを推測するのはやめましょう。取引履歴と直接会話してください。AIに「私は通常、週の何曜日に資金を失いますか?」、「リベンジトレードをしていますか?」、または「完全なパフォーマンスレポートを
FREE
Good morning, The following indicator is very useful when managing multiple trades on the same instrument. It allows you to see the average entry price for BUY and SELL trades. If there is an imbalance (as shown in the example photo), the indicator will display the averages of the SELL/BUY trades and a GOLD line that marks the breakeven price (excluding swap and commissions).
FREE
このプロダクトを購入した人は以下も購入しています
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (110)
Local Trade Copier EA MT4 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT4 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT4 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT4 >> ファイル >> データ フォルダを開く >> MQL4 >> Experts フォルダに貼り付けて、ターミナルを再起動しま
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (197)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順 - アプリケーションの手順 - デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通貨」、「 % 残
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
MetaTrader 4向け 高機能トレードコピーソフト MetaTrader 4 用の、高速・安定・高機能なトレードコピーソフトです。 COPYLOT は、 MetaTrader 4 と MetaTrader 5 間でFX取引をコピーでき、さまざまな口座タイプや運用スタイルに合わせて柔軟に同期できます。 COPYLOT MT4版の対応コピー方式: MetaTrader 4 → MetaTrader 4 MetaTrader 5 Hedge → MetaTrader 4 MetaTrader 5 Netting → MetaTrader 4   MT5版 詳細説明 + DEMO + PDF 購入方法 インストール方法 ログファイルの取得方法 テストと最適化の方法 Expforexの全製品 MetaTrader 5版 を使えば、 MetaTrader 5 → MetaTrader 5 および MetaTrader 4 → MetaTrader 5 のコピーにも対応します: COPYLOT CLIENT for MT5 COPYLOT は、2台、3台、さらには10台規模のターミナル環境でも
TradePanel MT4
Alfiya Fazylova
4.84 (95)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的にワンクリックで閉じる。 すべてのポジションの利食い(Take Profit)および損切り(Sto
これは視覚的な取引パネルであり、取引を簡単に配置および管理し、人為的エラーを回避し、取引活動を強化するのに役立ちます。使いやすい視覚的なインターフェースと、健全なリスクおよび位置管理アプローチを組み合わせています。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 驚くほど使いやすい チャートから簡単に取引 正確なリスク管理との取引、手間のかからない 資本の保存が最優先事項です 気をつけずに利益を上げましょう できるだけ早くリスクのない取引をお楽しみください 開かれているすべての取引の自動トレーリングストップ 最初のストップロスは、取引が行われるとすぐに配置されます EAは、取引を行った後に次のタスクを実行します。 最初のストップロス/テイクプロフィットは自動的に配置されます できるだけ早くフリーライドにロックします(オプション) ストップロスを初めて損益分岐点に移動します(オプション) 停止するまで、希望の方法を使用してストップロスを追跡します その他のクールな機能は次のとおりです。 優れたターミナルアクティビティレポート
TelegramからMT4へ: 究極のシグナルコピーソリューション Telegram to MT4 は、DLLを必要とせず、TelegramのチャンネルやチャットからMetaTrader 4プラットフォームに取引シグナルを直接コピーできる最先端のユーティリティです。この堅牢なソリューションは、比類のない精度とカスタマイズオプションにより、シグナルのシームレスな実行を保証し、時間を節約し、効率性を向上させます。 [ Instructions and DEMO ] 主な特徴 直接的なTelegram API統合 電話番号とセキュアコードで認証します。 ユーザーフレンドリーな EXE ブリッジを使用して、チャット ID を簡単に取得および管理します。 複数のチャネル/チャットを追加、削除、更新して、同時に信号をコピーします。 高度なフィルターによる信号解析 カスタム例外語 (例: 「レポート」、「概要」) を含む不要な信号をスキップします。 柔軟な SL および TP 形式 (価格、ピップ、ポイント) をサポートします。 シグナルが価格ではなくポイントを指定する場合、エントリ ポイントを自動
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 4 プラットフォームの強化に役立ちます。多言語サポート。 MT5バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定 トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎま
コピーマスター MT4       MetaTrader 4およびMetaTrader 5ターミナル用のトレードコピーツールです。双方向のコピーをサポートしています。 MT4 から MT5、MT5 から MT4、同じタイプのアカウント間での MT4 から MT4 への移行も可能です。 正しく動作するには、すべての端末が同じ PC または VPS 上で実行されている必要があります。 [ Instruction  and Demo ]  MetaTrader 4にコピーする場合は、別のバージョンが必要です。       コピーマスター MT5       - が必要です。 主な特徴: コピーモード マスターとレシーバーの両方の役割をサポートします。取引の送受信を柔軟に設定できます。 注文管理 成行注文と未決済注文をコピーします。同期決済、部分決済、取引反転、SL/TP変更をサポートします。 シンボル処理 プレフィックスとサフィックスをサポートします。特定のシンボルを除外または含めたり、アセットにカスタム名を割り当てたりできます。 リスク管理と制限 1 日の取引制限、最大損失制限、お
Working Demo Download Copy Cat More Trade Copier MT4 is not just a simple local trade copier; it is a complete risk management and execution framework designed for today’s trading challenges. From prop firm challenges to personal portfolio management, it adapts to every situation with its blend of robust execution, capital protection, flexible configuration, and advanced trade handling. The copier works in both   Master (sender) and Slave (receiver)   modes, with real-time synchronization of
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
Close If Profit or Loss with Trailing for MetaTrader 4 — 総利益または総損失で自動決済 MetaTrader 4 用の実用的な取引管理ツールです。設定した総利益または総損失に到達すると、選択されたポジションを自動的に決済できます。 Expert Advisor は保有中の取引を監視し、含み損益を計算し、Trailing Profit を使用して、手動操作より素早くポジション管理を行うことができます。 MetaTrader 4 は現在でも、裁量トレーダー、スキャルピング、グリッド取引、EA 運用で広く使用されています。しかし、MT4 には複数ポジションを「合計結果」で簡単に自動決済する標準機能がありません。このユーティリティは、その不足している管理機能を追加します。 Close If Profit or Loss with Trailing は、裁量取引、他の Expert Advisors、グリッドシステム、ナンピン、リカバリー戦略、複数シンボルの取引と組み合わせて使用できます。ルールを設定すれば、EA が結果を監視し、条件に到
DrawDown Limiter MT4
Haidar Lionel Haj Ali
5 (8)
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
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
Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets" https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open one additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following function
MT4 to Telegram Signal Provider は使いやすく、完全にカスタマイズ可能なツールで、Telegramに信号を送信し、あなたのアカウントを信号提供者に変えることができます。 メッセージのフォーマットは 完全にカスタマイズ可能です! しかし、簡単な使用のために、あらかじめ定義されたテンプレートを選択し、メッセージの特定の部分を有効または無効にすることもできます。 [ デモ ]   [ マニュアル ] [ MT5バージョン ] [ Discordバージョン ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。開発者が必要なものをすべて提供します。 主要機能 購読者に送信される注文の詳細をカスタマイズする機能 例えばブロンズ、シルバー、ゴールドなど、階層型のサブスクリプションモデルを作成できます。ゴールドサブスクリプションでは、すべての信号が得られますなど。 ID、シンボル、またはコメントによる注文のフ
Trade copier MT4
Alfiya Fazylova
4.56 (32)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT4> MT4、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
Candlestick Pattern Scanner is a multi-timeframe and multi-symbol dashboard and alert system that checks all timeframes and currency pairs for different candlestick patterns that are formed in them. Scanner is integrated with support and resistance zones so you can check the candlestick patterns in the most important areas of the chart to find breakout and reversal patterns in the price chart. Download demo version   (works on M30,D1,W1 timeframes and 20 symbols of Market Watch window) Read the
The product will copy all telegram signal to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal, s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to
VirtualTradePad PRO SE MT4 — MetaTrader 4向け高度な取引パネルとチャートワークスペース VirtualTradePad PRO SE は、 MetaTrader 4 向けのプロフェッショナルな取引パネルであり、トレード管理ワークスペースです。1つのチャートベースのインターフェースから、取引の開始、管理、保護、決済、分析をより速く行えるようにします。 この製品は、単なるボタンセット以上の機能を必要とするアクティブな手動トレーダー向けに作られています。PRO SE は、ワンクリック執行、予約注文、ポジション管理、部分決済、バスケット損益ロジック、平均化レベル、ATMルール、シグナル監視、市場情報、ストラテジーテスターのワークフロー、VPS向け準備を、1つの構造化されたワークスペースに統合します。 MT5版 | 完全な説明とスクリーンショット | 購入方法 | インストール方法 | ログファイルの取得方法 | テストと最適化の方法 | Expforex のすべての製品 通常の手動取引に対する利点 多くのウィンドウではなく1つのワークスペース — 取引執
Hey, it’s finally here: the One-Way Hedge Object Copier! Seamlessly copy your drawing objects across multiple charts and timeframes. Available now on the market! Simply drop it onto your charts, draw and adjust your objects, and they will be copied 1:1 into all other charts. This lets you focus on what really matters and have fun. :) Happy trading, everyone!
MT4 to Discord Signal Provider は、Discord へ直接トレーディングシグナルを送信するために設計された、使いやすく完全にカスタマイズ可能なユーティリティです。このツールは、あなたのトレーディングアカウントを効率的なシグナルプロバイダーに変えます。 スタイルに合わせてメッセージフォーマットをカスタマイズ!利便性を考え、事前にデザインされたテンプレートから選択し、メッセージのどの要素を含めるか除外するかを選択できます。 [ デモ ] [ マニュアル ] [ MT5 バージョン ] [ Telegram バージョン ]  New: [ Telegram To MT5 ] セットアップ 簡単なセットアップのために、私たちの詳細な ユーザーガイド に従ってください。 Discord API の事前知識は必要ありません。必要なツールはすべて提供されます。 主な特徴 購読者の更新のための注文詳細をカスタマイズ。 ブロンズ、シルバー、ゴールドなど、各レベルで異なるシグナルアクセスを提供する階層的サブスクリプションモデルを実装。 注文が実行されたチャートのスクリーン
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before   BUYING  and watch my video about it. Contact me for user support or bug reports, or if you want the MT5 version! MT5 Version I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own   Zone Recovery   strategy to capitalize on trending markets. Create   Grid   trading strategies, to profit from ranging markets. Place orders easil
RS Trade Copier - 超高速 で動作するローカルトレードコピー機。 真の グラフィカルインターフェース搭載。口座番号の手動入力はもう終わりです。200項目を超える長大なパラメータリストとも、これでおさらばです。 複数のMT4とMT5ターミナル間で取引操作をコピーするための、信頼性が高く柔軟なツールです。経験豊富なトレーダーやシグナルサービス、個人投資家に適しています。1つまたは複数のシグナルソース(Provider)から1つまたは複数のレシーバー(Client)へ、高い精度と最小限の遅延で 取引を同期 します。シンプルな自動設定と高度な手動設定の両方をサポートしています。手動または他のEAで開かれた注文に干渉しません。すべての処理は MT4内でローカルに 行われ、サードパーティサーバーを使用しません。 RS Trade Copierと他のソリューションの比較 RS Trade Copier 他のソリューション 設定 ビジュアルステップバイステップウィザード。 設定時間は約1分。 200以上の分かりにくい入力パラメータ。 設定時間は約20分。 速度 非同期トレード操作。*
MT5版をお探しですか? MetaTrader 5 をご使用の方は、こちらをクリックしてネイティブバージョンを入手してください: https://www.mql5.com/ja/market/product/155546 Multi-Currency Strength Dashboard PRO — プロフェッショナル通貨強弱インジケーター (MT4) Multi-Currency Strength Dashboard PRO は、MetaTrader 4 向けの高度なインジケーターで、FX市場における主要通貨の相対的な強さをリアルタイムで測定します。最大28の主要ペアを分析し、8つの主要通貨の正規化された強さを計算し、監視すべきペアや避けるべきペアを素早く特定できる完全なダッシュボードを表示します。 インジケーターの目的 通貨の強弱を明確かつ即座に可視化する。 「強い vs 弱い」の組み合わせを強調し、強いトレンドを特定するのに役立つ。 トレードするペアの選定を改善するためのフィルターとして機能する。 複数のチャートを開くことなく、FX分析を効率化する。 主な機能 多通
Exp4 Duplicator
Vladislav Andruschenko
4.5 (22)
Duplicator for MetaTrader 4 — 1つの端末内で動作するプロフェッショナルな取引・注文複製システム すでに開かれている取引を自動で複製し、ロットを拡大し、独自の数量ロジックを適用しながら、複製ポジションを正確なルールで管理したいトレーダーのための強力な Expert Advisor です。 手動売買、他の自動売買システム、既存ポジションの柔軟な管理に適した実用的なツールです。 Duplicator は独自の売買戦略で新規エントリーを行うものではありません。その役割は、MetaTrader 4 内にすでに存在しているポジションや注文を監視し、指定されたルールに従って正確な複製を作成することです。複製数、ロットサイズ、Stop Loss、Take Profit、各種フィルター、追加の管理条件まで細かく設定できます。 異なる端末間でコピーするツールではなく、 同じ端末の中で 賢く取引や注文を複製したい場合、Duplicator はまさにそのためのソリューションです。 MT5のバージョン 完全な説明 + DEMO + PDF 購入する方法 インストールする方法 ログ
Seconds Chart - MetaTrader 4で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。あらゆるインジケーター、エキスパートアドバイザー、スクリプトを利用可能で、標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 こちらもお役に立つかもしれません RS Trade Copier - 本格的なグラフィカルインターフェースを備えた超高速ローカル取引コピー機です。設定は約1分で完了し、口座番号を手動で入力する必要はありません。MT4とMT5間のコピーをあらゆる組み合わせでサポートします。 Seconds Chartの利点 1秒から900秒 までのタイムフレームをサポート。 瞬時の読み込み MT5ターミナルからのティックデータベースのインポートにより
DYJは私と一緒に来てEAで、DYJ指標の仮想取引記録を追跡して、実際に倉庫と平倉を開設します。 個々の信号源のインジケータの名前と状態を表示できます; 現在、 DYJ T3ModeMa 指標しかないが、将来的にはもっと多くの指標が拡張されるだろう。 指標のリアルタイムトレンド方向を受信できます。 インジケータの最遅ライセンス時間を受信できます。 指標の最新入場価格を受け取ることができます。 複数の通貨ペアの収益ボタンが表示され、総持場数もボタンに表示されます。 複数通貨対取引明細書の数量を表示するボタン。 いつでも通貨ペアを削除したり、すべての通貨ペアを削除したりできます。 ボタンをクリックすると、利益の大きさに応じていつでも1つの通貨ペアの総利益またはすべての通貨ペアの利益を平倉することができます。 一度に一枚ずつ設定し、一枚あたりの固定手数を0.01などにすることができます。 または1手以上または指標取引量に従う。 動的利益追跡を設定します。 利益目標の上限を設定する。 倉庫のクローズ時に保留中の注文を自動的に削除します。 複数の通貨ペアのそれぞれの利益と
Telegram to MT4 Multi-Channel Copier は、Telegram チャンネルからのトレードシグナルを MetaTrader 4 に自動的に直接コピーします。ボットも、ブラウザ拡張機能も、手動コピーも不要です。Telegram でシグナルを受信すると、EA が数秒以内にターミナルでトレードを開きます。 本製品は 2 つのコンポーネントで構成されています:Telegram チャンネルを監視する Windows アプリケーションと、MT4 ターミナルでシグナルを実行するこの Expert Advisor です。MT5 バージョンも利用可能です。 セットアップガイドとアプリケーションのダウンロード: https://www.mql5.com/en/blogs/post/768988 動作の仕組み Windows アプリケーションは、ボットではなくお客様自身の API 認証情報を使用して Telegram に接続します。これにより、プライベートチャンネルや VIP チャンネルを含め、登録しているあらゆるチャンネル、グループ、フォーラムトピックを読み取れます。シグナル
Exp SafetyLock PRO
Vladislav Andruschenko
4.57 (28)
SAFETYLOCKを使用すると、トレーダーはすでにオープンしているポジションに対して反対の注文を設定することで、強い市場の反転を回避できます。 トレーダーまたはEAがポジションをオープンすると、SAFETYLOCKは自動的に反対の保留中の注文を設定します。 ポジションが損失に転じた場合、その保留中の注文がアクティブになり、ロックを作成して損失を最小限に抑えます。 このEAは、初期のポジションを閉じる、トレーリングストップを使用して利益を最大化する、またはロットを増やしてリスクを調整するなど、さまざまな操作を可能にします。 さらに、ポジションの価格に合わせて、保留中の注文の始値を変更することもでき、市場の動きに柔軟に対応することができます。     Version for MetaTrader 5 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 基本的なパラメーター(ブログのパラメーターの完全な説明) MilliSecondsTimerForMonitori
作者のその他のプロダクト
Auto Risk Manager Mt5
Mildry Yocasta Feliz Rodriguez
AutoRiskManage v2.3 — Documentation Expert Advisor — MetaTrader 4 & 5 AutoRisk Manage v2.3 Automated risk management EA with interactive graphical panel. Applies SL/TP, Break Even, Trailing Stop, and lot size calculation by risk percentage — for any instrument, any broker. MT4 / MT5 v2.3.0 MQL4 · MQL5 C2C + B2C Time Space Technology Overview AutoRiskManage is an Expert Advisor that acts as a risk management layer on top of any manually opened position. It does not generate trading signals — i
FREE
Asistente Manual MT4
Mildry Yocasta Feliz Rodriguez
Documentación 1. Objetivo General El EA fue diseñado como un asistente manual avanzado para MetaTrader 4. Su objetivo es permitir la apertura y gestión de operaciones manuales mediante un panel visual integrado en el gráfico, utilizando control porcentual de riesgo, SL/TP monetario y un sistema de protección global de pérdida flotante. 2. Características Principales - Panel gráfico interactivo. - Apertura manual BUY/SELL. - Cálculo automático de lotaje. - SL basado en porcentaje de cuenta. - TP
フィルタ:
レビューなし
レビューに返信