Trade and Risk Manager MT4

Trade & Risk Manager is a trading utility panel for MetaTrader 4 designed for manual trading and risk control. The program does not include a trading strategy and does not open trades automatically — all trading actions are performed only by pressing buttons on the panel.

The utility helps you to:

  • quickly open/close positions;

  • calculate position size (lot) based on a predefined risk;

  • enforce trading plan limits: daily loss, maximum drawdown, trade limit, profit target;

  • manage positions: breakeven, partial close, reverse, trailing stop;

  • use a grid of pending STOP orders (Grid) and delete pending orders.

Main Features

1) Trading Panel (manual actions)

  • BUY / SELL — market entry.

  • Close — close the last position on the symbol.

  • CloseAll — close all positions on the symbol.

  • Pause — manual pause (blocks trading actions from the panel).

  • Compact / Full — compact or full panel mode.

2) Risk Management & Trade Parameters

  • Risk% — risk-based lot calculation (in percent) using SL in points.

  • Alternative: fixed lot.

  • SL pts / TP pts — stop loss and take profit in points.

  • Volume limit: MaxLotPerTrade.

3) Trading Plan Limits (Rules)

  • Max trades/day — maximum number of trades per day.

  • Max daily loss % — daily loss limit based on equity.

  • Max total drawdown % — total drawdown limit:

    • from the initial value (Initial), or

    • trailing from the equity peak (Trailing equity).

  • Profit target % — profit target (once reached, trading is blocked).

Behavior on breach:

  • Pause on breach — automatically pauses trading,

  • Auto close all on breach — optionally closes positions on breach.

4) Position Management (Full mode)

  • Breakeven Last / All — move SL to breakeven (for the last/all positions on the symbol).

  • Reverse — close the last position and open the opposite direction.

  • Partial 50% — close 50% of the last position volume.

  • Trailing — toggleable trailing stop:

    • ST pts — start level (profit required to activate),

    • LVL pts — trailing distance.

  • Grid — place a series of STOP orders in the direction of the last position:

    • number of orders is set in inputs,

    • STP pts — step between orders,

    • MLT x — volume multiplier for each next order.

  • Del — delete all pending orders on the symbol (filtered by Magic when enabled).

  • UPD (lower right corner of the info panel) — reset the Max total drawdown % and Profit target % values ​​(relevant for intraday traders, when the total account drawdown and profit target values ​​can block trading).

Interface & Input Control

The fields Risk/SL/TP/ST/LVL/STP/MLT are editable directly on the panel:

  • click the field → type from keyboard,

  • Enter — confirm,

  • Esc — cancel,

  • Backspace/Delete — delete characters.

The panel can be dragged with the mouse by the top header.

Panel settings and entered values are saved (after terminal restart / chart reattach).

Input Parameters (Inputs)

Main

  • InpMagic — Magic number.

  • InpRiskMode — risk mode: percent or fixed lot.

  • InpRiskBase — risk base: Equity or Balance.

  • InpRiskPercentDefault — default risk (%).

  • InpFixedLotDefault — fixed lot (if fixed mode is selected).

  • InpSLPointsDefault — default SL (points).

  • InpTPPointsDefault — default TP (points).

  • InpUseTP — enable TP.

Trailing (defaults)

  • InpTrailStartPtsDefault — ST pts.

  • InpTrailLevelPtsDefault — LVL pts.

Grid

  • InpGridOrdersCount — number of STOP orders in the grid.

  • InpGridStepPtsDefault — STP pts (grid step).

  • InpGridMultDefault — MLT x (volume multiplier).

Limits

  • InpMaxLotPerTrade — maximum lot per trade.

  • InpMaxTradesPerDay — daily trade limit.

  • InpCountOnlyThisEA — count “trades per day” only by Magic.

  • InpManageOnlyThisEA — manage (Close/BE/Del/Grid) only by Magic.

