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.

推荐产品
Chinese (Simplified) 代码优势解释(不涉及具体代码) 1. 更精细的市场状态区分(三维) 大多数工具只显示“涨”或“跌”,但该工具特别分离出了**“盘整”(Sideways)**力量。交易者可以清晰看到: 买方主导时(多头)。 卖方主导时(空头)。 最重要的是: 市场无方向或休息时(盘整),有效减少震荡期的操作失误。 2. 强度量化震荡指标 (0-100) 将价格波动标准化为 0 到 100 的范围: 极端区域: 设定超买/超卖阈值(如高于80或低于20)。 区域填充: 对关键区域进行着色,一眼就能识别市场是否处于“峰值”。 3. 灵活的噪音过滤(平滑与加权) 设计用于自定义信号的“平滑度”: 减少误导信号: 提供多种平均算法(RMA, EMA, SMA 等)以过滤市场噪音。 成交量加权: 可选择加入**成交量(Volume)**进行计算,比单纯看价格更可靠。 4. 清晰的趋势提示 交叉箭头: 当买卖力量发生转换时显示箭头,明确入场时机。 可定制显示: 用户可开关线条、填充或箭头,保持图表整洁。 5. 性能与稳定性 优化了资源占用,修复了高 CPU 使用率问题,多开
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
Blahtech Market Profile MT5
Blahtech Limited
5 (10)
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
Cumulative Volume Delta MA-X MTF(带梯度动量) 该指标为 MetaTrader 5 提供多时区累积成交量德尔塔(CVD)分析。它通过分析报价成交量(Tick Volume)或真实成交量(Real Volume)数据,计算买盘与卖盘压力之间的净差值,从而直观地展示订单流(Order Flow)情绪。 指标逻辑与特性 本指标采用数学方法进行成交量分析: 数据来源 :支持交易所资产的 真实成交量 (Real Volume) ,以及针对外汇/CFD 市场的 OHLC 影线代理算法 (OHLC Wick Proxy) 。 梯度系统 :4 色移动平均线用于识别趋势阶段: 深天蓝 (DeepSkyBlue) :数值为正且正在上升。 橙色 (Orange) :数值为正但正在下降。 洋红色 (Magenta) :数值为负且正在下降。 紫色 (Purple) :数值为负但正在上升。 五层共振系统 (5-Layer Confluence System) 指标集成了五种不同的分析方法: 第一层:成交量德尔塔核心 (Volume Delta Core) —— 计算成交量德尔塔的
Passband Filter Pro Passband Filter Pro is a trend and cycle oscillator for MetaTrader 5. It is built on the Ehlers Super Passband Filter, a band pass filter that removes long term trend drift and short term noise so that only the dominant market cycle remains. The result is a clean oscillator with a color cloud that shows overbought and oversold conditions, cycle turns, and momentum on forex, gold, indices, stocks and crypto. Most traders enter too early or too late. Simple moving averages la
可以说,这是您可以为MetaTrader平台找到的最完整的谐波价格形成自动识别指标。它检测19种不同的模式,像您一样认真对待斐波那契投影,显示潜在的反转区域(PRZ),并找到合适的止损和获利水平。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 它检测19种不同的谐波价格形态 它绘制了主要,衍生和互补的斐波那契投影(PRZ) 它评估过去的价格走势并显示每个过去的形态 该指标分析其自身的质量和性能 它显示合适的止损和获利水平 它使用突破来表明合适的交易 它在图表上绘制所有样式比率 它实现了电子邮件/声音/视觉警报 受斯科特·M·卡尼(Scott M. Carney)的书的启发,该指标旨在满足最纯粹和最熟练的交易者的需求。但是,它采取了一种使交易更容易的方式:在向交易发出信号之前,它会等待Donchian朝正确方向突破,从而使交易信号非常可靠。 斐波那契投影与向量无关 它实现了电子邮件/声音/推送警报 它绘制了ABCD投影 重要提示: 为了符合 Scott M. Carney先生 的商标申诉,某些图案名称已重命名为不言自明的替代方式, Scott M.
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
MetaTrader 5 的彩色成交量直方图指标 此指标在单独的窗口中以直方图的形式显示市场成交量。每根柱子的颜色根据价格蜡烛的方向自动变化:当收盘价高于开盘价时显示绿色,表示多头力量;当收盘价低于开盘价时显示红色,表示空头主导。通过颜色区分,可以让交易者更清楚地看到价格运动与成交量之间的关系。 主要功能 成交量来源:可选择“Tick 成交量”或“真实成交量”。 可选在成交量直方图上添加一条移动平均线,用于平滑成交量变化趋势。 支持的移动平均类型包括:SMA(简单平均)、EMA(指数平均)、SMMA(平滑平均)、LWMA(线性加权平均)。 用户可以自由设定平均周期。 兼容所有交易品种和时间周期,在 MetaTrader 5 平台上运行稳定。 通过颜色与平均线的结合,帮助分析成交量背后的动能变化,从而辅助判断价格反转或趋势延续。
Noize Absorption Index
Ekaterina Saltykova
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 是一款专为 MetaTrader 5 平台设计的实时报价与成交监控指标。 该工具能够在图表上实时显示每笔交易的价格、成交量与时间信息,帮助交易者观察市场的细微波动与订单流动。 功能说明 在图表中的独立面板上实时展示价格、成交量与成交时间,便于跟踪市场动态。 可根据用户自定义的时间或数量间隔对成交数据进行分组。 系统自动对价格变动进行颜色区分:上涨以绿色显示,下跌以红色显示,使趋势变化一目了然。 面板可自由放置在图表的任意角落,支持调整大小、字体、透明度和刷新速度。 与所有交易品种和时间周期兼容,可在 MetaTrader 5 平台上稳定运行,不影响主图性能。 适用于分析市场活跃度、监控流动性以及辅助短线或高频交易策略。 此指标为交易者提供了更直观的市场视图,使其能够在高波动市场中更好地识别短期机会并改进决策效率。
CosmiCLab FIBO
Kirils Subins
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
Trend Reversal Scanner MT5
Reza Aghajanpour
5 (10)
**   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. + FREE   Trading Utility MT5 Introduction: Trendlines are the most famous technical analysis in trading . Trendlines continually form on the charts of markets across all the different timeframes providing
Master HMA
Leonel Alberto Jose Quintana
MetaTrader 5 的 Master HMA Master HMA 是一款适用于 MetaTrader 5 的技术指标,将不同的 Hull Moving Average 计算方式结合到一个可视化结构中,用于分析价格的方向、斜率以及运动行为。 该指标使用三个 HMA 周期:Fast、Main 和 Slow。这些线之间的关系可以帮助观察市场运动结构的变化,并跟踪不同的市场阶段。 Main HMA 使用不同颜色表示系统识别出的状态。指标还可以显示由 Fast 和 Slow HMA 之间关系形成的云带。 结构分析 Master HMA 分析移动平均线行为的不同特征,包括斜率、HMA 之间的距离、压缩、扩张、加速、力量减弱以及云带宽度的变化。 这些信息经过综合分析后,用于形成当前市场运动结构的可视化读数。 Master Score 该指标包含一个名为 Master Score 的内部系统,其计算范围为 -100 至 +100。 计算会考虑 HMA 结构的不同组成部分,包括趋势、斜率、均线之间的关系以及加速度。 Master Score 与 Master State 结合使用,将当前分析状态
Haven Fibonacci Volume Profiles — 您的自动市场区间分析师 隆重推出 Haven Fibonacci Volume Profiles — 一款将市场分析提升到新水平的强大工具。该指标可自动识别基于重要转向点(枢轴点)构建的关键价格区间,并在每个区间上叠加详细的成交量分布图和斐波那契水平。这使交易者能够即时了解流动性集中在哪里,以及真正的支撑位和阻力位位于何处。 其他产品 -> 这里 . 无需再猜测哪个区间是有效的。该指标为您完成所有复杂的工作,同时显示历史和当前的价格区间,让您全面了解市场背景。 指标主要功能 自动识别区间: 指标可独立找到重要的高点和低点(枢轴点),并在此之间构建价格区间。 详细的成交量分布图: 为每个区间计算并显示成交量分布图,突出显示交易活动最多和最少的区域。 可自定义的斐波那契水平: 斐波那契水平会自动应用于每个区间。您可以启用、禁用并自定义每个水平的颜色(0.0、0.236、0.5、1.0 等)。 POC(控制点)可视化: 成交量分布图清晰显示成交量最大的水平,该水平通常作为强支撑或阻力。 历史分析: 指标不仅显示当前的价格区间
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
ChangePeriod MT5
Kazuya Yamaoka
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
Heiken Ashi Stacked Pro is a chart overlay indicator that combines smooth Heiken Ashi visual trend candles, a real-time bar completion timer, and an on-hover crosshair HUD for instant price and wick-to-body ratio diagnostics. Marketplace Description Overview Heiken Ashi Stacked Pro upgrades standard Heiken Ashi candle visuals with an interactive HUD. Designed for trend followers and price action traders, it filters out market noise using colored candles while supplying precise candle metric read
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
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
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (216)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。   附加材料和说明 安装说明   -   应用程序说明   -   模拟账户应用程序的试用版 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 : 1 - 这意味着 TP 是 SL 的两倍。 RR -
欢迎来到 Trade Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 4 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
================================================================================ 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
TradePanel MT5
Alfiya Fazylova
4.88 (167)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 应用程序说明 + 视频教程: https://www.mql5.com/zh/blogs/post/761102 用于模拟账户的应用程序试用版: https://www.mql5.com/zh/blogs/post/762579 如何安装应用程序: https://www.mql5.com/zh/blogs/post/762580 如何在可视化模式下测试应用程序: https://www.mql5.com/zh/blogs/post/770278 如何在VPS MetaTrader上安装应用程序: https://www.mql5.com/zh/blogs/post/770196 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.94 (148)
通过 Local Trade Copier EA MT5 获得非常快速的交易复制体验。它的简单1分钟设置,使您可以在同一台Windows计算机或Windows VPS上在多个MetaTrader终端之间复制交易,具有闪电般快速的复制速度,低于0.5秒。 无论您是初学者还是专业交易者, Local Trade Copier EA MT5 都提供了广泛的选项,可根据您的特定需求进行自定义。对于任何希望增加利润潜力的人来说,这都是终极解决方案。 今天就尝试一下,看看为什么它是市场上最快、最简单的贸易复印机! 提示: 您可以在您的模拟账户中下载并试用 Local Trade Copier EA MT5 模拟版: 这里 将下载的免费演示文件粘贴到您的 MT5 >> 文件 >> 打开数据文件夹 >> MQL5 >> 专家文件夹并重新启动您的终端。  免费演示版本每次可在 4 小时内发挥全部功能,仅限演示帐户。 要重置试用期,请转至 MT5 >> 工具 >> 全局变量 >> Control + A >> 删除。 请仅在非关键模拟账户上执行此操作,不要在挑战道具公司账户中执行此操作。 如果您无法
测试版发布 Telegram to MT5 Signal Trader 即将进入正式的 Alpha 版本。一些功能仍在开发中,您可能会遇到一些小错误。如果您遇到问题,请反馈,您的意见将帮助我们改进软件。 Telegram to MT5 Signal Trader 是一款强大的工具,能够将 Telegram 频道或群组的交易信号自动复制到您的 MetaTrader 5 账户。 支持公开和私人频道,可将多个信号提供者连接至一个或多个 MT5 账户。软件优化、高效、稳定,精准控制每笔复制交易。 界面简洁,仪表盘美观,图表交互性佳,导航直观。您可以管理多个信号账户,自定义每个提供者的设置,并实时监控所有操作。 系统需求 由于 MQL 限制,EA 需要配合 PC 端应用与 Telegram 通信。 安装程序可通过官方 安装指南 获取。 核心功能 多提供者支持: 从多渠道复制信号至多个 MT5 帐户 高级信号识别: 关键词、模式和标签全面自定义 逐提供者控制: 可启用/禁用特定信号类型、平仓策略等 灵活风险管理: 固定手数、固定金额、余额/权益百分比、部分平仓设置 可定制 SL/TP: 覆盖信号
Telegram to MT5 Multi-Channel Copier   可将您 Telegram 频道中的交易信号自动复制到 MetaTrader 5。无需机器人、无需浏览器扩展、无需手动复制。信号一到 Telegram,EA 几秒内就在您的终端开仓。 产品包含两个组件:一个监听您 Telegram 频道的 Windows 应用程序,以及在 MT5 终端执行信号的本 EA。同时提供 MT4 版本   点此 . 设置指南与应用下载: https://www.mql5.com/en/blogs/post/768988 工作原理 Windows 应用通过您自己的 API 凭据连接 Telegram——不是机器人。这意味着它可以读取您订阅的任何频道、群组或话题,包括私有和 VIP 频道。您还可以把直接给您发消息的信号机器人、私聊,甚至自己的"收藏夹"(Saved Messages)用作信号来源。检测到信号后,应用会解析并交给 EA。EA 按您的经纪商解析品种名称,按您的风险设置计算手数并开仓。 整个过程全自动,无需守在电脑前。专为 24/7 无人值守运行设计:Telegram 连接断开
Astro Trade MT5
Indra Maulana
5 (4)
25% discount on the release of the tool: only for the next 3 buyers Send a message to receive a demo version. AstroTrade Trading Assistant AstroTrade is a comprehensive multi-functional trading utility developed for the MetaTrader 5 platform. It integrates essential tools for trade execution, risk management, and technical monitoring into a single unified interface. The application is designed to assist traders in managing their daily operations through a visual and structured environment. Vi
Telegram To MT5 Ultra
Mirel Daniel Gheonu
5 (5)
Telegram To MT5 — 信号复制器 将您的 Telegram 频道中的交易信号变成真实的 MT5 订单 — 自动执行,可用于任意数量的账户,风险与规则完全由您掌控。 Telegram To MT5 将您已在 Telegram 关注的 VIP / 信号频道连接到您的 MetaTrader 5 终端。一个免费的配套桌面应用读取消息(即使是禁止机器人的频道),而本 EA 在您的账户上执行这些信号 — 应用您自己的风险设置、品种映射、止盈处理、交易时段与新闻过滤。 它是一个信号复制器,而非黑箱策略:由您决定信任哪些频道,以及每笔交易如何计算手数和管理。 分步设置与配套应用安装指南 工作原理 [您的 Telegram 频道] -> [配套桌面应用] -> [MT5 + 本 EA] -> 订单 配套桌面应用(免费,已包含)使用您的 Telegram 账户登录并监视您所选择的频道。即使是禁止机器人的 VIP 频道也能正常工作,它通过一个私有、加密的本地桥接转发每条消息。 本 EA 挂在一个图表上,在 MT5 接收这些信号,并按照您的规则开仓 / 管理交易。 应用与 EA 之间的连接是位于
Premium Trade Manager - 内置交易导师的图表面板 Premium Trade Manager 将一位交易导师嵌入您的图表,并在其下搭载完整的执行引擎。像往常一样建立交易,然后让您的 AI 交易导师 Max 读取这笔具体的交易,结合您的实时账户给出直接判断,再由您决定是否下单:止损是否符合纪律化交易的要求、风险规模是否合理、高影响新闻事件是否即将发布、您是否接近资金盘限额。其下是完整的执行引擎,负责点击之后的一切:一键按风险下单、您在图表上拖动规划且交易进行中仍可随时调整的计划、最多四个分批止盈级别、七种移动止损方式、实时资金盘合规检查、新闻屏蔽保护,以及对自身成本进行评级的点差功能。决策由您做出。Max 给出第二次审视。面板负责此后的一切。 购买前先亲手体验。 直接在浏览器中点击实时面板,这是在购买前感受其工作方式的最快途径。 stein.investments/products/premium-trade-manager Max 是您的一对一 AI 交易导师,他直接内置于面板之中。  他了解您的账户、您的设置和您的规则,用您自己的语言回答,并在每笔交易下单前进
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
适用于 MetaTrader 5 的专业交易复制器 快速、专业、稳定可靠的 交易复制器 ,适用于 MetaTrader 。 COPYLOT 可在 MT4 和 MT5 终端之间复制 Forex 交易,并支持 Hedge 和 Netting 账户。 COPYLOT 的 MT5 版本支持: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting MT4 版本 完整说明 + DEMO + PDF 如何购买 如何安装 如何获取日志文件 如何测试和优化 Expforex 的所有产品 您也可以将交易复制到 MT4 终端(MT4 → MT4,MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT 是一款专业的交易和持仓复制器,可同时与 2、3 甚至 10 个终端协同工作。 支持从 模拟账户和投资者账户 复制,也支持同时在多个终端上运行。 您可以使
HINN MagicEntry Extra
ALGOFLOW OÜ
4.74 (19)
HINN MAGIC ENTRY – the ultimate tool for entry and position management! SIMPLE. FASTEST. INTUITIVE. MAX AUTOMATED. Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, a
Trade Dashboard MT5
Fatemeh Ameri
4.95 (132)
疲于复杂的订单下达和手动计算?Trade Dashboard 是您的解决方案。凭借其用户友好的界面,订单下达变得轻而易举,只需点击一下,您就可以开设交易、设置止损和止盈水平、管理交易手数,并计算风险回报比,让您只需专注于您的策略。告别手动计算,使用 Trade Dashboard 简化您的交易体验。 立即下载演示版本 。 您可以在这里找到仪表盘功能和特性的详细信息 。 加入 Telegram 频道 。 购买后请给我发消息以获取支持。如果您需要添加更多功能,可以在产品的评论区留下您的想法,我愿意听取任何建议,希望您能在使用我的产品时获得最佳体验 。 这是 MT4 版本。 风险管理:使用 Trade Dashboard,可以将您的风险设置为账户余额或权益的百分比,或将风险设置为总金额。在图表上直观地定义您的止损,让工具准确计算每个货币对的适当手数。该工具还可以根据您期望的风险回报比自动设置止盈水平。它甚至可以在手数计算中涵盖佣金和点差费用。此外,您的止损和止盈可以转变为虚拟水平,隐藏于经纪商。通过 Trade Dashboard 的高级风险管理功能,掌控风险,保护您的资本。 交易线
Anchor Trade Manager
Kalinskie Gilliam
5 (8)
Anchor: The EA Manager Your EAs cannot see each other, but Anchor can. Anchor gives you one place to coordinate your EAs, manage risk, and decide when trading is allowed. It works alongside the trading bots you already use without any changes to them. The Problem One EA opens a trade. Then another starts trading. The next thing you know, you wake up to multiple grids built across your account. Each EA may be doing exactly what it was designed to do, but together they can place far more risk on y
Trade copier MT5
Alfiya Fazylova
4.59 (54)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 促销活动 - 如果您已经购买了“Trade copier MT5”,您可以免费获取“Trade copier MT4”(用于 MT4 > MT5 和 MT4 < MT5 的复制)。欲了解更多详细条款,请通过私人消息与我们联系! 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT5>MT5、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持
Ultimate Extractor
Clifton Creath
5 (8)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. !!!!!it is not compatible with Cloud!!!! For the online version please reach out to me directly****** Ultimate EA manager also now available when you use cloud pro and above for free!! Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automa
Signal TradingView to MT5 Pro Automator TradingView 与 MetaTrader 5 之间的即时专业执行 使用最强大的桥梁,将 TradingView 警报与 MT5 中的实际执行连接起来,实现交易策略的自动化。这款 Expert Advisor 专为要求速度、灵活性和完美风险管理的交易者设计,可将任何警报消息转化为精确的市价或限价订单。 优势与特点 通用解析引擎(专有): 先进技术,能够自动识别并提取任何警报格式中的数据。您不再受限于单一的死板格式;系统会自动理解交易品种(Symbol)、操作(Action)、价格(Price)、止损(SL)和止盈(TP)。 实时执行: 极速轮询技术(低于 1 秒),经过优化可将延迟降至最低。接收到信号后,订单将在毫秒内执行。 机构级风险管理: 基于以下方式自动精确计算手数: 净值/余额百分比(% of Equity/Balance): 每笔交易承担固定账户百分比的风险。 风险金额(Risk Amount): 设定在触发止损时损失的固定货币金额(例如:100 美元)。 固定手数(Static Lots)
X2 Copy MT5
Liubov' Shkandrii
快速。精准。创新。技术驱动。使用革命性的 X2 Copy MT5 体验即时交易复制。只需 10 秒简单设置,您将获得一个强大的工具,用于在单台计算机或 Windows VPS 上的 MetaTrader 终端之间以空前的速度同步交易。 无论您是管理多个账户、跟随信号还是扩展策略,X2 Copy MT5 都能以前所未有的精度和控制力适应您的工作流程。使用最技术驱动的交易复制解决方案,更快、更可靠地工作。尝试免费试用版,在您的系统上测试其速度。 *重要提示:使用MT4终端需要单独的X2 Copy MT4版本 X2 Copy MT4/5 设置和功能说明 | 如何安装 X2 Copy 试用版 功能特点 高速复制 — 交易传输时间小于0.1秒 全面支持所有复制类型:MT4>MT4, MT4>MT5, MT5>MT4, MT5>MT5 10秒即时设置,界面直观 24/7稳定运行 — 与Windows PC和Windows VPS完全兼容 灵活复制于任何账户类型之间:所有经纪商均可进行真实>真实、真实>模拟、模拟>真实、模拟>模拟账户复制 多通道复制 — 支持从一个或多个发送账户复制到一个或多个接收
Timeless Charts
Samuel Manoel De Souza
5 (8)
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
News Filter EA
Rashed Samir
5 (2)
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. MT4 Version Ma
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 * Before purchasing, please feel free to send me a message if you have any questions about the product or setup. ** After purchase,  Contact me via private message to receive t
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
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
Power Candles 策略扫描器——自优化多符号设置查找器 Power Candles策略扫描器 采用与Power Candles指标相同的自优化引擎,可同时扫描您“市场观察”中的所有交易品种。一个面板即可显示当前哪些品种在统计上具备交易价值、每种策略的最佳应用方向、最优止损/止盈组合,并在新信号触发时立即向您发送提醒。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 您的全面市场监控。每个交易品种超过3,000次自动优化。2种警报类型。一键切换图表并采取行动。 为何您需要此工具 大多数多标的扫描器仅展示价格 波动 。每只股票的波动率、百分比变化、RSI。您仍需自行摸索正确的策略、合适的止损位以及理想的入场阈值。Power Candles策略扫描器针对每只股票自动解答这些问题,仅在数学验证过的交易设置中触发实际入场信号时才会向您发出提示。这就是全部卖点。 自动
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告
EA Overfitter
Stephen J Martret
回测看起来很漂亮。但它明天、下周、下个月还能继续赚钱吗? EA Overfitter 让您的 EA 在 100 段它从未见过的价格历史上重新运行。一个分数告诉您这个优势是否真实。 限时首发价 99 美元,仅限接下来 24 小时,之后价格将上调至 149 美元 回测告诉您的,是 EA 在某一段价格历史上的表现——那段恰好发生过的历史。您无法从中判断,这个结果有多少来自策略本身,又有多少只是那一条特定路径带来的。 EA Overfitter 回答的正是这个问题。它构建最多 100 段您的 EA 从未交易过的合成价格历史,让策略在全部这些历史上重新运行,并展示它所产生的完整结果区间。您得到的不再是一条幸运或不幸路径上的单个数字,而是一幅真实的图景:策略在陌生数据上多久能赚钱、典型结果是什么样(而不是最好的那一次),以及您的回测离它有多远。 这些世界是由您自己的近期历史重建而成,因此这不是预测——任何从历史数据出发的检验都不可能是预测。它告诉您的是:这个优势是否依赖于价格的某一种特定排列,以及回测数字距离典型结果有多远。在投入资金之前,这才是值得回答的问题。 三个步骤 1. 构建。在
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
Trade Copier Ultimate
Janitha Sandaruwan Amaradasa Wickramasingha Arachchilage
5 (5)
Trade Copier Ultimate - Telegram to MT5 Signal Copier Trade Copier Ultimate automatically copies Telegram trading signals into MetaTrader 5. The EA can read signal messages, detect the symbol, order type, entry price, Stop Loss, Take Profit levels and selected update commands, then execute or manage the trade in MT5 using your lot and risk settings. It is more than a basic Telegram to MT5 copier. TCU also supports Bot API and user-account Bridge workflows, Discord signal routing, local MT5 to MT
工作演示版下载 Copy Cat More (跟单猫) MT5 交易跟单器 (Trade Copier) 是一款本地交易跟单器,也是一套完整的风险管理与执行框架,专为当今的交易挑战而设计。从自营公司 (prop firm) 挑战到个人投资组合管理,它凭借稳健的执行、资金保护、灵活的配置和先进的交易处理的结合,适应各种情况。 该跟单器同时支持主控端 (Master,发送方) 与受控端 (Slave,接收方) 两种模式,可实时同步市价单与挂单、交易修改、部分平仓以及对锁平仓 (Close By) 操作。它兼容模拟与真实账户、交易或投资者登录,并通过持久化交易记忆 (Persistent Trade Memory) 系统确保恢复——即使 EA、终端或 VPS 重启也不例外。可借助唯一 ID 同时管理多个主控端与受控端,跨经纪商差异则通过前缀/后缀调整或自定义品种映射自动处理。 试用版:  先试用看看 : 你可以下载并体验  Copy Cat More (跟单猫) 交易跟单器 MT5 试用版,通过 此链接 。 下载后,请将演示文件放入你的终端文件夹: MT5 » 文件 » 打开数据文件夹
Seconds Chart MT5
Boris Sedov
4.61 (18)
秒级图表 (Seconds Chart) - 一款专为 MetaTrader 5 设计的独特工具,用于创建秒级时间框架的图表。 通过 秒级图表 ,您可以构建以秒为单位的时间框架图表,获得标准分钟或小时图表无法提供的极致灵活性和分析精度。例如,时间框架 S15 表示每根蜡烛图持续15秒。您可以使用任何支持自定义交易品种的指标和EA交易系统。操作它们就像在标准图表上交易一样方便。 与标准工具不同, 秒级图表 让您能够在超短时间框架下进行高精度交易,无延迟干扰。 免费演示版: Seconds Chart v2.29 Demo.ex5 下载免费演示版,亲自体验: 功能齐全 - 所有功能均可使用 24小时测试 - 足够评估准确性和便利性 仅限模拟账户 - 大多数经纪商均可轻松开立 仅限GBPCAD图表 - 大多数终端均可使用 这些限制仅适用于演示版。完整版适用于任何账户类型(真实、演示、竞赛)和任何图表(XAUUSD、EURUSD 等),无任何限制。 如何安装演示版 通过上方链接下载演示文件 打开MetaTrader -> 文件 -> 打开数据文件夹 -> MQL5 -> Experts 将下
作者的更多信息
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 - 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 - 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
筛选:
无评论
回复评论