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
Volume flow Profile
Israr Hussain Shah
大师版是一款专业级的分析工具,旨在通过成交量和资金流向的视角来可视化市场结构。与标准的成交量指标不同,该工具直接在图表上显示每日成交量分布,让您准确看到价格发现发生的位置以及“聪明钱”的定位。 此大师版专为清晰度和速度而设计,具有独特的自动主题同步系统,加载后即刻美化您的图表布局。 主要特点: 真实资金流向计算: 超越标准的跳动量。启用“Use Money Flow”时,成交量按价格加权,揭示了特定价格水平的实际资金投入。 价值区域 (VA) 可视化: 自动计算价值区域(默认为成交量的70%)。 VA填充: 为价值区域背景着色,以便即时识别控制区域。 关键水平: 清晰标记控制点 (POC)、价值区域高点 (VAH) 和价值区域低点 (VAL)。 专业标记系统: 扫描概况结构以识别关键交易区域: HVN (高成交量节点): 接受和盘整区域(支撑/阻力)。 LVN (低成交量节点): 拒绝区域或“快速通过”区域。 所有标记均向右绘制延长线,便于监控。 Delta 背离(左侧直方图): 左侧直方图可视化每个级别的买卖压力对比。这有助于识别隐藏的背离——即价格可能上涨,但卖家在这些水平上激进打
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) —— 计算成交量德尔塔的
可以说,这是您可以为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 (9)
**   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 — 您的自动市场区间分析师 隆重推出 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
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
Exp5 Duplicator
Vladislav Andruschenko
4.78 (9)
Duplicator for MetaTrader 5 —— 单终端内的专业持仓复制系统 这是一款面向专业交易者的可靠 Expert Advisor,用于在 MetaTrader 5 中自动复制已经打开的持仓、放大总仓位、应用自定义手数规则,并按照明确的逻辑管理复制出来的持仓。 它非常适合手动交易者、自动化系统使用者,以及希望在同一个终端内更灵活地管理已有持仓的用户。 Duplicator for MT5 并不会依靠自己的交易策略主动开仓。它的职责是监控 MetaTrader 5 账户中已经存在的持仓,并根据你的设置创建对应副本,包括复制次数、手数、Stop Loss、Take Profit、注释以及额外的管理条件。 如果你需要的是 同一个 MetaTrader 5 终端内部 的持仓复制工具,而不是不同平台或不同终端之间的复制系统,那么 MT5 版 Duplicator 正是为这种需求而设计。 MT4 版本 详细描述 + DEMO + PDF 如何购买 如何安装 如何获取日志文件 如何测试和优化 Expforex 的所有产品 链接 如果你需要 MetaTrader 终端之间 的交易复
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
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 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 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (142)
通过 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 >> 删除。 请仅在非关键模拟账户上执行此操作,不要在挑战道具公司账户中执行此操作。 如果您无法
TradePanel MT5
Alfiya Fazylova
4.88 (162)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 在购买之前,您可以在演示账户上测试演示版本。下载用于演示账户的试用版应用程序: https://www.mql5.com/zh/blogs/post/762579 。 完整说明 这里 。 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同一價格水平。 將所有頭寸的止損設置在盈虧平衡水平。 開倉時,可使用以下功能: 在多個訂單或倉位之間分配計算出的數量(在單擊一次時開啟多個訂單和倉位)。 在開啟訂單前在圖表上可視化交易水平。 僅在當前點差不超過設定值時才開啟倉位。 止盈和止損之間的自動比例。 虛擬止損和止盈。 自動將止損和止盈的大小增加為當前點差的大小。 基於ATR指標讀數計算止盈和止損。 設置掛單的到期日期。 為掛單設置追蹤(掛單
测试版发布 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 频道。检测到信号后,它会进行解析并发送给 EA。EA 根据您的经纪商解析交易品种名称,基于您的风险设置计算手数,然后开仓。 整个过程都是自动的。您无需守在电脑前。 打开应用程序并登录 Telegram(仅第一次)。 选择要监听的频道或话题。 按下 Start。EA 会处理其余的一切。 支持的
Power Candles 策略扫描器——自优化多符号设置查找器 Power Candles策略扫描器 采用与Power Candles指标相同的自优化引擎,可同时扫描您“市场观察”中的所有交易品种。一个面板即可显示当前哪些品种在统计上具备交易价值、每种策略的最佳应用方向、最优止损/止盈组合,并在新信号触发时立即向您发送提醒。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 您的全面市场监控。每个交易品种超过3,000次自动优化。2种警报类型。一键切换图表并采取行动。 为何您需要此工具 大多数多标的扫描器仅展示价格 波动 。每只股票的波动率、百分比变化、RSI。您仍需自行摸索正确的策略、合适的止损位以及理想的入场阈值。Power Candles策略扫描器针对每只股票自动解答这些问题,仅在数学验证过的交易设置中触发实际入场信号时才会向您发出提示。这就是全部卖点。 自动
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.94 (34)
适用于 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 个终端协同工作。 支持从 模拟账户和投资者账户 复制,也支持同时在多个终端上运行。 您可以使
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 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 促销活动 - 如果您已经购买了“Trade copier MT5”,您可以免费获取“Trade copier MT4”(用于 MT4 > MT5 和 MT4 < MT5 的复制)。欲了解更多详细条款,请通过私人消息与我们联系! 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT5>MT5、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持
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 – 全能智能交易一站式解决方案 概述 想象一下,您可以在几秒钟内扫描整个市场——外汇、黄金、加密货币、指数,甚至股票——无需手动筛选图表、繁琐安装或配置指标。 EASY Insight AIO 是您专为 AI 交易打造的即装即用数据导出工具。它将整个市场快照一次性输出为简洁的 CSV 文件,直接支持 ChatGPT、Claude、Gemini、Perplexity 等各类 AI 平台的即时分析。 无需窗口切换,无需图表叠加,也没有任何杂乱。只需纯净、结构化的数据自动导出,让您专注于基于数据的高效决策,无需再盯盘耗时。 为什么选择 EASY Insight AIO? 真正的一体化 • 无需设置,无需安装指标,无图表叠加。只需安装、运行并导出——就是这么简单。 多资产全覆盖 • 扫描分析外汇、金属、加密货币、指数、股票——您的券商所能提供的一切市场。 AI 专属数据导出 • 高度结构化、针对 AI 优化的 CSV 文件,直接适配主流智能工具和平台。 完整导出内容: • 三个可选周期的货币强度分析 • 净多头头寸变化体现市场情绪 • 成交量变化、
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 - 内置交易导师的图表面板 Premium Trade Manager 将一位交易导师嵌入您的图表,并在其下搭载完整的执行引擎。像往常一样建立交易,然后让您的 AI 交易导师 Max 读取这笔具体的交易,结合您的实时账户给出直接判断,再由您决定是否下单:止损是否符合纪律化交易的要求、风险规模是否合理、高影响新闻事件是否即将发布、您是否接近资金盘限额。其下是完整的执行引擎,负责点击之后的一切:一键按风险下单、您在图表上拖动规划且交易进行中仍可随时调整的计划、最多四个分批止盈级别、七种移动止损方式、实时资金盘合规检查、新闻屏蔽保护,以及对自身成本进行评级的点差功能。决策由您做出。Max 给出第二次审视。面板负责此后的一切。 购买前先亲手体验。 直接在浏览器中点击实时面板,这是在购买前感受其工作方式的最快途径。 stein.investments/products/premium-trade-manager Max 是您的一对一 AI 交易导师,他直接内置于面板之中。  他了解您的账户、您的设置和您的规则,用您自己的语言回答,并在每笔交易下单前进
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 将下
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 是您的解决方案。凭借其用户友好的界面,订单下达变得轻而易举,只需点击一下,您就可以开设交易、设置止损和止盈水平、管理交易手数,并计算风险回报比,让您只需专注于您的策略。告别手动计算,使用 Trade Dashboard 简化您的交易体验。 立即下载演示版本 。 您可以在这里找到仪表盘功能和特性的详细信息 。 加入 Telegram 频道 。 购买后请给我发消息以获取支持。如果您需要添加更多功能,可以在产品的评论区留下您的想法,我愿意听取任何建议,希望您能在使用我的产品时获得最佳体验 。 这是 MT4 版本。 风险管理:使用 Trade Dashboard,可以将您的风险设置为账户余额或权益的百分比,或将风险设置为总金额。在图表上直观地定义您的止损,让工具准确计算每个货币对的适当手数。该工具还可以根据您期望的风险回报比自动设置止盈水平。它甚至可以在手数计算中涵盖佣金和点差费用。此外,您的止损和止盈可以转变为虚拟水平,隐藏于经纪商。通过 Trade Dashboard 的高级风险管理功能,掌控风险,保护您的资本。 交易线
工作演示版下载 Copy Cat More (跟单猫) MT5 交易跟单器 (Trade Copier) 是一款本地交易跟单器,也是一套完整的风险管理与执行框架,专为当今的交易挑战而设计。从自营公司 (prop firm) 挑战到个人投资组合管理,它凭借稳健的执行、资金保护、灵活的配置和先进的交易处理的结合,适应各种情况。 该跟单器同时支持主控端 (Master,发送方) 与受控端 (Slave,接收方) 两种模式,可实时同步市价单与挂单、交易修改、部分平仓以及对锁平仓 (Close By) 操作。它兼容模拟与真实账户、交易或投资者登录,并通过持久化交易记忆 (Persistent Trade Memory) 系统确保恢复——即使 EA、终端或 VPS 重启也不例外。可借助唯一 ID 同时管理多个主控端与受控端,跨经纪商差异则通过前缀/后缀调整或自定义品种映射自动处理。 试用版:  先试用看看 : 你可以下载并体验  Copy Cat More (跟单猫) 交易跟单器 MT5 试用版,通过 此链接 。 下载后,请将演示文件放入你的终端文件夹: MT5 » 文件 » 打开数据文件夹
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
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
MetaTrader 5 专业交易面板 —— 图表与键盘一键交易的高效控制中心 一款面向主动交易者的专业 Trading Panel,可让您比标准 MetaTrader 操作方式更快、更直观地完成开仓、平仓、修改、管理与控制。 这不是一个普通的小工具,而是一个为高频手动操作、仓位管理、挂单控制与利润管理而设计的完整交易工作台。 通过这套面板,您可以直接在图表上一键执行交易,通过键盘快速触发核心操作,并借助自动参数计算、图形提示、信息标签以及可视化管理功能,大幅减少重复性操作,让整个交易流程更加流畅、高效且专业。 使用我们的交易面板,您可以直接从图表上一键下单,执行交易操作的速度可比标准 MetaTrader 控件快约 30 倍。 全新高级版本现已推出: 使用 VirtualTradePad PRO SE 升级您的交易流程 — 适用于 MetaTrader 5 和 MetaTrader 4 的新一代专业交易面板。 MT4 版本 | 完整说明 + DEMO + PDF | 如何购买 | 如何安装 | 如何获取日志文件 | 如何测试与优化 | Expforex 的所有产品 为什么交易者会
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)
这个产品在新闻时间过滤所有的专家顾问和手动图表,因此您不必担心突然的价格波动会破坏您的手动交易设置或其他专家顾问输入的交易。此产品还带有完整的订单管理系统,可在任何新闻发布前处理您的持仓和挂单。一旦您购买了   The News Filter ,您将不再需要依赖以后的专家顾问内置的新闻过滤器,因为这个产品可以从此过滤它们所有。 新闻选择 新闻来源于Forex Factory的经济日历。 选择可以基于任何一种货币,如USD,EUR,GBP,JPY,AUD,CAD,CHF,NZD和CNY等。 选择也可以基于关键识别,例如Non-Farm (NFP),FOMC,CPI等。 能够选择新闻影响级别的筛选,从低、中、到高影响。 自动模式只选择与图表相关的新闻。 新闻来源每小时自动刷新,以确保最新的新闻数据。 为每个新闻影响级别提供单独的输入,以确定您要过滤掉的新闻发布前后的分钟数。 订单管理选项 在新闻发布前关闭未平仓头寸的选项,并在新闻发布后恢复它们。 在新闻发布前删除挂单的选项,并在新闻发布后恢复它们。 在新闻发布前移除止损和止盈水平的选项,并在新闻发布后恢复它们。 在新闻发布前移动止损和
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 是一款交易助手,旨在帮助交易者更快地下单、管理持仓并直接从图表设置各种类型的提醒。所有这些功能都可以通过图形面板以及对话式聊天机器人访问。 其他资料和说明: 试用版  - 设置说明 聊天机器人 Chart Copilot 配备专用服务器,运行着大型语言模型——这意味着您无需创建自己的 API 密钥,安装后即可立即与聊天机器人交互。 Chart Copilot 与您熟悉的普通聊天机器人不同,它可以直接执行与您的交易相关的操作。您可以尝试询问以下几个问题: 在任何可能影响当前图表波动性的新闻事件发生前 30 分钟提醒我 查看我的历史交易并告诉我如何改进 在我的图表上找到支撑位和阻力位,并在价格突破这些水平时提醒我 在昨天价格区间的最高点设置买入止损订单,止损设在最低点。承担账户 1% 的风险 将所有持仓调整至盈亏平衡点 然而,灵活性没有上限。我鼓励用户提出更具挑战性的需求。其他一些功能包括将您的历史交易导出为 CSV 文件(您也可以仅请求买入交易,或特定交易品种等)。或者咨询技术分析——聊天机器人可以访问所有可用的 MT5 指标。 图形面板 如果您更喜欢传统的交
Uber Trade Manager
Meelis Hynninen
4.88 (16)
UTM Manager 是一款直观且易于使用的工具,可提供快速高效的交易执行。其中一项突出的功能是“忽略价差”模式,该模式使您能够以蜡烛的价格进行交易,完全忽略价差(例如,允许在 LTF 上交易更高价差的货币对,避免因价差而退出交易)。 UTM Manager 的另一个关键方面是其独特的本地交易复印机,允许在每个经纪商中灵活地运行不同的交易策略和设置,例如不同的 TP、BE 和风险规则。 交易执行: 快速高效的交易执行:通过点击图表上的入场价格和止损价格或使用一键固定止损尺寸功能轻松进入交易。 自动手数计算:根据预定义的风险设置计算手数,当通过拖动修改仓位时会重新计算手数。 能够同时处理一个或多个职位。 止盈和盈亏平衡: 灵活的止盈设置:通过特定的风险回报 (RR) 比率设置灵活的部分止盈水平。 可配置的自动盈亏平衡功能:当达到一定的利润水平时,将止损移至盈亏平衡点。 用户友好的界面: 用户友好的图形界面 (GUI),可轻松保存和加载设置。 内置帮助工具提示来解释其他功能。 职位定制: 仓位定制和调整:经理将所有仓位绘制在图表上,通过拖动线条即可轻松定制和调整。 图表上的按钮: 图表
作者的更多信息
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
筛选:
无评论
回复评论