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.


おすすめのプロダクト
Smart Funded Hft
Barbaros Bulent Kortarla
4.7 (67)
!! 最新バージョン2.05にアップデートして、さらに高速なパフォーマンスを実現してください!! スマートファンデッドHFTは、2024年1月29日の市場オープンで、低ボラティリティにもかかわらず、KORTANA FXの100Kチャレンジを突破しました。 スクリーンショットセクションをチェックしてください。証拠をそこに置きました。 重要:2024年1月29日までのKORTANA FXの暗号支払いに対する40%の独占割引をお見逃しなく。 スマートファンデッドHFT EAでトレーディングの可能性を解き放ちましょう! VPS不要 / 設定ファイル不要 / プラグアンドプレイを楽しむ 限定時間のプロモーション価格 2024年2月1日に価格が上がります!! https://www.youtube.com/watch?v=56FKxI-noI4 最初の満足なクライアントの結果が添付されています。今日、自分自身でFAST FOREX FUNDINGの50Kチャレンジを突破しました。以下に結果を添付しました)) トレーダーの皆さん、こんにちは、 私のトレーディングの
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
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
ニューラル ネットワーク ベースの夜間取引ゴールド アドバイザーは、夜間市場での戦略を自動化したい投資家やトレーダーにとって革新的なツールです。 このアドバイザーは、高度な機械学習とニューラル ネットワーク テクノロジーを使用してデータを分析し、取引の意思決定を行います。 アドバイザーの初期費用は 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
Time Life は、1 か月から 3 か月の短期間の使用を推奨する使いやすいエキスパートです。これは、履歴データと価格平均に基づいて、狭い価格範囲でトレンド検出の原則に基づいて機能します。取引を開始できる狭い通路を使用すると、市場価格の最大値と最小値で取引を開始する可能性が排除されるため、ドローダウンの可能性が減少します。 注意 - アドバイザーの最低入金額は $100 です。 タイム ライフは、H1 時間間隔の EUR/USD ペアの履歴データでテストされました。テスト期間は 2023 年 1 月 1 日から 2023 年 3 月 20 日までで、テスト結果とグラフはスクリーンショットに示されています。 2023 年 1 月 1 日から 2023 年 3 月 20 日までの履歴データをテストした結果、EA は次の結果を示しました (EUR/USD、H1、初回入金 $100、低リスク レベル)。 - 純利益 - 31.20; - 最大ドローダウン - 29.08 (26.95%); -合計取引数 - 36。 2023 年 1 月 1 日から 2023 年 3 月 20 日まで
このプロダクトを購入した人は以下も購入しています
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (109)
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.42 (193)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順 - アプリケーションの手順 - デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通貨」、「 % 残
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.65 (66)
MetaTrader4のコピー機を取引します。     それは任意の口座からの外国為替取引、ポジション、注文をコピーします。 それは最高の貿易コピー機の1つです     MT4 - MT4、MT5 - MT4     のために     COPYLOT MT4     バージョン(または     MT4 - MT5  MT5 - MT5     のために     COPYLOT MT5     バージョン)。 MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 のコピー機 バージョン       MetaTrader 5 ターミナル(   МТ5 - МТ5、МТ4 - МТ5   )-   コピーロットクライアントMT5 独自のコピーアルゴリズムにより、すべての取引がマスターアカウントからクライアントアカウントに正確にコピーされます。 また、動作速度が速いことでも知られています。タフなエラー処理。 強力な機能セット。 プログラムは、複数
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
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.87 (60)
ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。開閉、リバース、ロックポジションと注文を処理する МetaТrader4のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takeproft MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 シンボルウィンドウからの取引とキーボードからの取引! あなたはMetaTrader 4ターミナル - バーチャルコントロールパネルVirtualTradePadのためのユニークなプラグインを持っています。 Description on English 注意!  ストラテジーテスターの 取引方法を学びたい場合は、無料の TesterPad ユーティリティをチェックしてくだ
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
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
TradePanel MT4
Alfiya Fazylova
4.85 (93)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的にワンクリックで閉じる。 すべてのポジションの利食い(Take Profit)および損切り(Sto
MT4 to Discord Signal Provider は、Discord へ直接トレーディングシグナルを送信するために設計された、使いやすく完全にカスタマイズ可能なユーティリティです。このツールは、あなたのトレーディングアカウントを効率的なシグナルプロバイダーに変えます。 スタイルに合わせてメッセージフォーマットをカスタマイズ!利便性を考え、事前にデザインされたテンプレートから選択し、メッセージのどの要素を含めるか除外するかを選択できます。 [ デモ ] [ マニュアル ] [ MT5 バージョン ] [ Telegram バージョン ]  New: [ Telegram To MT5 ] セットアップ 簡単なセットアップのために、私たちの詳細な ユーザーガイド に従ってください。 Discord API の事前知識は必要ありません。必要なツールはすべて提供されます。 主な特徴 購読者の更新のための注文詳細をカスタマイズ。 ブロンズ、シルバー、ゴールドなど、各レベルで異なるシグナルアクセスを提供する階層的サブスクリプションモデルを実装。 注文が実行されたチャートのスクリーン
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
TelegramからMT4へ: 究極のシグナルコピーソリューション Telegram to MT4 は、DLLを必要とせず、TelegramのチャンネルやチャットからMetaTrader 4プラットフォームに取引シグナルを直接コピーできる最先端のユーティリティです。この堅牢なソリューションは、比類のない精度とカスタマイズオプションにより、シグナルのシームレスな実行を保証し、時間を節約し、効率性を向上させます。 [ Instructions and DEMO ] 主な特徴 直接的なTelegram API統合 電話番号とセキュアコードで認証します。 ユーザーフレンドリーな EXE ブリッジを使用して、チャット ID を簡単に取得および管理します。 複数のチャネル/チャットを追加、削除、更新して、同時に信号をコピーします。 高度なフィルターによる信号解析 カスタム例外語 (例: 「レポート」、「概要」) を含む不要な信号をスキップします。 柔軟な SL および TP 形式 (価格、ピップ、ポイント) をサポートします。 シグナルが価格ではなくポイントを指定する場合、エントリ ポイントを自動
Measures the length of the selected movement in points, shows the duration of the movement, as well as the speed of movement.   Outputs the average value of each dimension. It is designed to calculate the expected target based on typical market movements. The intended goal will provide information about the ratio of the stop size to the possible profit and will allow you not to open positions with a small expected profit. It will also help you determine the point at which it is more logical to c
MT4のエキスパートアドバイザーリスクマネージャーは非常に重要であり、私の意見ではすべてのトレーダーにとって必要なプログラムです。 このエキスパートアドバイザーを使用すると、取引口座のリスクを管理することができます。リスクと利益の管理は、金銭的およびパーセンテージの両方で実行できます。 エキスパートアドバイザーが機能するには、それを通貨ペアチャートに添付し、許容可能なリスク値を預金通貨または現在の残高の%で設定するだけです。 アドバイザ機能 このリスクマネージャーは、リスクの管理を支援します。 -取引のために -1日あたり - 1週間 - ひと月ほど 制御することもできます 1)取引時の最大許容ロット 2)1日あたりの最大注文数 3)1日あたりの最大利益 4)エクイティを引き受ける利益を設定する それだけではありません。設定で自動設定を指定した場合、アドバイザーはデフォルトのSLとTPを設定することもできます。 アドバイザーは各イベントにアラートを添えて、注文を削除する理由を説明します。たとえば、あなたが開封し、6番目の注文を開封し、1日あたり5つの注文のみを開封す
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
This trade copy utility allows you to instantly and seamlessly replicate and synchronize unlimited orders from multiple master accounts to multiple slave accounts on your local machine. You can create custom channels (or portfolios) with advanced filtering capabilities to copy from multiple master accounts to multiple slave accounts. Moreover, you can tailor these channels with a range of lot sizing and trade condition options to ensure that copied trades outperform the original source. You can
Seconds Chart - MetaTrader 4で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。あらゆるインジケーター、エキスパートアドバイザー、スクリプトを利用可能で、標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Seconds Chartの利点 1秒から900秒 までのタイムフレームをサポート。 瞬時の読み込み MT5ターミナルからのティックデータベースのインポートにより、過去データを即時利用可能。 MT5ターミナルで「 Tick Database 」ユーティリティを最初に起動する必要があります。 リアルタイムでデータが更新され、 遅延やラグなし 。 複数の秒足チャートを同時に作成可能。 Seconds Chartが最適な用途 スキャルピング
Becktester Telegram Signals — Turn Telegram Signals into Real Backtests Automatically read signals from real Telegram channels , parse them (Buy/Sell/Entry/SL/TP), and backtest in MetaTrader 4 Strategy Tester . Verify parsing first with Live Parsing Test Mode . Important Information After purchasing the product, please leave a comment on the product page, and I will send you the Telegram Signal History Parser file. This file is not publicly available at the moment and is provided only to verifi
Eezeorder 2
Tawanda Tinarwo
5 (2)
NEW VERSION!  NB: IF YOU ARE USING A VERY HIGH RESOLUTION MACHINE AND THE EA DISPLAY LOOKS TOO SMALL, CONTACT ME SO I CAN HELP YOU. Open Multiple Trades on MT4 in 1 click at one price. Enter the Lot size Specify the number of trades you want to open Choose whether you want TP SL or Trailing Stop Once you are done, click Buy or Sell Open Multiple Pending Orders on MT4 in 1 click at one price. Enter the Lot size Specify the gap from the current price, where you want to place the pending order Spe
Crystal Trade Manager PRO – MT4向け 高度リスク管理・トレードコントロールシステム 無料版: https://www.mql5.com/en/market/product/150632 概要 Crystal Trade Manager PRO(CTM)は、MetaTrader 4 のために設計された、プロフェッショナル向けのリスク管理および取引管理ユーティリティです。 厳密な執行、強力な資金保護、高度な自動化を必要とするトレーダーのために構築されています。 本システムは、リスク管理、エクイティ保護、日次制限、SL/TP の自動設定を行い、プロレベルの高速ワンクリック取引パネルを提供します。 Prop Firm チャレンジ、デイトレード、スキャルピング、資金運用者に最適です。 MT5版も利用可能です。 主な特徴 1. 高度なリスク・ドローダウン保護 日次ドローダウン上限を 1%〜70% の範囲で設定可能。 上限超過時、 全てのポジションを即時クローズ 。 オプションで 全ての保留注文(Pending Orders)を自動削除 。 日次ロックアウトモード:翌日
AW Workpad
AW Trading Software Limited
3.67 (3)
AW Workpad は、手動および半自動取引用に設計された多機能取引コントロール パネルです。保留中の注文、市場ポジションを管理し、幅広い統計データを提供するだけでなく、古典的な指標のグループの複数期間の分析を行うことができます。 このユーティリティは、次の 5 つのタブで表されます。 POSITIONS, PENDING, CLOSE, INDICATORS, INFO .  各タブには、注文や現在の市場状況に関する情報を処理するための独自の機能グループがあります。 MT5版→       ここ / 問題解決 ->   ここ   機能または利点: このユーティリティは、すべての時間枠と任意のシンボル (通貨、指数、石油、金属、株式) で機能します。 各パネルのすべての要素には追加のラベルが付けられており、任意の要素にカーソルを合わせるだけで表示されます。 AW Workpad 取引パネルには、柔軟な設定と直感的なパネル インターフェイスがあります。 最も必要なすべての機能を 1 つの製品に。 取引パネルのタブ: . POSITIONS - このタブでは、成行注文を操作および維持で
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
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
トレーディングスペシャル – 40%オフ Advanced Trade Manager – より速く、よりスマートに、より安全に手動取引を行うための究極のオールインワンソリューション。 NextGen Trade Manager AIで手動取引を変革しましょう。これは、即時執行、視覚的な取引プランニング、そして強力なリスク管理を1つの直感的なツールに統合した、プロフェッショナルなオンチャートパネルです。チャートを離れることなく、注文執行、リスク管理、そして利益確保をかつてないほど迅速に行うことができます。取引の精度と効率性を高めたいすべてのトレーダーに最適です。 MT4ストラテジーテスターでリスクなしでテスト デモ版をダウンロードして、ペーパートレード機能をご利用ください。本番運用前に、安全なシミュレーション環境で執行の練習、リスク管理ルールのテスト、そして戦略の改良を行うのに最適な方法です。 完全なユーザーマニュアルとステップバイステップガイドについては、 https://www.mql5.com/en/blogs/post/764217 をご覧ください。 主なメリット:
This is a simple and very effective utility for closing orders with one click. You will need it if you have a number of open orders on your balance and it takes too long to close them manually, which might lead to an extra loss of money on the account. The utility consists of an external panel with two buttons " Close by Filter"   and " Close ALL" , which is convenient to move around the graph. You can set the Close ALL utility so that orders are closed as soon as the specified profit or loss v
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
MT4 to Telegram Signal Provider は使いやすく、完全にカスタマイズ可能なツールで、Telegramに信号を送信し、あなたのアカウントを信号提供者に変えることができます。 メッセージのフォーマットは 完全にカスタマイズ可能です! しかし、簡単な使用のために、あらかじめ定義されたテンプレートを選択し、メッセージの特定の部分を有効または無効にすることもできます。 [ デモ ]   [ マニュアル ] [ MT5バージョン ] [ Discordバージョン ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。開発者が必要なものをすべて提供します。 主要機能 購読者に送信される注文の詳細をカスタマイズする機能 例えばブロンズ、シルバー、ゴールドなど、階層型のサブスクリプションモデルを作成できます。ゴールドサブスクリプションでは、すべての信号が得られますなど。 ID、シンボル、またはコメントによる注文のフ
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
AW Close By Total Profit
AW Trading Software Limited
5 (1)
This is a utility for closing orders or baskets of orders for the total profit or loss. Can work multicurrency, can work with orders opened manually. Has additional trailing profit. Capabilities: Closing an order for the current symbol or for all symbols Closing individual orders or whole baskets of orders Stopping the utility in one click Trailing function for total profit Setting TP and SL in money, in points or as a percentage of the deposit Closing all BUY or SELL orders or closing all orde
Chart Notes = MULTI LINE TEXT INPUT ON CHART FOR MT4   is finally here! # sticky notes This indicator is a powerful text editor for placing notes on chart, similarly like the feature on Tradingview.  There are 2 types of messages: anchored (on screen ) and free (on chart).  1. Anchored = stays on the same place on screen (x point, y point) -this text can be   EDITED on click   (first line is for dragging the message around- this line is edited via right clicking- >properties) -move the message
作者のその他のプロダクト
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
フィルタ:
レビューなし
レビューに返信