LotSizeCalculator

LotSizeCalculator — Risk-Based Trade Panel

Place market & pending orders with the exact risk you intend — automatic lot sizing, draggable SL/TP, and live recalculation on every tick.

Overview

LotSizeCalculator is a lightweight on-chart panel for fast, disciplined order entry. Set your risk once — as a percentage of balance or a fixed money amount — and the panel calculates the correct lot size so that the real loss when your stop-loss is hit equals exactly what you configured, spread and commission included. No more manual lot math, no more "why did I lose more than planned?"

Key Features

  • Automatic lot sizing from your risk: % of balance or fixed cash (e.g. risk 10 USD).
  • Risk measured from the entry price, so the realized loss at SL matches your target.
  • Commission-aware — auto-detects round-trip commission from your trade history, or set it manually.
  • Draggable SL / TP lines on the chart — drag freely and the lot adapts in real time; or type pips / price / risk-reward ratio.
  • Live recalculation every tick: as price drifts, the lot stays sized to keep your risk constant.
  • Direction auto-detect from where you place the stop line, with clear BUY / SELL buttons.
  • Market and pending orders — Buy Limit, Sell Limit, Buy Stop, Sell Stop, with the correct type auto-resolved from your entry price.
  • Live header: balance, equity, spread, and detected commission.
  • Clean light-theme panel, English UI, drag to reposition.

How the lot sizing works

Lot = Risk / (SL_distance × pip_value + commission_per_lot)

SL distance is taken from your entry, and commission is included explicitly — so the figure shown as Real Risk is what you actually lose if the stop is hit. The panel also shows the Real Reward at take-profit.

Pending orders

Switch the Order mode to Pending, set an Entry price (type it or drag the blue entry line), and place BUY or SELL. The panel automatically chooses the correct order type:

  • BUY — entry below market → Buy Limit, entry above market → Buy Stop
  • SELL — entry above market → Sell Limit, entry below market → Sell Stop

In pending mode the SL/TP distances and the lot are measured from your entry price, so the risk is correct for the level the order will actually trigger at.

Built-in safety checks

Before any order is sent the panel verifies that AutoTrading is enabled, the EA is allowed to trade, the symbol is tradable, the entry respects the broker's minimum stop distance, and there is enough free margin for the calculated lot. If a check fails, you get a clear on-panel message instead of a cryptic error — and no order is sent.

Inputs

  • Risk mode / value — percent of balance or fixed money.
  • Default SL (pips), TP mode (Pips / Price / R:R) and value.
  • Execution mode — Market or Pending (startup default).
  • Commission — auto-detect on/off, manual fallback, history lookback days.
  • Magic number, order comment, max slippage (points).
  • Panel position (X / Y).

Notes

  • One instance per chart; different charts can use different settings.
  • Works on Forex, metals, indices, and other symbols — lot sizing uses the broker's tick value, so the money risk is correct regardless of the instrument.
  • Manual trading tool: it places orders only when you click. It does not trade on its own.
  • Please enable Allow Algo Trading when attaching the EA.


INSTALLATION

------------

1. Open MetaTrader 5.

2. From the menu: File -> Open Data Folder.

3. Navigate to:  MQL5\Experts\

4. Create a new sub-folder named:  LotSizeCalculator

5. Copy ALL of these files into that folder:

       - LotSizeCalculator.mq5

       - Defs.mqh

       - RiskCalc.mqh

       - CommissionDetector.mqh

       - ChartLines.mqh

       - Panel.mqh

6. In MT5, open the MetaEditor (F4 in MT5, or open MetaEditor.exe).

7. In the Navigator panel, find:

       Experts -> LotSizeCalculator -> LotSizeCalculator.mq5

8. Right-click the file -> Compile (or press F7).

   The file should compile with 0 errors / 0 warnings.

9. Back in MT5, in the Navigator under Experts you will now see

   "LotSizeCalculator". Drag it onto a chart.

10. In the dialog that appears:

    - "Common" tab: tick "Allow algo trading"

    - "Inputs" tab: review settings (defaults are fine for first run)

    - Click OK.


The panel will appear in the top-left of the chart.


USAGE

-----

Header (top of panel)

    Symbol     - the chart's symbol

    Balance    - account balance

    Equity     - account equity

    Spread     - live spread in pips (auto-detected per tick)

    Comm/lot   - commission per 1 lot, round trip:

                 - "auto" if detected from your trade history

                 - "manual" if using the InpManualCommission input

                 Click [Re-scan] to retry history detection.