Rules (Limits/Rules)

  • InpMaxDailyLossPct — daily loss (%).

  • InpMaxTotalDDPct — maximum drawdown (%).

  • InpDDMode — drawdown mode: from initial or trailing equity.

  • InpProfitTargetPct — profit target (%).

  • InpPauseOnBreach — pause on breach.

  • InpAutoCloseAllOnBreach — close positions on breach.

Trading Schedule

  • InpTradeStartHour / InpTradeEndHour — hours (0..24).

  • InpAllowMon..InpAllowSun — allowed weekdays.

Panel Position

  • InpPanelX / InpPanelY — initial panel position.

Important Notes

  • All SL/TP/ST/LVL/STP values are in points (not pips).

  • Broker restrictions apply (e.g., Stops Level). If SL/TP/pending price is too close to the market, the action will be rejected.

  • To use the buttons, enable Algo Trading and allow trading in the EA settings.

  • It is recommended to test on a demo account before using on a live account.

FAQ

1) Why does BUY/SELL not open a trade?

Check:

  • Algo Trading is enabled in the terminal;

  • trading is allowed in the EA settings;

  • there is a server connection (Terminal connected);

  • the Pause button is not enabled;

  • rule limits were not triggered (Trades/day, Daily Loss, Max DD, Profit Target) — the status line will show the reason.

2) Why can’t SL/TP be set or why does it say “SL/TP too close”?

Your broker may require a minimum distance (Stops Level) from the current price.

  • Increase SL pts / TP pts.

  • Remember values are in points (not pips).

  • Some symbols may have additional constraints (spread, freeze level).

3) Why doesn’t Breakeven work?

Breakeven is applied only if:

  • the position is in profit;

  • the new SL does not violate Stops Level (too close → rejected);

  • SL is not already “better” (e.g., for BUY, SL already at/above BE).

4) Why doesn’t Partial 50% work?

Partial close is possible only if:

  • 50% of the volume, after normalization to the volume step (SYMBOL_VOLUME_STEP), is not less than the minimum lot (SYMBOL_VOLUME_MIN);

  • the calculated close volume is less than the current position volume.
    For very small positions (e.g., 0.01), “half” may be impossible.

5) Why doesn’t Reverse open the opposite trade?

Reverse does:

  1. close the last position;

  2. attempt to open the opposite direction.
    If rules/limits are triggered or trading is unavailable (no quotes, market closed, restrictions, insufficient margin), the new order may fail.

6) How is “Daily Loss” calculated?

Equity-based logic:

  • equity is fixed at day start (server midnight);

  • the minimum equity during the day is tracked;

  • Daily Loss % = (EquityStart − EquityLow) / EquityStart × 100%.
    This includes floating drawdown on open positions.

7) How is “Total Drawdown” calculated?

Depends on the mode:

  • From Initial: base = initial equity/balance saved at first run.

  • Trailing Equity: base = maximum equity reached after start (high-water mark).
    DD% = (Base − CurrentEquity) / Base × 100%.

8) Why is Grid not placed?

Common reasons:

  • no last position on the symbol (Grid uses the last position direction);

  • InpGridOrdersCount <= 0 or STP pts <= 0 or MLT <= 0 ;

  • STOP price is too close to the market (Stops Level restriction);

  • calculated lot is 0 or below minimum (SYMBOL_VOLUME_MIN);

  • “Manage only this EA” is enabled and the last position does not match Magic.

9) Why doesn’t Del delete pending orders?

Only pending orders on the current symbol are deleted.
If InpManageOnlyThisEA=true , only orders with your InpMagic are deleted.

10) The panel disappeared / cannot be clicked / cannot be moved

  • Switch Compact/Full mode.

  • Make sure the panel is not covered by other chart objects.

  • Drag the panel by the top header.


