Risk Manager Hotkey Position Sizer

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


Why traders use it

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

How it works (under the hood)

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

Key features

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

Inputs

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

Usage

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

Requirements & limitations

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

Best practices

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

Troubleshooting

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

Compatibility

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

Risk notice

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

Changelog

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

Quick start (1 minute)

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

추천 제품
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
Lock Bot
Artem Alekseev
This utility is designed to automatically maintain a "locking" position and reopen it when necessary, which is suitable for position maintenance and protection strategies. A simple utility (hereinafter referred to as the bot) that implements a locking strategy with an infinitely reloadable locking trade. How the bot works: - When launched, select a buy or sell order with a specified TP - Set the SL parameter for the locking trade - The bot monitors the distance between the opening price of the f
Adaptive Grid MA Adaptive Grid MA는 MetaTrader 5 플랫폼용으로 개발된 완전 자동화된 트레이딩 전문가 어드바이저입니다. 트레이딩 전략은 시장 진입을 위해 이동 평선(EMA) 교차 신호를 사용하는 고전적인 포지션 평균화 방법(마틴게일)을 기반으로 합니다. 작동 방식 EA는 조정 가능한 기간(기본값 50 및 100)의 두 지수 이동 평균(EMA) 교차를 분석합니다. 초기 포지션 개설 신호는 해당 방향에 열린 포지션이 없을 때만 생성됩니다: 매수: 단기 EMA가 장기 EMA 위로 교차합니다. 매도: 단기 EMA가 장기 EMA 아래로 교차합니다. 시장이 열린 포지션 반대 방향으로 움직일 경우, EA는 지정된 거리(Step)에 증가된 로트 크기(Multiplier)로 추가 주문을 개설합니다. 이를 통해 전체 포지션 그리드의 개설 가격을 평균화할 수 있습니다. 새로운 평균화 주문 후, EA는 자동으로 재계산하여 가중 평균 가격을 기반으로 전체 그리드에 대한
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (237)
Hamster Scalping은 마틴게일을 사용하지 않는 완전 자동화된 거래 고문입니다. 야간 스캘핑 전략. RSI 표시기와 ATR 필터는 입력으로 사용됩니다. 고문은 헤징 계정 유형이 필요합니다. 실제 작업 및 기타 개발 모니터링은 여기에서 찾을 수 있습니다. https://www.mql5.com/en/users/mechanic/seller 일반 권장 사항 최소 예치금 $100, 최소 스프레드의 ECN 계정 사용, 기본 설정은 eurusd M5 gmt + 3입니다. 입력 매개변수 EA는 4자리 및 5자리 따옴표 모두에서 작동합니다. 입력 매개변수에서 5자에 대해 포인트로 값을 표시하면 자동으로 모든 것을 4자로 다시 계산합니다. NewCycle - 모드가 켜져 있으면 고문이 멈추지 않고 작동하고, 모드가 꺼져 있으면 일련의 거래가 완료된 후 고문이 새 주문을 열지 않습니다. 기간 표시기1 - 첫 번째 표시기의 기간. 상위 레벨 - 고문이 판매를 시작하는 첫 번째 지표의
The Goat Scalper
Giordan Cogotti
The Goat Scalper EA — Smart, Fast, and Built for Real Market Performance Overview The Goat Scalper EA is a next-generation trading system built to capture decisive market moves with surgical precision. Unlike typical scalpers that rely on risky methods such as martingale, grid, hedging, or arbitrage, The Goat uses a pure breakout logic based on advanced supply and demand zone detection, ensuring stable and transparent results in any condition. Core Strengths Smart Risk Management Stop Loss on
Expert TP SL v04 - Professional Trading Assistant with AI Motivation System Advanced manual trading tool with automatic risk management, overtrading protection, and intelligent psychological support for disciplined trading. PRODUCT OVERVIEW Expert TP SL v04 is a comprehensive trading assistant designed for manual traders who want to maintain emotional discipline while automating risk calculations. This isn't just another order placement tool - it's a complete trading psychology system that pr
Sonic R Pro Enhanced EA - 버전 2025 249달러 - 첫 5명만! 실시간 신호 Sonic R Pro Enhanced의 실시간 성과 확인하기: 거래 전략 Sonic R Pro Enhanced는 Dragon Band (EMA 34 및 EMA 89)를 기반으로 한 전통적인 Sonic R 전략의 업그레이드 버전으로, 자동화된 거래 시스템입니다. 타임프레임: M15, M30 지원 통화쌍: XAUUSD, BTCUSD, AUDJPY, USDJPY 거래 스타일: 스윙 트레이딩 - 풀백 및 반대 트렌드 최소 자본: 500 USD 레버리지: 1:200 이상 사용자 가이드 Sonic R Pro Enhanced는 단순함을 위해 최적화되었습니다. 사용자는 RiskAmount 하나의 파라미터만 설정하면 됩니다. RiskAmount < 0일 경우: 계좌 잔액의 백분율로 위험을 계산 RiskAmount > 0일 경우: 거래당 고정 USD 금액으로 위험을 설정 예제:
Exclusive Imperium MT5 — 자동화 거래 시스템 Exclusive Imperium MT5 는 MetaTrader 5용 전문가 어드바이저(EA)로, 시장 분석 알고리즘과 리스크 관리에 기반합니다. EA는 완전히 자동으로 작동하며 트레이더의 개입은 최소화됩니다. 주의! 구매 후 즉시 저에게 연락하세요 — 설정 지침을 받으실 수 있습니다! 중요: 모든 예시, 스크린샷 및 테스트는 데모 목적일 뿐입니다. 특정 통화쌍이 한 브로커에서 좋은 결과를 보여도 다른 브로커에서도 동일하다는 의미는 아닙니다. 각 브로커는 고유한 시세, 스프레드 및 거래 조건을 가지고 있습니다. 따라서 각 통화쌍은 사용자가 개별적으로 최적화해야 합니다 그리고 실제 계좌에서는 단일 통화 모드 로만 실행해야 합니다 — 각 쌍을 별도로 실행하세요. 다중 통화 모드 스크린샷은 단순히 예시입니다. 시장 상황은 변하기 때문에 최적화는 최소 연 1회 반복하는 것이 좋습니다. 중요 정보: EA의 데모 버전은 평가용으로
Magic Grid MT5
Aliaksandr Charkes
4.14 (7)
Magic Grid MT5 is a non-indicator Expert Advisor using a grid strategy (on a hedging account). The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically (once at the beginning of the trade).   The robot can trade on any timeframe, on any currency pair, on several currency pairs,
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA w
SolarTrade Suite Financial Robot: LaunchPad Market Expert - 거래를 시작하도록 설계되었습니다! 이 거래 로봇은 특별하고 혁신적이며 고급 알고리즘을 사용하여 가치를 계산합니다. 금융 시장의 세계에서 여러분의 조수입니다. SolarTrade Suite 시리즈의 지표 세트를 사용하여 이 로봇을 시작할 순간을 더 잘 선택하세요. 설명 하단에서 SolarTrade Suite 시리즈의 다른 제품을 확인하세요. 투자와 금융 시장의 세계를 자신 있게 탐색하고 싶으신가요? SolarTrade Suite Financial Robot: LaunchPad Market Expert는 정보에 입각한 투자 결정을 내리고 수익을 늘리는 데 도움이 되도록 만들어진 혁신적인 소프트웨어입니다. SolarTrade Suite Financial Robot: LaunchPad Market Expert의 장점: - 정확한 계산: 로봇은 고급 알고리즘과 분석 방법을 사
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
CrossRoad Scalping Pro Infinite Breakeven은 2025년 12월 8일까지 프로모션 출시가 적용됩니다. 이 Expert Advisor는 모든 자산에 적용 가능하며, 범용적입니다. Multi-Asset Scalper EA는 MetaTrader 5 플랫폼용으로 개발된 전문 자동 거래 시스템으로, 여러 자산에 대한 동시 스캘핑 거래를 위해 설계되었습니다. 버전 8.2는 트리플 컨펌 및 통합 위험 관리 기능을 갖춘 멀티 타임프레임 기술을 통합했습니다. 기술 아키텍처 1. 지능형 신호 시스템 멀티 타임프레임 계산: 트리플 분석(컨펌, 패스트 컨펌, 슬로우 컨펌) 투표 시스템: 가중치 조정이 가능한 3가지 주요 지표(EMA, MACD, RSI) 위험 모드: 민감도에 영향을 미치는 5단계(초공격적 → 초보수적) 2. 고급 위험 관리 하이브리드 랏 계산: 고정 또는 위험 기반(USD) 무한 손익분기점: 핍이 아닌 달러로 계산되는 점진적 시스템. 목표 이익
Scalping bot for the gold/dollar pair (XAU/USD) — a powerful and versatile solution for traders, designed to deliver maximum efficiency in a dynamic market. This bot is specifically engineered for scalping: it analyzes price changes and places trades even before significant market movements begin. This allows it to secure advantageous positions early and capitalize on even the smallest market fluctuations. Key Features: Flexibility: Adapts to any market conditions and suits your trading strategy
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
Manus Pro
Itumeleng Mohlouwa Kgotso Tladi
MANUS PRO EA The Trading Revolution You've Been Waiting For Are you TIRED of watching other traders make consistent profits while your account bleeds red?   The financial markets don't wait for anyone – and neither should you. MANUS PRO isn't just another Expert Advisor... it's your   TICKET TO FINANCIAL FREEDOM . Why MANUS PRO is Different (And Why Everyone's Talking About It) FOR BEGINNERS: Your Trading Mentor That Never Sleeps Zero Learning Curve   – Install, activate, and watch it wo
Trendline EA MT5
Carlos Oliveira
4.8 (15)
Trendline EA MT5 Trendline EA MT5는 사용자가 그린 추세선을 기반으로 거래 실행 또는 알림을 수행하도록 설계된 MetaTrader 5용 반자동 전문가 어드바이저(EA)입니다. MetaTrader 5는 추세선을 통해 직접 거래를 실행하거나 관리하는 기본 기능을 제공하지 않습니다. 본 전문가 어드바이저는 사용자가 정의한 추세선을 모니터링하고, 가격이 해당 추세선과 상호작용할 때 사전에 정의된 동작을 실행함으로써 플랫폼의 표준 동작을 확장합니다. 본 전문가 어드바이저는 어떠한 거래 전략도 정의하거나 적용하지 않습니다. 모든 거래 로직과 의사결정은 전적으로 사용자의 통제 하에 있습니다. 추가 자료 사용자 가이드 및 문서 MT4 버전 기능 개요 추세선 기반 거래 실행 가격이 추세선을 터치, 돌파 또는 되돌림할 때 매수 또는 매도 실행 각 추세선별로 스톱로스, 테이크프로핏 및 거래 수량 설정 가능 캔들 종가 또는 가격과 추세선 간의 거리에 따라 동작 트리거 모니터링 및
Smart Trail PRO Your all-in-one trade management companion for MetaTrader 5. SmartTrail PRO takes the stress out of position management. Whether you trade manually or use Expert Advisors, it protects your capital with intelligent, volatility-adaptive stop management — across all symbols, all account types, automatically. Early Bird Offer – Limited Licenses! Price for the first 10 licenses : $30 Price will increase after every 10 licenses sold Act fast! Grab your license while the Early Bird o
Overview Mirror Signals EA is a powerful monitoring Expert Advisor that automatically sends real-time Telegram notifications for all important trade events on your MetaTrader 5 account. It is engineered specifically for signal providers , trade-copier operators , auditors , educators , and professional trading services that require immediate, detailed, and reliable reporting. Everything from entries, exits, SL/TP changes, comment changes, trailing stop activations, pending order modifications
The Fractal Trend Master is one of the most powerful and sophisticated Expert Advisors on the market, designed to protect traders' capital while maximizing profit opportunities. Based on Bill Williams' renowned methodology, this EA uses three essential technical analysis tools: the Alligator indicator , fractals , and the Gator Oscillator , creating a robust and precise framework for identifying and following market trends. This EA was designed with a focus on advanced risk management and capita
가격으로 TP 및 SL 설정 – MT5 자동 주문 수정기 모든 거래에 대해 정확한 TP 및 SL 가격 수준 자동 설정 ️ 모든 통화쌍 및 EA와 호환, 심볼 또는 매직넘버로 필터링 가능 이 EA는 직접 가격 값(예: EURUSD의 1.12345)을 사용하여 거래의 정확한 테이크프로핏(TP)과 스톱로스(SL) 수준을 정의하고 적용합니다. 포인트나 핍 없음. 모든 주문 또는 선택된 심볼/매직넘버에 대해 깔끔하고 정확한 거래 관리가 가능합니다. 주요 기능: 정확한 가격으로 TP 및 SL 즉시 수정 모든 주문, 현재 심볼 또는 특정 매직넘버에 적용 ️ 0을 입력하여 거래의 TP 또는 SL 제거 차트에 연결되면 완전 자동 작동 모든 거래 자산과 호환 적합 대상: 빠른 TP/SL 제어를 원하는 수동 트레이더 기본 종료 로직을 재정의해야 하는 EA 사용자 복잡한 포지션을 관리하는 다중 주문 트레이더 질문이나 제안이 있으신가요?
RSI Grid MT5
Joseph Anthony Aya-ay Yutig
다른 EA를 무료로 받으세요!!! 다른 EA를 무료로 받으세요!!! 다른 EA를 무료로 받으세요!!! 다른 EA를 무료로 받으세요!!! 다른 EA를 무료로 받으세요!!! RSI Grid는 RSI 과매수 및 과매도 조건을 기반으로 하며 거래가 시장에서 손해를 보는 쪽에 있을 때 그리드를 엽니다. RSI는 기술 거래자들에게 강세 및 약세 가격 모멘텀에 대한 신호를 제공하며 종종 자산 가격 그래프 아래에 표시됩니다. 자산은 일반적으로 RSI가 70% 이상일 때 과매수 상태로 간주되고 30% 미만일 때 과매도 상태로 간주됩니다. 매개변수: 시간 필터 월요일 화요일 수요일 목요일 금요일 토요일 일요일 시작 시간 종료 시간 RSI 설정 RSI 기간 과매수 과매도 타임프레임 자산 관리 오토로트 최대 부지 이익을 취하다 그리드 크기 승수 후행 옵션 후행 정지 후행 단계 트레일 오프셋 파일 설정 v1.8 GBPUSD 세트 1 https:
Talents ATR Scalper Utility (MT5) The Talents ATR Scalper Utility is a professional-grade trade execution and management tool built for MetaTrader 5. Inspired by the Biblical Parable of the Talents , this utility is designed to help traders multiply their potential with precision risk control, one-click simplicity, and advanced automation. Whether you’re scalping forex, gold, or indices, this tool delivers speed, consistency, and confidence. Key Features One-Click Trade Preview Click below price
Tp or Sl Fast
Perry Gonzaga Ndege
Take full control of your pending orders in MetaTrader 5 with a professional-grade order management script designed for precision, speed, and simplicity . If you trade grids, breakouts, news setups, or multi-symbol strategies, you already know how painful it is to manually edit take profits or stop losses one order at a time. This tool eliminates that friction entirely. With this MT5 script, you can apply a single, exact price as a Take Profit or Stop Loss to all pending orders instantly —acros
Signals Executor for Telegram is a Utility that allows you to execute and manage positions from messages sent in Telegram Chats. Chat messages are processed to check for the existence of commands, and the command will be executed if its parameters are valid. You need the Telegram Bot Token and Chat Id to configure the input parameters. It is possible to restrict the sending of commands through the User Id, which must be configured in the input parameters. Valid Commands: Buy and Sell: Market or
Mango Scalper
Mahmoud M A Alkhatib
Mango Scalper  is a fully automated scalping robot that uses a very Good and Smart breakout strategy, advanced money management and probabilistic analysis. Most effective in the price consolidation stages that occupy the bulk of the market time. Proven itself on real accounts with an excellent risk-to-reward ratio. Does not need forced optimization, which is the main factor of its reliability and guarantee of stable profit in the future. S uitable for both beginners and experienced traders.  
Bober Real MT5
Arnold Bobrinskii
4.76 (17)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
Demo version T Position Size Calculator   doesn't work in the strategy tester. The Strategy Tester does not support the processing of ChartEvent. It does not support most of the panel's functionality. Contact me for any questions or ideas for improvement or in case of a bug found. Control and manage your trading like a professional trader with T Position Size Calculator. T Position Size Calculator – an MT5 Expert Adviser, is a user-friendly custom tools (Dialog Panel and Three Lines, Order Line
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
이 제품의 구매자들이 또한 구매함
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (208)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 추가 자료 및 지침 설치 지침   -   애플리케이션 지침   -   데모 계정용 애플리케이션 평가판 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용자 정의, % AB 이전
Trade Manager EA에 오신 것을 환영합니다. 이 도구는 거래를 보다 직관적이고 정확하며 효율적으로 만들기 위해 설계된 궁극적인 리스크 관리 도구 입니다. 단순한 주문 실행 도구가 아닌, 원활한 거래 계획, 포지션 관리 및 리스크 제어를 위한 종합 솔루션입니다. 초보자부터 고급 트레이더, 빠른 실행이 필요한 스캘퍼에 이르기까지 Trade Manager EA는 외환, 지수, 상품, 암호화폐 등 다양한 시장에서 유연성을 제공합니다. Trade Manager EA를 사용하면 복잡한 계산은 이제 과거의 일이 됩니다. 시장을 분석하고 진입, 손절 및 익절 수준을 차트의 수평선으로 표시한 후 리스크를 설정하면, Trade Manager가 이상적인 포지션 크기를 즉시 계산하고 SL 및 TP 값을 실시간으로 표시합니다. 모든 거래가 간편하게 관리됩니다. 주요 기능: 포지션 크기 계산기 : 정의된 리스크에 따라 거래 크기를 즉시 결정합니다. 간단한 거래 계획 : 진입, 손절, 익절을 위한
TradePanel MT5
Alfiya Fazylova
4.86 (148)
Trade Panel은 다기능 거래 보조원입니다. 이 애플리케이션에는 수동 거래를 위한 50개 이상의 거래 기능이 포함되어 있으며 대부분의 거래 작업을 자동화할 수 있습니다. 전략 테스터에서는 애플리케이션이 작동하지 않습니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 버전 여기 . 전체 지침 여기 . 거래. 한 번의 클릭으로 거래 작업을 수행할 수 있습니다: 자동 위험 계산을 통해 지정가 주문 및 포지션을 엽니다. 한 번의 클릭으로 여러 주문과 포지션을 열 수 있습니다. 주문 그리드를 엽니다. 그룹별 대기 주문 및 포지션을 마감합니다. 포지션 반전(매수 청산 후 매도 개시 또는 매도 청산 후 매수 개시). 포지션 고정(매수 포지션과 매도 포지션의 양을 동일하게 하는 추가 포지션 개설). 한 번의 클릭으로 모든 포지션을 부분 청산합니다. 모든 포지션의 이익실현과 손절매를 동일한 가격 수준으로 설정합니다. 모든 포지션에 대한 손절매를 해당 포지션의 손익 분기
Trade Dashboard MT5
Fatemeh Ameri
4.97 (115)
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
베타 출시 Telegram to MT5 Signal Trader 는 곧 공식 알파 버전을 출시할 예정입니다. 일부 기능은 아직 개발 중이며, 작은 버그가 발생할 수 있습니다. 문제가 있으면 꼭 보고해 주세요. 여러분의 피드백은 소프트웨어 개선에 도움이 됩니다. 가격은 20건 판매 후 인상됩니다. 남은 $90 카피: 2/20 . Telegram to MT5 Signal Trader 는 Telegram 채널 또는 그룹의 거래 신호를 자동으로 MetaTrader 5 계정으로 복사하는 강력한 도구입니다. 공개 및 비공개 채널을 모두 지원하며, 여러 신호 제공자를 여러 MT5 계정에 연결할 수 있습니다. 소프트웨어는 빠르고 안정적으로 동작하며, 복사된 거래를 완벽히 제어할 수 있습니다. 인터페이스는 깔끔하며 대시보드와 차트가 시각적으로 구성되어 있고, 직관적인 네비게이션이 가능합니다. 여러 Signal Account를 관리하고, 공급자별 설정을 세밀하게 조정하며, 모든 동작을 실시간으로
MarketCoachPanel
Maria Makarchuk
4 (1)
MarketCoach Panel — инструмент дисциплины и контроля риска для трейдера MarketCoach Panel — это вспомогательная панель для MetaTrader 5, разработанная для повышения дисциплины в торговле, контроля риска и принятия более осознанных решений. Приложение не совершает сделки и не является торговым советником. Оно помогает трейдеру анализировать текущую ситуацию и соблюдать собственные правила стратегии. Основные возможности • Расчёт лота по риску Автоматический расчёт объёма позиции на основе: проце
Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading Approach: - Manual Trading: Primary focus - Auto Pilot: Optional supplementary feature - Full Automation: Not the main purpose Recommended Timeframe: H1-H4 DEMO VERSION Download the free demo to test functionality. Use Strategy Tester with Visual Mode to see how it works. VERSION 3 - NEW FEATURES Summary Dashboard (SRA Panel) - Quick pair selection w
ApexGuard Suite — профессиональная панель контроля риска и дисциплины для MetaTrader 5 ApexGuard Suite — это комплексный инструмент для трейдеров, который помогает структурировать торговлю, контролировать риски и принимать более взвешенные решения прямо внутри терминала MetaTrader 5. Приложение не совершает сделки за вас — его задача дать полный контроль над состоянием счёта, рисками и торговым процессом в удобном визуальном формате. Интерфейс построен как единая панель с вкладками, где каждая о
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (34)
MT5용 트레이드 복사기는 metaТrader 5 플랫폼용 트레이드 복사기입니다   . 그것은 사이의   외환 거래를 복사합니다       모든 계정   COPYLOT MT5 버전의 경우   MT5   -   MT5, MT4   -   MT5 (또는 COPYLOT MT4 버전의 경우   MT4 -   MT4 MT5   -  MT4) 믿을 수 있는 복사기! MT4 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 МТ4 터미널에서 거래를 복사할 수도 있습니다(   МТ4   -   МТ4, МТ5   -   МТ4   ):   COPYLOT CLIENT for MT4 이 버전은 МТ5   -   МТ5, МТ4   -   МТ5   터미널 간을 포함합니다. 거래 복사기는 2/3/10 터미널 사이의 거래/포지션을 복사하기 위해 만들어졌습니다. 데모 계정 및 투자 계정에서
PhantomBreak Radar — индикатор для MetaTrader 5, предназначенный для выявления ложных пробоев уровней (fake breakout) и рыночных ловушек. Инструмент помогает трейдерам находить моменты, когда цена прокалывает экстремум диапазона, но затем возвращается обратно — формируя потенциальную точку входа в противоположном направлении. Индикатор автоматически анализирует ценовой диапазон за выбранный период, отслеживает выход за его границы и фиксирует повторный вход цены внутрь диапазона. В таких ситуаци
Только сейчас вы можете приобрести  TradeOps Command Center с 10% скидкой всего за 630$. Акция действует до 01.04.2026 Для получение инструкции об использование утилиты обратитесь в личные сообщения! TradeOps Command Center — Профессиональный инструмент контроля риска и дисциплины в трейдинге TradeOps Command Center — это многофункциональная утилита для MetaTrader 5, разработанная для трейдеров, которые стремятся к системному и дисциплинированному подходу к торговле. Продукт объединяет в себе у
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
Copy Cat More Trade Copier MT5 (복사 고양이 MT5) 는 오늘날의 거래 과제를 위해 설계된 로컬 거래 복사기이자 완전한 위험 관리 및 실행 프레임워크입니다. 프롭펌 챌린지부터 개인 포트폴리오 관리까지, 견고한 실행, 자본 보호, 유연한 구성 및 고급 거래 처리의 조합으로 모든 상황에 적응합니다. 복사기는 마스터(송신자)와 슬레이브(수신자) 모드 모두에서 작동하며, 시장 주문과 예약 주문, 거래 수정, 부분 청산 및 헷지 청산 작업의 실시간 동기화를 제공합니다. 데모 및 실계좌, 거래 또는 투자자 로그인과 호환되며, EA, 터미널 또는 VPS가 재시작되어도 지속적인 거래 메모리 시스템을 통해 복구를 보장합니다. 고유 ID로 여러 마스터와 슬레이브를 동시에 관리할 수 있으며, 브로커 간 차이는 접두사/접미사 조정 또는 사용자 정의 심볼 매핑을 통해 자동으로 처리됩니다. 매뉴얼/설정  | Copy Cat More MT4 | 채널  특별 기능: 설정이 간편함 —
Smart Stop Manager – 전문 트레이더 수준의 자동 스톱로스 실행 개요 Smart Stop Manager는 Smart Stop 라인업의 실행 계층으로, 여러 개의 오픈 포지션을 보유한 트레이더를 위해 설계된 구조적이고 신뢰할 수 있으며 완전 자동화된 스톱로스 관리 시스템입니다. 모든 활성 거래를 지속적으로 모니터링하고, Smart Stop 시장 구조 로직을 사용해 최적의 스톱레벨을 계산하며, 명확하고 투명한 규칙에 따라 스톱을 자동으로 업데이트합니다. 단일 자산부터 전체 멀티심볼 포트폴리오까지, Smart Stop Manager는 모든 거래에 규율, 일관성, 그리고 완전한 리스크 가시성을 제공합니다. 감정적 판단을 제거하고, 수동 작업을 줄이며, 모든 스톱이 항상 시장 구조 기반의 논리적 진행을 따르도록 보장합니다. 하이라이트 시장 구조 기반 자동 스톱 배치 • 모든 오픈 포지션을 평가하여 Smart Stop 로직에 기반한 최적의 스톱로스를 자동 적용합니다. 포트폴
Ultimate Extractor
Clifton Creath
5 (9)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. Check out Ultimate Extractor Cloud on mql5 for the Cloud version****** Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates detailed HTML reports with inte
Smart Stop Scanner – 실제 시장 구조 기반의 멀티자산 스톱로스 분석 시스템 개요 Smart Stop Scanner는 여러 시장에서 스톱로스 구조를 전문적으로 모니터링하기 위해 설계된 강력한 도구입니다. 실제 시장 구조, 핵심 브레이크아웃, 가격 행동 로직을 기반으로 가장 의미 있는 스톱 영역을 자동으로 감지하며, 고해상도(DPI 지원)의 깔끔하고 일관된 패널에 모든 정보를 표시합니다. 포렉스(FOREX), 금, 지수, 금속, 암호화폐 등 다양한 자산군을 지원합니다. 스톱 레벨 계산 방식 이 시스템은 기존의 인디케이터 공식을 사용하지 않습니다. 대신 브레이크아웃, 더 높은 고점, 더 낮은 저점 과 같은 실제 시장 구조 이벤트를 분석합니다. 스톱 레벨은 이러한 구조적 지점에서 직접 생성되므로 시장의 실제 움직임과 자연스럽게 일치하며, 더 신뢰도 높은 스톱 시스템을 제공합니다. 주요 기능 • 고정밀 멀티자산 호환성 포렉스, 금속, 금, 지수, 암호화폐 등 다양한
Anchor: The EA Manager A coordination system for traders running multiple EAs. Anchor ensures only one EA can trade at a time, preventing conflicting positions and keeping your portfolio safer. Attach Anchor to any chart. Configure your EAs and their magic numbers. Anchor handles the rest. Built for portfolios. Built for discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite positions on the same candle. Three EA
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus 는 MetaTrader 5 플랫폼에서 거래 효율성과 효과를 향상시키기 위해 설계된 고급 거래 관리 도구입니다. 리스크 계산, 주문 관리, 고급 그리드 시스템, 차트 기반 도구 및 성과 분석 등 포괄적인 기능을 제공합니다. 주요 기능 1. 리커버리 그리드 불리한 시장 상황에서 거래를 관리하기 위한 평균화 및 유연한 그리드 시스템을 구현합니다. 거래 회복을 최적화할 수 있도록 전략적인 진입 및 종료 포인트를 제공합니다. 2. 스택 그리드 강한 시장 움직임 동안 포지션을 추가하여 유리한 거래에서 잠재적 수익을 극대화하도록 설계되었습니다. 유리한 시장 트렌드에서 승률을 높이며 거래를 확장할 수 있도록 합니다. 3. 손익(P&L) 라인 차트에서 잠재적인 수익 및 손실 시나리오를 시각적으로 표현합니다. 설정을 조정하고 P&L 라인을 드래그하여 실행 전에 다양한 거래 결과를 평가할 수 있습니다. 4. 바스켓 모드 동일한 심볼에 여러 포지션을 단일 집계 포지션으로 결합하여 관리합니
Telegram to MT5 Coppy
Sergey Batudayev
5 (8)
Telegram에서 MT5로:   최고의 신호 복사 솔루션 DLL 없이도 Telegram 채널과 채팅에서 MetaTrader 5 플랫폼으로 거래 신호를 직접 복사하는 최신 도구인 Telegram to MT5를 사용하여 거래를 간소화하세요. 이 강력한 솔루션은 정밀한 신호 실행, 광범위한 사용자 정의 옵션을 제공하고 시간을 절약하며 효율성을 높여줍니다. [ Instructions and DEMO ] 주요 특징 직접 Telegram API 통합 전화번호와 보안 코드를 통해 인증하세요. 사용자 친화적인 EXE 브리지를 통해 채팅 ID를 쉽게 관리하세요. 여러 채널/채팅을 추가, 삭제, 새로 고침하여 동시에 신호를 복사합니다. 고급 필터를 사용한 신호 파싱 예외 단어(예: "보고서", "결과")가 포함된 원치 않는 신호를 건너뜁니다. 유연한 SL 및 TP 형식을 지원합니다: 가격, 핍 또는 포인트. 가격 대신 포인트를 지정하는 신호에 대한 진입 포인트를 자동으로 계산합니다. 주문 맞춤화 및
MT5 to Telegram Signal Provider 는 사용하기 쉽고 완전히 커스터마이즈 가능한 유틸리티로, 특정 신호를 Telegram의 채팅, 채널 또는 그룹으로 전송하고, 귀하의 계정을 신호 제공자 로 만듭니다. 경쟁 제품과 달리 DLL 임포트를 사용하지 않습니다. [ 데모 ] [ 매뉴얼 ] [ MT4 버전 ] [ 디스코드 버전 ] [ 텔레그램 채널 ]  New: [ Telegram To MT5 ] 설정 단계별 사용자 가이드 가 제공됩니다. 텔레그램 API에 대한 지식은 필요하지 않습니다; 개발자가 제공하는 모든 것이 필요합니다. 주요 특징 구독자에게 보낸 주문 상세 정보를 커스터마이즈할 수 있습니다. 예를 들어, 브론즈, 실버, 골드와 같은 계층 구독 모델을 만들 수 있습니다. 골드 구독에서는 모든 신호를 받습니다. id, 심볼, 또는 코멘트로 주문을 필터링할 수 있습니다. 주문이 실행된 차트의 스크린샷이 포함됩니다 보낸 스크린샷에 닫힌 주문을 그려 추가 검증을 합니다
한 번의 클릭으로 거래할 수 있는 거래 패널.   위치 및 주문 작업!   차트 또는 키보드에서 거래. 당사의 거래 패널을 사용하면 차트에서 직접 클릭 한 번으로 거래를 실행할 수 있으며 표준 MetaTrader 컨트롤보다 30배 빠르게 거래 작업을 수행할 수 있습니다. 매개변수와 기능의 자동 계산을 통해 트레이더는 더욱 빠르고 편리하게 거래할 수 있습니다. 그래픽 팁, 정보 라벨, 무역 거래에 대한 전체 정보는 MetaTrader 차트에 있습니다. MT4 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 열기 및 닫기, 반전 및 잠금, 부분 닫기/오토로트. 가상/실제 손절매/이익 실현/후행 정지/손익분기점, 주문 그리드 ... MetaТrader 5   의 주요 주문 거래 컨트롤 패널: 구매, 판매, 구매 중지, 구매 제한, 판매 중지, 판매 제한, 닫기, 삭제, 수
Local Trade Copier EA 는 외부 소스에서 거래 신호를 실행해야 하거나 MAM 또는 PAMM 계정 없이 동시에 여러 계정을 관리해야 하는 개인 거래자 또는 계정 관리자를 위한 솔루션입니다. 최대 8개의 마스터 계정에서 무제한 슬레이브 계정으로 복사합니다. [ 설치 가이드 | 업데이트 가이드 | 문제 해결 | 자주하는 질문 | 모든 제품 ] 100% 자체 호스팅 설치 및 사용이 간편함 설치 프로그램, 구성 파일, 서버, 메모리 파이프 또는 DLL이 사용되지 않음 EA를 영원히 사용하기 위한 1000번의 활성화 로컬 실행, 네트워크 대기 시간 없음 필요한 모든 기능을 구현합니다. 최대 8개의 마스터 계정 및 무제한 슬레이브 계정 모든 브로커 및 DD/NDD/ECN/STP 실행과 함께 작동 다른 계정 통화를 사용하는 계정에서 작동 라이브 계정과 데모 계정 간에 구분 없이 작동 마스터 및 슬레이브 계정에서 기호 이름의 접미사 지원 매직 넘버 및 주문 댓글로 필터링 다른 거래
Trade Manager DaneTrades
Levi Dane Benjamin
4.36 (28)
거래 관리자는 위험을 자동으로 계산하는 동시에 거래를 빠르게 시작하고 종료하는 데 도움을 줍니다. 과잉 거래, 복수 거래 및 감정 거래를 방지하는 데 도움이 되는 기능이 포함되어 있습니다. 거래를 자동으로 관리할 수 있으며 계정 성과 지표를 그래프로 시각화할 수 있습니다. 이러한 기능은 이 패널을 모든 수동 거래자에게 이상적으로 만들고 MetaTrader 5 플랫폼을 향상시키는 데 도움이 됩니다. 다중 언어 지원. MT4 버전  |  사용자 가이드 + 데모 트레이드 매니저는 전략 테스터에서 작동하지 않습니다. 데모를 보려면 사용자 가이드로 이동하세요. 위기 관리 % 또는 $를 기준으로 위험 자동 조정 고정 로트 크기 또는 거래량과 핍을 기반으로 한 자동 로트 크기 계산을 사용하는 옵션 RR, Pips 또는 Price를 사용한 손익분기점 손실 설정 추적 중지 손실 설정 목표 달성 시 모든 거래를 자동으로 마감하는 최대 일일 손실률(%)입니다. 과도한 손실로부터 계정을 보호하고 과도한
Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool developed based on Smart Money Concepts (SMC). It is designed to analyze market structure, price direction, reversal points, and key zones across multiple timeframes in a systematic way. The system displays Points of Interest (POI) and real-time No Repaint signals, with instant alerts when price reaches key zones or when signals occur within those zones. It functions as both an Indicator and a Signal System (2-in-1), c
The Expert Advisor is a comprehensive risk manager helping users to control their trading activities. With this tool being a safeguard you can easily configure various risk parameters. When any limit is exceeded, the risk manager can force close opened positions, close other EAs, and even close the terminal to prevent emotional trading that doesn't correspond to your trading strategy. Risk Manager Settings Account Protection Check min equity limit to close all (account currency) - check the min
AlgoRadar
Stephen J Martret
5 (3)
AlgoRadar - Real-Time Trade Analytics The most powerful on-chart performance analyzer for MetaTrader 5. One Chart. Every EA. Every Account. MT4 and MT5 Combined The only analyzer that displays all your EAs across multiple accounts, brokers, and VPS — including both MT4 and MT5 — on a single live MT5 chart. Your complete trading operation, visible at a glance. Why AlgoRadar? No external software. No digging through files. Live stats right on your chart. Unlike other portfolio analyzers that for
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
Effortlessly calculate lot sizes and manage trades to save time and avoid costly errors The Trade Pad Pro EA is a tool for the Metatrader Platform that aims to help traders manage their trades more efficiently and effectively. It has a user-friendly visual interface that allows users to easily place and manage an unlimited number of trades, helping to avoid human errors and enhance their trading activity. One of the key features of the Trade Pad Pro EA is its focus on risk and position manageme
DrawDown Limiter
Haidar Lionel Haj Ali
5 (20)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
Custom Alerts AIO: 다중 시장을 동시에 모니터링 – 설정 없이 즉시 사용 가능 개요 Custom Alerts AIO 는 복잡한 설정 없이 즉시 사용할 수 있는 통합 시장 모니터링 도구입니다. FX Power, FX Volume, FX Dynamic, FX Levels, IX Power 등 필요한 모든 지표가 내장되어 있어 별도의 설치나 구성 없이 알림 기능을 바로 사용할 수 있습니다. 차트 그래픽 없이 작동하며, Forex, 금속, 지수, 암호화폐 등 주요 자산군을 모두 지원합니다. 주식(Symbols)은 별도로 입력하여 추가할 수 있으나, MetaTrader에서는 일반적으로 제한적으로만 사용됩니다. 1. 왜 Custom Alerts AIO를 선택해야 하나요? 추가 라이선스가 필요 없습니다 • 모든 Stein Investments 지표가 내장되어 있어 별도 구매가 필요 없습니다. • 즉시 알림 기능을 시작할 수 있어 빠르고 간편합니다. 모든 시장을 하나의 도구로
필터:
리뷰 없음
리뷰 답변