Risk

    Mode toggle:  [%]  =  percent of balance

                  [$]  =  fixed money

    Edit field    your number

    Below shows the resolved money amount.


Order  (execution type)

    Mode toggle:  [Mkt]   market order at current price (default)

                  [Pend]  pending order (Limit / Stop)

    Entry field   in Pending mode, type the trigger price (or drag the

                  blue Entry line on the chart). In Market mode it just

                  shows "(market)".

    Below shows the resolved pending type, e.g. "= Buy Limit @ 1.2345".


    The exact type is chosen automatically from your Entry vs. the

    current market and the direction:

        BUY :  Entry below Ask -> Buy Limit,  Entry above Ask -> Buy Stop

        SELL:  Entry above Bid -> Sell Limit, Entry below Bid -> Sell Stop

    In Pending mode, SL/TP pip distances and the lot are measured from

    your Entry line (not the live price), so the risk is correct for the

    price the order will actually trigger at. Pending orders are GTC

    (good till cancelled). An Entry too close to the market (within the

    broker's stops level) is rejected with a message.


SL

    Mode toggle:  [Pips]   distance in pips from entry

                  [Price]  absolute SL price

    The lot is sized so that the actual loss when SL is hit equals

    your Risk amount, INCLUDING spread and commission.


TP

    Mode toggle:  [Pips]   distance in pips

                  [Price]  absolute TP price

                  [R:R]    take-profit as a multiple of SL distance


Results (live)

    Lot Size      calculated lot, rounded to broker's lot step

    Real Risk     real money loss when SL hits, includes commission

    Real Reward   real money gain when TP hits, minus commission


Action

    [BUY]   in Market mode: market buy at Ask. In Pending mode: places

            a Buy Limit or Buy Stop at your Entry. SL/TP are placed so

            the SL distance from entry equals your configured pips.

    [SELL]  mirror of BUY (Sell / Sell Limit / Sell Stop).


    Direction is detected automatically from where the SL line sits:

       SL line BELOW current price → BUY setup  → BUY button highlighted

       SL line ABOVE current price → SELL setup → SELL button highlighted

    The inactive direction's button is dimmed but still works (it will

    flip the line to the other side and execute the opposite trade).


Chart lines (when "Show ... lines" is on)

    - Solid blue   = Entry. Market mode: follows live Ask. Pending mode:

                     draggable, sets your limit/stop trigger price.

    - Dashed red   = SL (the absolute SL price you chose)

    - Dashed green = TP (the absolute TP price; auto-flips with direction

                     in R:R / Pips modes)


    The SL line is the SOURCE OF TRUTH. Drag it freely:

       - Drag BELOW current price → BUY setup. TP is placed ABOVE Ask

         (R:R / Pips modes auto-position TP on the other side of entry).

       - Drag ABOVE current price → SELL setup. TP is placed BELOW Bid.

    The line stays exactly where you put it; it does NOT snap back. Each

    tick the panel measures the live pip distance from the relevant

    entry (Ask for BUY, Bid for SELL) to your SL line, and recomputes

    the lot size so the realized loss when SL is hit equals your Risk

    amount. As price drifts, the lot adjusts; the line stays anchored.


    Typing a value into the SL or TP field does the inverse: it moves

    the line to that distance (pips, on the side matching the current

    direction) or to that absolute price. Pressing Enter commits the

    move; clicking BUY or SELL also commits any unsubmitted edit.


NOTES

-----

- Before sending an order the EA checks: AutoTrading is on, Algo

  Trading is allowed for the EA, the account/broker permits trading,

  the symbol is tradable, and there is enough free margin for the

  lot. If any check fails, the status line explains why and NO order

  is sent.


- Auto-commission requires you to have at least one closed trade on

  this symbol within the InpCommLookbackDays window. If none, the

  EA falls back to InpManualCommission.


- Lot sizing formula:

       Lot = Risk_Money / (SL_pips * PipValuePerLot + Commission_RT)


- SL price for BUY = Ask - SL_pips, for SELL = Bid + SL_pips. This

  makes the SL distance from your entry equal exactly to the pips

  value displayed, so the realized loss matches the calculation.