おすすめのプロダクト
Vizzion is a fully automated scalping Expert Advisor that can be run successfully using GBPJPY currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks on
Forex Daily Scalping EA is a professional scalping advisor for daily work on the FOREX currency market. In trading, along with experience, traders usually come to understand that the levels of accumulation of stop orders, price and time play a significant role in the market. - Recommend ECN broker with LOW SPREAD: IC Market , Exness, NordFX , FXPRIMUS , Alpari , FXTM PARAMETERS: PRICE - the price distance to be covered in the allotted time period; TIME - time allotted in seconds; HL_PERIOD - n
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (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 perhapse most popular) Inn
The “ SG Opposit Grid ” EA works with Virtual TakeProfit(or real) - at the trader's choice. The EA looks for signals to enter the market along the trend on D1 and H1 . If the signals coincide, the EA on the working period ( М1 - М30 depends on the trader's choice) looks for a confirming pattern and opens a position in the direction of the trend. If, after opening a position, the price moves in a profitable direction, the position is closed upon reaching the virtual TProfit with a profit. If the
Introduction It is common practice for professional trades to hide their stop loss / take profit from their brokers. Either from keeping their strategy to the themselves or from the fear that their broker works against them. Using this indicator, the stop loss / take profit points will be drawn on the product chart using the bid price. So, you can see exactly when the price is hit and close it manually.  Usage Once attached to the chart, the indicator scans the open orders to attach lines for t
The Infinity Expert Advisor is a scalper. When the resistance and support levels are broken, trades are opened in the direction of the price movement. Open positions are managed by several algorithms based on the current market situation (fixed stop loss and take profit, trailing stop, holding positions in case of trend indication, etc.). Requirements for the broker The EA is sensitive to spread, slippages and execution quality. It is strongly recommended not to use the EA for currencies with s
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
Angry bull Option Binary
Fabio Oliveira Magalhaes
1 (1)
Angry Bull Option Binary   This is a Binary Options robot, which contains 7 strategies, you can backtest it to check what the best strategies are Settings Initial Batch Value Dynamic Investment = If activated it will use an automatic lot according to its capital Balance ($) w/ backtest = Starting balance to backtest PorcRiscoInvestment = It will be the value of % for the automatic lot if it is activated Expiration (in minutes) = It will be the expiration time of orders in Binary Options Magic
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Magic EA MT4
Kyra Nickaline Watson-gordon
3 (1)
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 wo
H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
Correlation Beast V2.05 - Skyrocket Your Forex Trading! Unlock the power of currency correlations with Correlation Beast V2.5 , the ultimate Expert Advisor for MetaTrader 4! Designed for traders who crave precision and profitability, this EA leverages advanced correlation strategies to identify high-probability trades. Whether you're a beginner or a pro, this tool is your key to mastering the Forex market! Why Choose Correlation Beast V2.5? Powerful Correlation Trading Trade sma
Classic Market Surfer EA - A Timeless, Proven Strategy for Gold Trading For years, this powerful trading strategy has been hidden from the public-reserved for a select few. Now, for the first time, the Classic Market Surfer EA is available to traders like you.   Built on pure, time-tested trading principles, this EA doesn't rely on trendy gimmicks like AI or machine learning. Instead, it harnesses a classic, robust strategy that has consistently delivered results over the years. This is not a "g
MACD Pro I EA https://youtu.be/2wCzTFIGNp4 =============== This Robot is fully automated and has been created for everyone. The Robot works also on cent accounts. The Ea is based on the MACD Indicator and 3 more and has been kept simple. ========================================= Maybe better to go for small profit, set it on higher time frames then you can use it for more pairs at the same time. =========================================== => works on all Time Frames but i would recommend the
Gold Coin M5
Andrey Kozak
2.5 (8)
Gold Coin M5 は、M5 期間を使用して金市場 (XAUUSD) を取引するように設計された自動取引ロボットです。 このロボットは、短期間の間隔で自動的に取引 (スキャルピング) したいトレーダー向けに設計されています。 特徴: スキャルピング戦略: ロボットは、短期的な価格変動に基づくポジションへの即時エントリーとポジションに基づくスキャルピング戦略を使用します。 M5 の XAUUSD 用に最適化: XAUUSD スキャルパーは、M5 時間枠で XAUUSD ペアを取引するように特別に調整されており、金市場での機会を最大化できます。 最低残高: ロボットとの取引に推奨される最低残高は 1000 ドルです。 このレベルのバランスにより、リスクを管理するのに十分なマージンが提供され、ロボットが短期間で効果的に動作することが可能になります。 使いやすさ: XAUUSD Scalper は、取引口座へのインストールと設定が簡単で、初心者から経験豊富なプロまで幅広いトレーダーが利用できます。 取引に関する推奨事項: XAUUSDでの取引 M5 の時間枠 最低初期残高は$100
Santa Scalping
Morten Kruse
2.84 (19)
Santa Scalping is a fully automated Expert Advisor with no use of martingale. Night scalping strategy. The SMA indicator filter are used for entries. This EA can be run from very small accounts. As small as 50 EUR. General Recommendations The minimum deposit is 50 USD,  default settings reccomend for eurusd m5 gmt +2 . Please use max spread 10 if you will not have orders change it to -1. Use a broker with good execution and with a spread of 2-5 points. A very fast VPS is required, preferably w
Simple RSI Forex Trading Strategy
Victor Manuel Valderrama Zamora
4 (1)
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when RSI indicator enter in oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is EURGBP and the recommended timeframe to operate and to do backtests is H4. This Expert Advisor can be profitable in any TimeFrame an
FREE
TPS Zero Scalper EA is a high-performance automated trading solution meticulously engineered to excel in rapid-paced market conditions. Built by the experts at Trading Public School, this EA is specifically designed for scalpers seeking precision and speed in their trading strategies. With TPS Zero Scalper EA, you gain access to a powerful algorithm that swiftly identifies micro-market trends and price differentials. The EA's lightning-fast execution and advanced risk management tools allow yo
The Super scalper universal is a fully automated scalping Expert Advisor, which uses five indicators. Each open position is protected by a hidden stop order managed by an advanced modification algorithm. When searching for the suitable signals, the EA uses the integrated indicator in conjunction with the trend and time filters, as well as the volatility filter. It use dynamic position closure, which considers the location where the order had been opened and the subsequent price action. Profit is
General Description Grid RSI Pro v3.1 is an advanced trading Expert Advisor for MetaTrader 4 that uses a grid strategy with RSI indicator filtering. The EA automatically opens orders at specified levels, creating a grid of orders to capture market fluctuations. Version 3.1 includes enhanced risk management features and improved signal filtering systems. Key Features 1. Trading Strategies RSI Strategy : Position opening when RSI reaches overbought (80) or oversold (20) levels Fixed Points : Posit
Universal Counter-Trend Grid EA — Smart Grid Trading, Redefined. For MT5 version :  https://www.mql5.com/en/market/product/165598 Tired of EAs that only work in one market condition? Universal Counter-Trend Grid EA is engineered to capitalize on the market's most rewarding moments — when price stretches too far and is ready to snap back to equilibrium. With intelligent grid technology and a multi-layer confirmation system , this EA captures opportunities that manual traders often miss
Overview Discover the power of automated scalping with KumoJoy , a smart Expert Advisor (EA) for MetaTrader 4. KumoJoy blends the trusted Ichimoku Kinko Hyo indicator with dynamic scalp zones to capture fast price reversals in active forex markets. Designed for traders who want hassle-free trading, KumoJoy delivers high-probability trades with low costs and built-in risk controls. With KumoJoy, you’ll enjoy: Easy Setup : Simple settings for beginners and pros alike. Live Insights : Chart labels
Virtual Collider Manual   is a trading assistant with a built-in panel for manual trading. It automatically moves a position opened by a trader in profit using innovative adaptive grid algorithm of averaging and adaptive pyramiding Know-how of the grid algorithm of averaging and pyramiding of the   Virtual Collider Manual   trading robot is based on fully automatic adaptation of all characteristics of dynamically build order grid and pyramid with actual price movement with no need for adjusting
EA Black Lion
Mohamed Hassan
5 (4)
Huge 70% Halloween Sale for 24 hours only!  EA BLACK LION  is an expert advisor that is the true definition of a scalper where it's able to spot real divergence movements in the forex market. It is highly sophisticated because it can spot potential reversal or continuation patterns. The real-time divergence patterns are visually shown to you on your MT4 chart. (This is game changing because you actually see the strategy in front of you)  It uses a sophisticated system that has been successfull
ニューラル ネットワーク ベースの夜間取引ゴールド アドバイザーは、夜間市場での戦略を自動化したい投資家やトレーダーにとって革新的なツールです。 このアドバイザーは、高度な機械学習とニューラル ネットワーク テクノロジーを使用してデータを分析し、取引の意思決定を行います。 アドバイザーの初期費用は 190 ドル、最初の 10 部、次の価格変更は 490 ドル、アドバイザーの最終費用は 1490 ドルです 取引戦略でニューラル ネットワークのコードを開発するには、TensorFlow や PyTorch などの特殊なライブラリを使用する必要があります。 TensorFlow ライブラリを使用して、過去のデータに基づいて金価格を予測するシンプルなリカレント ニューラル ネットワーク (RNN) を作成しました。 # ニューラルネットワークの作成 モデル = tf.keras.Sequential([      tf.keras.layers.LSTM(hidden_​​layer_size, input_shape=(seq_length, input_size)),      t
We present to you a fully automated Expert Advisor designed for trading major currency pairs. The bot uses a set of its own trading algorithms and has protection against crashes. Attention! The bot only works correctly when the spread is less than 6 pips! I ask you to weigh this fact, and if you do not have the appropriate conditions for trading, this bot will not work for you! The robot controls the volume of trading positions, slippage, spread, maintains and protects open orders, can work wit
OtmScalp EA V1 - EUR、ゴールド、BTC用AIスキャルピングロボット OtmScalp EA V1 - EUR、ゴールド、BTC用AIスキャルピングロボット 期間限定オファー: 499ドルのみ(通常価格1200ドル - 近日値上げ予定) OtmScalp EA V1が選ばれる理由 安定した日次収益 - 制御された積極的なスキャルピング戦略 3つの専門バージョン - EURペア、ゴールド(XAU/USD)、ビットコイン(BTC/USD)用 完全自動取引 - 24時間5日間、手動操作不要 スマートリスク管理 - 自動ストップロス、テイクプロフィット、動的ロットサイズ 収益化メカニズム 高勝率戦略 - AIがマイクロトレンドを検出しミリ秒単位で執行 低ドローダウン - 高度なリスク管理で資金を保護 ブローカー互換性 - IC Markets、Pepperstone、RoboForex等で検証済み 簡単設定 - 2分でインストール、プログラミング不要 実績データ(バックテスト&実稼働) EUR/USD版:月間平均15-25%(5分・15分足) ゴールド(XAU/USD)版:月
Macd Martin
Roman Yablonskiy
2.5 (2)
Double Breakout   is an automatic expert advisor with two separate strateges that uses martingale. The MACD indicator with adjustable parameters is used as inputs for each flow of orders. The specified takeprofit and stoploss levels are used to exit the position.  General recommendation The minimum recommended deposit is 1000 cents. Spread is recommended not more than 3 points. It is better to use trend currency pairs. The martingale parameter can be set from 0.1 to any value. When martingale i
FREE
Golden King Expert Advisor は、主に金 (XAU/USD) の取引に焦点を当てた独自のスキャルピング戦略を備えた外国為替市場向けに特別に設計された自動取引プログラムです。 この EA は、金の価格変動から高頻度かつ迅速にお金を稼ぐ方法を探しているトレーダー向けに設計されています。 「ゴールデンキング」の主な特徴: スキャルピング戦略: この EA はスキャルピング戦略を使用します。これは、ポジションを短期間 (多くの場合数分以内) にオープンおよびクローズすることを意味します。 これにより、小さな価格変動でもすぐに利益を得ることができます。 独自の開発: アドバイザーの作成者は、金市場で最適な結果を得るために独自かつ洗練された戦略の開発に特別な注意を払いました。 自動取引: Golden King は完全に自動化されており、人間の介入を必要とせずに 24 時間年中無休で操作できます。 トレーダーはパラメータを調整して結果を監視するだけで済みます。 リスクコンプライアンス: この EA には通常、損失を最小限に抑え、トレーダーの投資を保護するためのス
Gold Label  is an Expert Advisor designed specifically for trading gold.  This EA is specifically designed for   XAUUSD  with low risk and can grow your account from small capital. It is based on machine learning cluster analysis and genetic algorithms. EA contains self-adaptive market algorithm, which uses price action patterns and standard trading indicators. Expert showed stable results on XAU in 2011-2020 period. No dangerous methods of money managment used. Suitable for any broker conditi
このプロダクトを購入した人は以下も購入しています
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
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 Assistant MT4
Evgeniy Kravchenko
4.43 (195)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順 - アプリケーションの手順 - デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通貨」、「 % 残
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
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
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台規模のターミナル環境でも
Copy Cat More Trade Copier MT4 (コピー猫MT4) は単なるローカル取引コピーツールではなく、現代の取引課題に対応するために設計された完全なリスク管理と実行フレームワークです。Propファームのチャレンジから個人の資産管理まで、強力な実行力、資金保護、柔軟な設定、高度な取引処理を組み合わせ、あらゆる状況に適応します。 このコピーツールは Master(送信側) と Slave(受信側) の両モードで動作し、成行注文や指値注文のリアルタイム同期、取引修正、部分決済、Close By 操作をサポートします。デモ口座・リアル口座の両方に対応し、取引用パスワードまたは投資家パスワードでも利用可能です。Persistent Trade Memory 技術により、EA・ターミナル・VPS が再起動しても復元可能です。複数の Master と Slave を同時に管理でき、ブローカー間の違いはプレフィックス/サフィックスの自動調整やシンボルマッピングで処理されます。 マニュアル/設定: Copy Cat Trading Copier マニュアル Copy Cat Mo
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
Trade copier MT4
Alfiya Fazylova
4.58 (33)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT4> MT4、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
Telegram to MT4 Multi-Channel Copier   は、TelegramチャンネルのトレーディングシグナルをMetaTrader 4に自動的にコピーします。ボット不要、ブラウザ拡張不要、手動コピー不要。Telegramでシグナルを受信すると、EAが数秒以内にターミナルで取引を開きます。 この製品は2つのコンポーネントで構成されています:Telegramチャンネルを監視するWindowsアプリケーションと、MT4ターミナルでシグナルを実行するExpert Advisorです。 アプリのダウンロードガイドはこちら: https://www.mql5.com/en/blogs/post/768988 仕組み WindowsアプリはあなたのAPIクレデンシャルを使ってTelegramに接続します(ボットではないため、プライベートチャンネルやVIPチャンネルを含む、購読しているあらゆるチャンネルを読み取れます)。シグナルを検出すると、解析してEAに送信します。EAはシグナルを読み取り、ブローカーに応じてシンボル名を解決し、リスク設定に基づいてロットサイズを計算し、取引を
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
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 が結果を監視し、条件に到
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 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎま
Custom Alerts AIO:マルチマーケット監視を一括で実現 — 設定不要ですぐに使えるインテリジェントツール 概要 Custom Alerts AIO は、追加のインジケーター設定が不要で、インストール後すぐに利用できる高機能マーケットスキャナーです。FX Power、FX Volume、FX Dynamic、FX Levels、IX Power を内部にすべて統合し、主要なすべての資産クラス(為替、金属、指数、暗号資産)を一括監視できます。MetaTrader の仕様により、株式は個別のシンボルとして追加可能ですが、一般的には利用頻度は低めです。 1. なぜ Custom Alerts AIO を選ぶべきか 追加ライセンス不要 • 必要なすべての Stein Investments インジケーターが内蔵されており、すぐに使用可能です。 • チャートに表示されるグラフィックは省略されており、アラート生成に特化した構成です。 市場を広範囲にカバー • 為替、金属、暗号資産、株価指数に対応(株式は手動追加可能)。 • シンボル名を入力する必要はなく、プロパティで資産クラス
Managing Trades 3.0 MT5 version:  https://www.mql5.com/en/market/product/172666?source=Site With Managing Trades 3.0, you can manage your trades quickly and efficiently. It features an intuitive visual interface with large buttons, allowing you to manage your trades as quickly as possible. With Managing Trades 3.0 you can: - Open a Buy and Sell order instantly with a single click, using any lot size you want. You can also optionally set Stop Loss and Take Profit. - Close all open trades in
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overrid
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 MT4 accounts only. For MT5 accounts, you must use Auto Trade Copier for MT5 . Reference: - For MT4 receiver, please download Trade Receiver Fre
Trading History - A program for trading and money management on the history of quotes in stratagy tester. It can work with pending and immediate orders, and is equipped with trailing stop, breakeven and take profit functions. Very good for training and testing different strategies. Manual (Be sure to read before purchasing) Advantages 1. Allows you to test any trading strategy in the shortest possible time 2. An excellent simulator for trading training. You can gain months of trading experience
EchoTrade Telegram to MT5 Copier Seamless, Instant, and Reliable Signal Copying - Direct from Telegram to MetaTrader 4! The product does not run in the strategy tester but you can get free trial version   here  for testing before purchase. Tired of manually executing trades from Telegram signals? EchoTrade automates the process, instantly copying trades from any Telegram channel or group directly into your MT5 account—accurately, efficiently, and without delay. Key Features: Universal Compatib
The product will copy all  Discord  signal   to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT4. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrader
TP Splitter Pro MT4 TP Splitter Pro MT4 is an advanced Expert Advisor (EA) designed to optimize your take-profit strategy by automatically placing copy trades with multiple TP levels. It ensures a structured exit plan while maximizing profits and managing risk efficiently. Unlike standard trade copiers, TP Splitter Pro MT4 only executes copy orders when the entry price is more favorable than the master order. It places sell orders at a higher price and buy orders at a lower price. With built-in
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
The  MT4  EAs Manager   is a professional risk management and trade assistance tool designed to monitor, control, and optimize all trading activities on your MT5 account. It acts as a   central command center   that oversees every trade - whether opened by other Expert Advisors or manually by you. How it's work with other EAs :   Blog post  MT5 version :  https://www.mql5.com/en/market/product/166211 Only 10 copies will be sold at the early-bird price. After 10 copies, the price jumps directly t
Riskless Pyramid
Snapdragon Systems Ltd
5 (1)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
If you need an advisor on any arrow indicator signals - this utility will definitely help you.  You will be able, with the help of this utility to form an unlimited number of EAs on YOUR signals , with your set of settings, with your copyright and complete source code . You will be able to use the resulting EAs unlimitedly , including adding them to the Market and other resources. Free simple version of the generation script to help you understand how it works - here What does the utility do? 
News filter, equity guard & session control for all your EAs — one tool, full protection 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. Why traders choose Take a Break One news filter for all your EAs — no more relying on individual built-in filters that may o
With this Expert Advisor you will follow the sound trading principle Buy Low and Sell High by default ! And you can do that even with a normal day job . You will be even able to trade on lower timeframes which you could never do without such an Expert Advisor. And the best thing is that you are in control! You can tell the Edge Zone EA where it has to enter and where it has to exit. And you can do that even many hours before the trade will occur . This EA is therefore an excellent assistant for
MultiOrder Assistent V3.0   - Your professional trading assistant for MetaTrader 4 The  MultiOrder Manager  is a powerful trading tool designed to optimize your trading while managing risk efficiently. With intuitive features and a user-friendly interface, this Tool is ideal for traders who want to manage multiple orders simultaneously without losing track.   Symbols: FX pairs, gold and cryptocurrencies Here you get a detailed description of the parameters and functions Manual     Features and
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
作者のその他のプロダクト
FlatBreakout MT5 (Free Version) Flat Range Detector and Breakout Panel for MT5 — GBPUSD Only FlatBreakout MT5   is the free version of the professional FlatBreakoutPro MT5 indicator, specially designed for flat (range) detection and breakout signals on the   GBPUSD   pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout MT5 and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of
FREE
Trade & Risk Manager is a trading utility panel for MetaTrader 5 designed for manual trading and risk control . The program does not include a trading strategy and does not open trades automatically — all trading actions are performed only by pressing buttons on the panel. The utility helps you to: quickly open/close positions; calculate position size (lot) based on a predefined risk; enforce trading plan limits: daily loss, maximum drawdown, trade limit, profit target; manage positions: breakev
FlatBreakout (Free Version) Flat Range Detector and Breakout Panel for MT4 — GBPUSD Only FlatBreakout is the free version of the professional FlatBreakoutPro indicator, specially designed for flat (range) detection and breakout signals on the GBPUSD pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of flat ranges (breakout,
FREE
AO-Alert — Professional Signal Indicator Based on Awesome Oscillator AO-Alert is an auxiliary tool for MetaTrader 4 based on the analysis of the Awesome Oscillator (AO, by Bill Williams — a visual modification of the classic MACD, included in MT4 by default). The indicator is designed to identify key moments of trend emergence and development, making it ideal for scalping, intraday, and swing trading. AO-Alert helps you catch critical shifts in market dynamics and speeds up your decision-making
FlatBreakoutPro  Multi-Symbol Flat (Range) Panel & Breakout Detector for MT4 FlatBreakoutPro  is a professional tool for modern traders that detects and tracks flat/range (consolidation) zones and helps you react instantly to breakouts across multiple symbols and timeframes. The indicator uses transparent fractal-based logic, delivers clear non-repainting signals, and provides full visual control of market conditions. Who This Product Is For Active traders who prefer trading range breakouts (b
Oscillator Alerts MultiPanel All oscillator signals — in a single panel! A professional multi-panel tool for market control, based on major oscillators with a flexible alert system and unique interactive management features. Description Oscillator Alerts MultiPanel is an innovative tool for traders that brings together multi-symbol and multi-timeframe analysis, flexible notifications, and the most convenient interactive control — all right on your chart. Key Advantages Interactive Oscillator Se
AO-Alert mt5 — Professional Signal Indicator Based on Awesome Oscillator AO-Alert mt5   is an auxiliary tool for MetaTrader 4 based on the analysis of the Awesome Oscillator (AO, by Bill Williams — a visual modification of the classic MACD, included in MT5 by default). The indicator is designed to identify key moments of trend emergence and development, making it ideal for scalping, intraday, and swing trading. AO-Alert mt5 helps you catch critical shifts in market dynamics and speeds up your de
Oscillator Alerts MultiPanel All oscillator signals — in a single panel! A professional multi-panel tool for market control, based on major oscillators with a flexible alert system and unique interactive management features. Description Oscillator Alerts MultiPanel is an innovative tool for traders that brings together multi-symbol and multi-timeframe analysis, flexible notifications, and the most convenient interactive control — all right on your chart. Key Advantages Interactive Oscillator Se
フィルタ:
レビューなし
レビューに返信