- One EA per chart. Different charts can have different settings.

Recommended products
Explanation of the Code's Benefits (Without mentioning the code itself) 1. Detailed Market Condition Differentiation (3 Dimensions) Unlike most tools that only indicate "Up" or "Down," this tool specifically isolates "Sideways" momentum. This allows traders to clearly see: When buying pressure wins (Bullish). When selling pressure wins (Bearish). Most importantly: When the market lacks direction or is resting (Sideways), significantly reducing errors during non-trending periods. 2. Strength Meas
Painel Nelogica ChartTrading
Tiago Silvano Souza Felipe
Painel Profit is an operational trading panel for MetaTrader 5 created to make manual execution and visual order management easier directly on the chart. The operating principle is simple: the trader selects the symbol, timeframe, volume, entry type, and exit strategy. Based on these commands, the panel sends or organizes the trade through the interface, displaying the entry, take profit, and stop loss levels on the chart for visual monitoring. This product is not a signal robot and does not mak
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
Harmonic Pattern Structure Harmonic Pattern Structure is a professional MetaTrader 5 indicator that automatically detects classic harmonic patterns using strict Fibonacci ratio validation and XABCD price structure. Designed for traders who value precision, clean visuals, and structured analysis, the indicator highlights potential reversal zones based on price geometry, supporting consistent and objective decision-making. SUPPORTED HARMONIC PATTERNS Gartley (222) Butterfly Bat Crab Shark Cy
Money Flow Profile MT4  HERE Here our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis  Master Edition is a professional-grade analytical tool designed to visualize market structure through the lens of volume and money flow. Unlike standard volume indicators, this tool displays a Daily Volume Profile
Cumulative Volume Delta MA-X MTF with Gradient Momentum This indicator performs multi-timeframe volume delta analysis for MetaTrader5. It calculates the net difference between buying and selling pressure by analyzing tick or real volume data, providing a visual representation of order flow sentiment. Indicator Logic and Features The indicator uses a mathematical approach to volume analysis: Data Sourcing: Supports both Real Volume (for Exchange assets) and OHLC Wick Proxy calculations (for Forex
Trade smarter, not harder: Empower your trading with Harmonacci Patterns This is arguably the most complete harmonic price formation auto-recognition indicator you can find for the MetaTrader Platform. It detects 19 different patterns, takes fibonacci projections as seriously as you do, displays the Potential Reversal Zone (PRZ) and finds suitable stop-loss and take-profit levels. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  ] It detects 19 different harmonic pric
TRI Visualizer
Yoshimi Mon 三 Ura
TRI Visualizer MT5 – Thermodynamic Market Analysis Overview The TRI (Thermal Range Indicator) Visualizer Enhanced is a rare market analysis indicator that goes beyond conventional technical analysis, applying principles of thermodynamics from physics. It interprets market price fluctuations as “thermodynamic energy,” enabling the highly accurate detection of subtle market changes that are often overlooked. Innovative Mechanisms 1. Dual Calculation Engines Classic TRI Mode Formula: |Close
Volume Candle Indicator
Pablo Filipe Soares De Almeida
Volume Color Histogram for MetaTrader 5. This indicator displays volume as a histogram in a separate window. The bars are colored based on the direction of the price candle: green for bullish (close > open) and red for bearish (close < open). Key Features Volume source: Tick volume or real volume (user-selectable). Optional moving average line over the volume histogram, which can be enabled via input. Supported average types: SMA, EMA, SMMA, LWMA. Average period is configurable. Compatible with
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
The Accumulation / Distribution is an indicator which was essentially designed to measure underlying supply and demand. It accomplishes this by trying to determine whether traders are actually accumulating (buying) or distributing (selling). This indicator should be more accurate than other default MT5 AD indicator for measuring buy/sell pressure by volume, identifying trend change through divergence and calculating Accumulation/Distribution (A/D) level. Application: - Buy/sell pressure: above
MR Volume Profile 5
Sergey Khramchenkov
The "MR Volume Profile 5" indicator is a charting tool that displays trading volume at different price levels rather than time intervals. A key concept in volume profile is the point of control (POC)—the price level with the highest volume traded during the session or time range. While tools like VWAP or OBV provide volume trends, the "MR Volume Profile 5" indicator offers granular detail about where the most market activity occurs at specific price levels. This makes it a more precise tool for
Multi Timeframe Smc Bias Finder Trading in alignment with higher timeframe structure is one of the most consistently profitable habits a trader can build. The difficulty has always been execution: switching between timeframes, manually reading structure, and keeping track of whether the Daily, 4-Hour and 1-Hour are all pointing in the same direction before committing to a position. Multi Timeframe Smc Bias Finder resolves that entirely. Three tools in one indicator: A live multi-timeframe bias d
Overview Harmonic Patterns MT5 is a technical analysis indicator designed for the MetaTrader 5 platform. It identifies and displays harmonic price patterns, such as Butterfly, Cypher, Crab, Bat, Shark, and Gartley, in both bullish and bearish directions. The indicator calculates key price levels, including entry, stop loss, and three take-profit levels, to assist traders in analyzing market movements. Visual elements and customizable alerts enhance usability on the chart. Features Detects six ha
Time and Sales Tick
Pablo Filipe Soares De Almeida
Time & Sales Tick Indicator for MetaTrader 5 This indicator displays real-time trading tick information on MetaTrader 5 charts. It presents price, tick volume, and time. Functionality Displays tick data, including price, volume, and time, in a panel on the chart. Groups ticks into user-defined intervals, with color-coded price movements (green for upward, red for downward). Allows panel positioning in any chart corner.
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
**   All Symbols   x   All Timeframes   scan just by pressing scanner button ** Discount: The price is $50$, But now it is just $39, Limited time offer is active. *** Contact me  to send you instruction and add you in "Trend Reversal group" for sharing or seeing experiences with other users. Introduction: Trendlines are the most famous technical analysis in trading . Trendlines continually form on the charts of markets across all the different timeframes providing huge opportunities for traders
Haven Fibonacci Volume Profiles — Your Automatic Market Range Analyst Introducing Haven Fibonacci Volume Profiles — a powerful tool that takes market analysis to the next level. This indicator automatically identifies key price ranges built on significant pivot points and overlays a detailed Volume Profile along with Fibonacci levels on each one. This allows traders to instantly see where liquidity is concentrated and where true support and resistance levels are located. Other products -> HERE .
Key level wedge MT5
Presley Annais Tatenda Meck
The   Key level wedge MT5   indicator automatically draws rising wedge pattern and falling wedge pattern for you on the chart. This pattern is really good when used as a confirmation entry at key support & resistance, supply & demand and reversal zones. Advantages  The   Key level wedge MT5   block DOES NOT RE-PAINT, giving you confidence when a signal appears and also helps when looking back.  The   Key level wedge MT5   includes an on/off button on the chart to easily keep the charts clean
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
An indicator of patterns #24, #25, #26 and #27 ("Head and Shoulders", "Complex Head and Shoulders") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) PeriodBars - indicator period K - an additional parameter that influences the accuracy of pattern shape recognition. The smaller the value is, the smoother the row of peaks/valleys should
You can change the time period of the chart at the touch of a button. You can also change multiple charts at the touch of a button. You can also change multiple charts at the touch of a button,   saving you the trouble of changing time periods. We are live-streaming the actual operation of the system. Please check for yourself if it is usable. Please check it out for yourself. https://www.youtube.com/@ganesha_forex We do not guarantee your investment results. Investments should be made at you
PivotWave
Jeffrey Quiatchon
Introducing PivotWave – your ultimate trading companion that redefines precision and market analysis. Designed with traders in mind, PivotWave is more than just an indicator; it’s a powerful tool that captures the pulse of the market, identifying key turning points and trends with pinpoint accuracy. PivotWave leverages advanced algorithms to provide clear visual signals for optimal entry and exit points, making it easier for traders to navigate volatile market conditions. Whether you are a begin
Premium level is a unique indicator with more than 80% accuracy of correct predictions! This indicator has been tested for more than two months by the best Trading Specialists! The author's indicator you will not find anywhere else! From the screenshots you can see for yourself the accuracy of this tool! 1 is great for trading binary options with an expiration time of 1 candle. 2 works on all currency pairs, stocks, commodities, cryptocurrencies Instructions: As soon as the red arrow app
Crash 1000 Scalping Indicator for the Crash 1000 Deriv Synthetic Index. Introduction The Crash 1000 Scalping Indicator is a specialized tool designed for the Crash 1000 index on the Deriv Synthetic market. This indicator is particularly useful for scalping on the M1 timeframe, helping traders to identify precise entry and exit points for buy positions. It is designed to be non-repainting, providing clear signals with audible alerts and push notifications, and is compatible with mobile devices th
Pro Gold System Indicator
PEDRO JOAQUIM GONCALVES GOMES
ADVANCED FUNCTIONALITIES: Trend Score (0-100) with visual bar Intelligent signals with adjustable strength (1-10) Risk management with automatic TP/SL Audible and visual alerts Price zones with smooth filling Multi-indicator analysis (RSI, ATR, BB, EMAs) DESIGN FEATURES Modern Visual: Smooth and well-spaced lines (EMA with 2-3px width) Vibrant and professional colors (Sky Blue, Orange, Gold) Modern arrows (code 233/234) for buy/sell signals Configurable dark/light theme Adjustable transparency f
This indicator presents an alternative approach to identify Market Structure. The logic used is derived from learning material created by   DaveTeaches (on X) Upgrade v1.10: + add option to put protected high/low value to buffer (figure 11, 12) + add  Retracements  value to buffer when Show Retracements When quantifying Market Structure, it is common to use fractal highs and lows to identify "significant" swing pivots. When price closes through these pivots, we may identify a Market Structure S
Exp5 Duplicator
Vladislav Andruschenko
4.78 (9)
Duplicator for MetaTrader 5 — professional position duplicator inside one terminal A reliable Expert Advisor for traders who want to automatically duplicate already opened positions in MetaTrader 5, increase volume, apply custom lot settings, and manage duplicates with precise rules. It is a practical tool for manual trading, algorithmic systems, and flexible management of existing positions inside one terminal. Duplicator for MT5 does not open positions by its own trading strategy. Its role is
Pionex Live MT5 Data and History -- Add the API address to Tools > Expert Advisor api.pionex.com ws.pionex.com Steps : Create Symbols Select CreateSymbols = true Restart MT5 Terminal (Most important) Select Symbols to marketwatch for which you want to load history and live data 1. Add utility to any chart and Select Mode = LiveUpdate to get trade data on chart 2. Add utility to any chart and Select Mode = History to fill history to desired date and time Use MaxDate to add any date you wish to
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions - Application instructions - Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics bef
Forex Trade Manager MT5
InvestSoft
4.98 (668)
Trade Manager MT5 is an advanced position size calculator and trade management tool for MetaTrader 5, designed to help traders plan trades faster, control risk more precisely, and manage open positions directly from the chart. It combines order placement, risk based lot calculation, Stop Loss and Take Profit management, Break Even, Trailing Stop, Partial Close, Equity Protection, and external trade management in one panel. Whether you trade forex, indices, metals, commodities, crypto, or future
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (142)
Experience exceptionally fast trade copying with the   Local Trade Copier EA MT5 . With its easy 1-minute setup, this trade copier allows you to copy trades between multiple MetaTrader terminals on the same Windows computer or Windows VPS with lightning-fast copying speeds of under 0.5 seconds. Whether you're a beginner or a professional trader, the   Local Trade Copier EA MT5   offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking t
TradePanel MT5
Alfiya Fazylova
4.88 (162)
Trade Panel is a multi-functional trading assistant. The app contains over 50 trading functions for manual trading and allows you to automate most trading tasks. Before making a purchase, you can test the demo version on a demo account. Download the trial version of the application for a demonstration account: https://www.mql5.com/en/blogs/post/750865 . Full instructions here . Trade. Allows you to perform trading operations in one click: Open pending orders and positions with automatic risk cal
Beta Release The Telegram to MT5 Signal Trader is nearly at the official alpha release. Some features are still under development and you may encounter minor bugs. If you experience issues, please report them, your feedback helps improve the software for everyone. Telegram to MT5 Signal Trader is a powerful tool that automatically copies trading signals from Telegram channels or groups directly to your MetaTrader 5 account. It supports both public and private Telegram channels, and you can conn
Telegram to MT5 Multi-Channel Copier automatically copies trading signals from your Telegram channels directly into MetaTrader 5. No bots, no browser extensions, no manual copying. You receive a signal on Telegram and the EA opens the trade on your terminal in a few seconds. The product includes two components: a Windows application that listens to your Telegram channels, and this Expert Advisor that executes the signals on your MT5 terminal. An MT4 version is also available. Setup guide and app
Power Candles Strategy Scanner - Self-Optimizing Multi-Symbol Setup Finder Power Candles Strategy Scanner runs the same self-optimizing engine that powers the Power Candles indicator - on every symbol in your Market Watch, side by side. One panel tells you which symbols are statistically tradable right now, which strategy wins on each, the optimal Stop Loss / Take Profit pair, and pings you the moment a fresh signal fires. This tool is part of the Stein Investments ecosystem - 18+ tools plus Max
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.94 (34)
Professional Trade Copier for MetaTrader 5 Fast, professional, and reliable trade copier for MetaTrader . COPYLOT allows you to copy Forex trades between MT4 and MT5 terminals with support for Hedge and Netting accounts. COPYLOT MT5 version supports: - MT5 Hedge to MT5 Hedge - MT5 Hedge to MT5 Netting - MT5 Netting to MT5 Hedge - MT5 Netting to MT5 Netting - MT4 to MT5 Hedge - MT4 to MT5 Netting MT4 version Full Description +DEMO +PDF How To Buy How To Install How to get Log Files H
Anchor Trade Manager
Kalinskie Gilliam
5 (5)
Anchor: The EA Manager Run your full EA portfolio without conflicts, without stacked risk, and without watching every chart yourself. Anchor coordinates up to 64 Expert Advisors on a single account, including daily loss protection built for prop firm rules. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Click OK. Anchor begins coordinating immediately. Built for portfolios. Built for prop firms. Built for discipline. The Problem Running multiple EAs on the same acc
Trade copier MT5
Alfiya Fazylova
4.59 (49)
Trade Copier is a professional utility designed to copy and synchronize trades between trading accounts. Copying occurs from the account / terminal of the supplier to the account / terminal of the recipient, which are installed on the same computer or VPS . PROMOTION - If you have already purchased the "Trade Copier MT5," you can receive the "Trade Copier MT4" for free (for copying MT4 > MT5 and MT4 < MT5). For more detailed information about the conditions, please contact us via private message
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (3)
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – All-In-One Power for AI-Driven Trading Want to skip the setup and start scanning the entire market – Forex, Gold, Crypto, Indices, and even Stocks – in seconds? EASY Insight AIO is the complete plug-and-play solution for AI-powered trade analysis. It includes all core Stein Investments indicators built-in and automatically exports clean, structured CSV files – perfect for backtesting, AI prompts, and live market decision-making. No need to install or configure indicators manu
Quant AI Agents
Ho Tuan Thang
5 (1)
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
Premium Trade Manager - The Trade Panel With a Coach Built In Premium Trade Manager puts a trading coach inside your chart, with a full execution engine underneath it. Set the trade up the way you always do, then let Max, your AI trading coach, read that exact setup against your live account and give you a straight verdict before you commit: is the stop disciplined, is the risk sane, is a high-impact release minutes away, are you near a prop-firm limit. Below sits the engine that runs everything
Seconds Chart MT5
Boris Sedov
4.61 (18)
Seconds Chart is a unique tool for creating second-based charts in MetaTrader 5 . With Seconds Chart , you can construct charts with timeframes set in seconds, providing unparalleled flexibility and precision in analysis that is unavailable with standard minute or hourly charts. For example, the S15 timeframe indicates a chart with candles lasting 15 seconds. You can use any indicators and Expert Advisors that support custom symbols. Working with them is just as convenient as on standard charts.
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
Trade Dashboard MT5
Fatemeh Ameri
4.95 (131)
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
Working Demo Download Copy Cat More Trade Copier MT5 is a local trade copier and a complete risk management and execution framework designed for today’s trading challenges. From prop firm challenges to personal portfolio management, it adapts to every situation with a blend of robust execution, capital protection, flexible configuration, and advanced trade handling. The copier works in both Master (sender) and Slave (receiver) modes, with real-time synchronization of market and pending orders,
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
DaneTrades Trade Manager is a professional trade panel for MetaTrader 5, designed for fast, accurate execution with built‑in risk control. Place market or pending orders directly from the chart while the panel automatically calculates position size from your chosen risk, helping you stay consistent and avoid emotional decision‑making. The Trade Manager is built for manual traders who want structure: clear risk/reward planning, automation for repeatable management, and safeguards that help reduc
EA Performance Tracker
Russell Leeon Tan
5 (2)
EA Performance Tracker (AESTracker) A clean, modern dashboard that shows exactly how your trades and EAs are performing — right on your chart. It reads your full account history automatically and breaks down the numbers by magic number / strategy. Display only — it does not place any trades. What it shows - Account header: live Balance, Equity, and Open (floating) P/L - Profit summary: gross profit, net profit, and the exact commission & swap deducted - Key stats: win rate, profit factor, exp
HINN Lazy Trader
ALGOFLOW OÜ
5 (1)
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understands Larry Williams
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.59 (74)
Trading Panel for MetaTrader 5 — professional one-click trading from chart and keyboard A powerful trading panel for active manual trading, designed to open, manage, and close trades far faster and more efficiently than the standard MetaTrader interface. This panel is built for traders who want full control over positions, pending orders, profit management, and trading execution inside one professional workspace. This is not just another utility. It is a complete trading cockpit for MetaTrader
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
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone with  SMC Multi Timeframe  is a professional trading indicator built on Smart Money Concepts (SMC), combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis, Points of Interest (POIs), and real-time signals, t
Timeless Charts
Samuel Manoel De Souza
5 (7)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
The News Filter MT5
Leolouiski Gan
4.78 (23)
This product filters   all expert advisors and manual charts   during news time.  It is able to remove any of your EA during news and automatically reattach them after news ends. This product also comes with a complete  order management system   that can handle your open positions and pending orders before the release of any news. Once you purchase   The News Filter , you will no longer need to rely on built-in news filters for future expert advisors, as this product can filter them all from her
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
Chart Copilot
George Angelo Boutselis
Chart Copilot is a trading assistant designed to help traders place trades faster, manage open positions and set alerts of any type directly from the chart. All of these features are accessible through the graphical panel as well as through a conversational chatbot. Additional Material and Instructions: trial version  - setup instructions Chatbot Chart Copilot comes with a dedicated server running a large language model – this means that there is no need to create your own API key and you will i
Uber Trade Manager
Meelis Hynninen
4.88 (16)
The UTM Trade Manager is a powerful, yet intuitive trading tool offering fast, efficient trade execution and advanced features such as the "Ignore Spread" mode and a built-in local trade copier, and others. Designed to simplify your trading operations, it provides a user-friendly graphical interface and on-chart controls for seamless management. Important Notice: This manager may experience performance issues on systems with less than 8GB of RAM or when running on Mac ARM (M1) systems using emul
More from author
SMT DIVERGENCE - GOLD vs SILVER (XAUUSD / XAGUSD) All Timeframe MQL5 Market Product Description ==================================================================== PRODUCT NAME: SMT Divergence Gold vs Silver | Smart Money Scalping Tool SHORT DESCRIPTION (max 63 chars): Catch Gold reversals before they happen using SMT Divergence ---------------------------------------------------------------------- FULL DESCRIPTION ---------------------------------------------------------------------- W
FREE
==================================================================== SMT DIVERGENCE - GOLD vs SILVER (XAUUSD / XAGUSD) All Timeframe MQL5 Market Product Description ==================================================================== PRODUCT NAME: SMT Divergence Gold vs Silver | Smart Money Scalping Tool SHORT DESCRIPTION (max 63 chars): Catch Gold reversals before they happen using SMT Divergence ---------------------------------------------------------------------- FULL DESCRIPTION ----
FREE
==================================================================== SMT DIVERGENCE - NASDAQ vs S&P500 (NAS100 / US500) MQL5 Market Product Description ==================================================================== PRODUCT NAME: SMT Divergence Nasdaq vs S&P500 | Smart Money Index Scalper SHORT DESCRIPTION (max 63 chars): Spot Nasdaq reversals using SMT Divergence with S&P500 ---------------------------------------------------------------------- FULL DESCRIPTION ---------------------
FREE
==================================================================== SMT DIVERGENCE - NASDAQ vs S&P500 (NAS100 / US500) MQL5 Market Product Description ==================================================================== PRODUCT NAME: SMT Divergence Nasdaq vs S&P500 | Smart Money Index Scalper SHORT DESCRIPTION (max 63 chars): Spot Nasdaq reversals using SMT Divergence with S&P500 ---------------------------------------------------------------------- FULL DESCRIPTION ---------------------
FREE
Filter:
No reviews
Reply to review