Smart UT BOT

Smart UT Bot Pro EA - User Manual & Operations Guide

1. System Overview

Smart UT Bot is a fully automated MetaTrader 4 (MT4) Expert Advisor engineered specifically for high-volatility financial instruments, with primary optimization for Gold (XAUUSD), Forex pairs, and Indices.

The system combines the core UT Bot (ATR Trailing Stop) algorithm made famous by QuantNomad on TradingView with a multi-layered filtering matrix. This matrix integrates classic technical indicators (RSI, MACD, Volume, Momentum), Smart Money Concepts (SMC) structural events (CHoCH/BOS), and Multi-Timeframe (MTF) Trend Alignment.

Key Architectural Highlights

  • Adaptive Auto-Preset Engine: Automatically detects chart timeframe changes ( M1 , M5 , M15 ) and applies optimized parameter sets instantly without requiring manual re-configuration.

  • Smart Scoring Matrix: Solves trade stagnation caused by rigid multi-indicator logical AND ( && ) conditions. The UT Bot triggers the initial signal, while six secondary filters generate a composite confidence score ( MinSignalScore ).

  • Heikin-Ashi Smoothed Core: Filters out market noise and false breakout spikes using smoothed Heikin-Ashi pricing sources.

  • Dynamic Real-Time ATR Trailing Stop: Continuously adjusts server-side Stop Loss orders based on volatility changes to secure floating profits.

  • Interactive Visual Dashboard: Displays live market statistics directly on the chart, including multi-timeframe trend strength (5M to 1D), Cumulative Volume Delta (CVD), indicator readings, and execution metrics.

2. Installation & Setup Guide

  1. Open Data Folder: In MT4, click File > Open Data Folder.

  2. Copy EA File: Navigate to MQL4  >  Experts and paste Smart_UT_Bot. ex4 ).

  3. Refresh Navigator: Return to MT4, open the Navigator window ( Ctrl + N ), right-click Expert Advisors, and click Refresh.

  4. Attach to Chart: Drag and drop the EA onto your target chart (Recommended: XAUUSD).

  5. Enable Trading: In the EA properties window under the Common tab:

    • Check Allow Live Trading.

    • Check Allow DLL imports.

  6. Confirm Activation: Click OK. Ensure the AutoTrading button on the main MT4 toolbar is active (Green).

3. Comprehensive Input Parameters Dictionary

Configuration Mode

  • AutoPreset ( true / false ):

    • true : Enables automatic timeframe optimization for M1, M5, and M15.

    • false : Forces the EA to use manually defined input settings.

UT Bot Core (Manual Mode)

  • KeyValue (Default: 1.5 ): ATR multiplier for the trailing stop line. Higher values widen the stop distance to avoid market noise; lower values increase signal sensitivity.

  • ATRPeriod (Default: 10 ): Number of candles calculated for Average True Range volatility measurement.

  • UseHeikinAshi ( true / false ): Uses Heikin-Ashi smoothed close price for calculations instead of raw Close price.

  • UseATRTrailing ( true / false ): Enables real-time server-side trailing stop modification based on the UT Bot ATR line.

System Scoring Matrix

  • MinSignalScore (Default: 4 ): Minimum score required across the 6 secondary filters (RSI, MACD, Volume, Momentum, SMC, H1 Trend) to confirm entry (Range: 3 to 6 ).

Technical & SMC Filters

  • UseRSI / RSIPeriod / RSI_OB / RSI_OS : Prevents opening Buy orders in overbought zones (>70) or Sell orders in oversold zones (<30).

  • UseMACD / MACD_Fast / MACD_Slow / MACD_Signal : Validates directional momentum via MACD main and signal line cross.

  • PivotLength / UseCHoCH / UseBOS : Detects Smart Money Concepts structural breaks—Change of Character (CHoCH) and Break of Structure (BOS).

  • UseMTFTrend / MTF_EMA_Period : Evaluates EMA trend bias across 6 timeframes (5M, 15M, 30M, 1H, 4H, 1D).

  • UseVolume / VolLongPeriod / VolShortPeriod : Confirms volume expansion relative to historical moving averages.

  • UseMomentum / MomThreshold : Measures rate-of-change velocity normalized against market volatility.

Risk & Order Management

  • LotSize (Default: 0.01 ): Fixed order volume in lots.

  • UseATR_SL ( true / false ):

    • true : Sets Stop Loss and Take Profit based on ATR multiples ( ATR_SL_Mult , ATR_TP_Mult ).

    • false : Uses fixed monetary USD amounts ( FixedSL_USD , FixedTP_USD ).

  • ATR_SL_Mult (Default: 1.5 ): Stop Loss distance multiplier

  • ATR_TP_Mult (Default: 3.0 ): Take Profit distance multiplier

  • MagicNumber (Default: 88888888 ): Unique identifier for EA trade tracking.

  • Slippage (Default: 3 ): Maximum allowed order execution slippage in points.

  • MinBarsBetween (Default: 5 ): Minimum candle count required between consecutive trade executions

3. Comprehensive Input Parameters Dictionary

  1. Broker & Spread Conditions: Use raw ECN accounts with Gold spreads below 15–20 points (1.5–2.0 pips). Wide spreads degrade the performance of ATR trailing stops.

  2. Capital Management:

    • $1,000 Account Balance: Trade 0.01 – 0.02 lots.

    • $5,000 Account Balance: Trade 0.05 – 0.10 lots.

    • Ensure overall exposure per trade does not exceed 1% to 2% of account equity.

  3. High-Impact News Protocol: Disable automated trading 30 minutes before and after high-impact USD macroeconomic releases: Non-Farm Payrolls (NFP), Consumer Price Index (CPI), and FOMC Rate Decisions. Extreme volatility spikes during these events can cause spread widening and slippage.

  4. Optimal Active Hours:

    • London Session: 07:00 – 10:30 UTC.

    • New York Session: 12:00 – 16:00 UTC.

    • Avoid trading during low-liquidity Asian consolidation periods or late Friday sessions.


推荐产品
Exp Swing
Vladislav Andruschenko
4.44 (64)
它使用称为 Swinger (Pendulum, Cheburashka) 的著名策略模型 - 交替放置增加手数的挂单。 策略在于放置两个相反的挂单。当价格向某个方向移动时,触发一个挂单,同时增加另一个订单的手数。 EA 提供三种类型的挂单(TypeofTrade) 放置后自动开仓(即时开仓AutoTrade) 手动开仓后的开仓管理(Manual opening ManualTrade) 按高/低水平开盘(过去的 TFTrade 柱线的高低) OCO(一个取消另一个)订单是一种由两个订单组成的条件订单。如果第二个订单被执行,第一个订单就会自动取消。 Swing - 完整说明 MT5 version 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 这个怎么运作? 开始时,EA 发出两个订单 - 买入止损 和 卖出止损 ,距离当前价格的距离为 StopOrderDeltaifUSE。 如果 Buy Stop 触发,则 Sell Stop 将被删除,并且将放置一个交易量为 BuyStop   *   Martin 的 Sel
FREE
History Pattern Search
Yevhenii Levchenko
该指标建立当前报价,可以与历史报价进行比较,并在此基础上进行价格走势预测。指示器有一个文本字段,用于快速导航到所需日期。 选项: 符号 - 选择指标将显示的符号; SymbolPeriod - 选择指标从中获取数据的时段; IndicatorColor - 指示器颜色; HorisontalShift - 由指标绘制的报价移动指定的柱数; Inverse - true 反转引号,false - 原始视图; ChartVerticalShiftStep - 图表垂直移动(键盘上的向上/向下箭头); 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。
Trading Helper
Siarhei Vashchylka
Trading Helper - Program for trading and money management. It works with pending and immediate orders, and is equipped with trailing stop, breakeven and take profit functions. Manual (Be sure to read before purchasing) Advantages 1. Comfortable trading in a few clicks. Immediate and pending orders are available in the panel 2. Fixed percent method. The panel can select the lot size based on a predetermined risk 3. Trading with a fixed lot. In a few clicks, select a lot and open a Trade 4. Posi
Jet Punch
Didit Haryadi Saputra
Jet Punch is another best expert advisor for MT4,  can help you make money while you sleep by automatically entering and exiting trades. It trades by opening trades every day and closing them at the right time to ensure you always earn a profit. The software is very simple and can be used by both beginner and experienced traders.  Jet Punch was tested and has successfully passed the stress test with slippage and commission approximate to the real market condition. Recommendations: Currency pair:
Expert Advisor for MT4 Useful utility MUST have for all traders.  With 1 click button, you're able to close all your open positions. Its come with a warning pop up notification when you click to close all your trades, to avoid an accident press the button. Just press 'Yes' to confirm or 'No' to cancel it. The expert will close all your open positions no matter what pairs you currently open or directions. Just attach the expert on 1 of your chart, and you're good to go.
M5 时间框架的机器人黄牛。交易 GBPUSD 货币对。该机器人是由一家专业交易商公司专门开发的,用于英镑交易。机器人每天大约打开 5 到 15 笔交易。最好与英镑兑美元点差低至 10 点的经纪商进行交易。建议的最低存款为 500 美元或更多。 优点: 不使用鞅。 不是网。 每笔交易都有止损。 专门针对 GBPUSD 对的专业机器人。 机器人黄牛,在 M5 时段进行盘中交易。 这个机器人如何交易? 为了分析市场,机器人使用两个指标的价格模型和战略市场模式:抛物线止损和反转系统以及布林带。机器人首先使用价格内插统计分析市场的价格变动。接下来,机器人读取这些指标并比较它们现在和过去的运动趋势。如果存在表明市场反转或回滚的模式巧合,那么机器人将进行交易。机器人将根据余额大小按比例计算每笔交易的手数。交易者可以使用“Percentage_of_lots”参数调整该比例。机器人开始交易后,它开始通过修改追踪止损来伴随它。此外,每笔交易都有自己的止损,设置为限制可能的损失。 机器人规格: 时间范围(期间) M5 货币对 GBPUSD 存款 500 美元起 建议点差高达 10 点。 建议:
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
Mapleroo
Thamini De Oliveira Feitosa Puntel
5 (1)
10 COPIES AT $ 99 ! After that, the price will be raised to $ 150 . MAPLEROO is a smart EA that uses technical and statistical analysis based on a deep and long study of this beautiful pair loved by many traders. LIVE HERE --> MAPLEROO Pair: AUDCAD TimeFrame: M1. Recommended Deposit for Safe Risk: 2000$. For Moderate Risk: 1000$. For High Risk (be careful!): Less than 1000$ FEATURES: Solid backtest and proven live performance No need to adjust GMT Very easy to use: just read 3 lines of
Manage trades
Makarii Gubaydullin
活跃和挂单管理:自动盈亏平衡、止盈/止损更改、部分/全部平仓、图表上水平的可视化显示 查看我的 #1  Utility :66+ 功能,包括 PRO 交易管理   |    联系我  如有任何问题 1) 主窗口:管理订单时,可以设置特定交易品种 [Symbol] 或选择所有交易品种 [ALL] 关闭所有活跃仓位 [ALL] 关闭所有盈利交易 [profits] 关闭所有亏损交易 [losses] 关闭所有多头交易(买入)[longs] 关闭所有空头交易(卖出)[shorts] 删除所有限价订单 [Delete limit orders] 删除所有止损订单 [Delete stop order] 右侧显示每个订单类别的当前浮动盈亏(以账户货币和当前余额百分比计算),并计算每个类别的订单数量。 2) 手动将交易调整为盈亏平衡 [- Move SL to BE now -]:SL 水平将移动到入场价格: 所有交易 [ALL] 买入交易 [longs] 卖出交易 [shorts] 如果利润超过: [if profit > than:] 指定的存款百分比 指定的货币利润(账户货币自动确定) 如果
Trading panel for manual trading. Has a fairly wide functionality. Allows you to automatically calculate the order size, open both market and pending orders. It has a wide range of options for closing orders, it is possible to partially close orders, close orders after reaching a certain profit or loss, separately close profitable and unprofitable, buy and sell, as well as pending orders. The panel also contains a simple implementation of a grid of pending orders, reverse and lock functions, tr
Initial Stop Loss Setup : Automatically applies an initial stop loss (in points) immediately when a trade is opened. Provides peace of mind by ensuring every trade is protected against unfavorable price movements. Dynamic Trailing Stop : Adjusts the stop loss at the close of each candle based on a fixed point distance. Moves the stop loss incrementally closer to the current price, locking in profits as the market moves in your favor. Works Across All Timeframes : The EA adapts to any chart time
Double or Nothing Daily Version MT4
Rui Fernando Pimentel De Oliveira
DOUBLEorNOTHING Daily is the version of the DOUBLEorNOTHING family designed to combine an aggressive Gold / XAUUSD trading strategy with a capital-management model focused on frequently protecting realized profits. The core idea behind the DOUBLEorNOTHING family is simple: recovery strategies may generate strong growth, but they can also experience significant drawdowns. For this reason, every version uses the same main trading concept while handling capital and profits differently. In Daily mod
Angry bull Option Binary
Fabio Oliveira Magalhaes
1 (1)
Angry Bull Option Binary   This is a Binary Options robot, which contains 7 strategies, you can backtest it to check what the best strategies are Settings Initial Batch Value Dynamic Investment = If activated it will use an automatic lot according to its capital Balance ($) w/ backtest = Starting balance to backtest PorcRiscoInvestment = It will be the value of % for the automatic lot if it is activated Expiration (in minutes) = It will be the expiration time of orders in Binary Options Magic
Vizzion
Joel Protusada
Vizzion is a fully automated scalping Expert Advisor that can be run successfully using GBPJPY currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks on
Semi Auto Trade Manager
Shahrull Hissham Bin Saad
AZ Semi Auto Trade Manager MT4 是一款专业的半自动交易管理工具,专为喜欢手动进场交易,同时希望自动化风险管理和持仓保护的交易者而设计。 该智能交易系统(EA)允许交易者直接通过图表上的 BUY(买入)和 SELL(卖出)按钮快速开仓,并自动管理已开启的交易,包括止损(Stop Loss)、止盈(Take Profit)、保本(Break Even)以及移动止损(Trailing Stop)功能。 本 EA 不提供交易信号,也不会自动判断市场方向。它的核心目标是帮助交易者提高执行效率,并自动化交易管理流程,因此非常适合自主交易者(Discretionary Traders)、短线交易者(Scalpers)、日内交易者(Intraday Traders)以及趋势交易者(Trend Traders)。 主要功能 • 一键 BUY / SELL 交易按钮 通过图表上的交易按钮快速开仓,提高交易执行效率。 • 自动止损(Stop Loss) 在开仓时自动设置止损,有效控制风险。 • 自动止盈(Take Profit) 自动设定盈利目标,无需手动管理。 • 自动保本(
Auto Fibo Pro m
DMITRII GRIDASOV
“Auto FIBO Pro” Crypto_Forex 指标 - 是交易中的绝佳辅助工具! - 指标自动计算并放置在图表斐波那契水平和局部趋势线(红色)上。 - 斐波那契水平指示价格可能反转的关键区域。 - 最重要的水平是 23.6%、38.2%、50% 和 61.8%。 - 您可以将其用于反转剥头皮或区域网格交易。 - 还有很多机会可以使用 Auto FIBO Pro 指标来改进您当前的系统。 - 它具有信息价差掉期显示 - 它显示所连接的外汇对的当前价差和掉期。 - 显示屏还显示账户余额、净值和保证金。 - 可以将信息价差掉期显示定位在图表的任何角落 . 点击这里查看高质量的交易机器人和指标! 这是仅在此 MQL5 网站上提供的原创产品。 ...............................................
Fast copier for sending trades to multiple MT4 / MT5 accounts. Perfect for copying trades from MT4 to MT5 accounts. MT4 Trade Copier Master EA sends trades instantly from your master account to one or multiple slave accounts. Supports copying to: • MT5 accounts • MT4 accounts Perfect for: • Multi-account traders • Signal providers • Account managers • Personal account mirroring Main Features • Fast local trade copying • Low latency execution • Multiple slave accounts support • Copy open position
FOREX Scorer Plus FOREX Scorer Plus is an automated Expert Advisor for MetaTrader 4 that uses a multi-layer entry structure combined with basket-level position management. The strategy divides the configured trade size across three entry layers rather than relying on a single entry price. Trading Approach When the required entry conditions are satisfied, the EA can distribute the intended position across three separate trades at different price levels. This creates a staged entry structure and
VN Trade Panel II
Vyacheslav Nekipelov
4 (1)
The new version of the trading panel, which now has the ability to separately close Buy and Sell orders, display targets for all orders on the chart, as well as the ability to use the panel to trade with brokers working on the FIFO rule. Also, the new version adds option buttons for separate management of open orders. It has a convenient visualized interface and intuitive control without a lot of additional tabs to which traders have to be distracted and switch their attention. Thanks to this,
VR Grid
Vladimir Pastushak
5 (3)
VR 网格指示器 设计 用于创建具有用户定义设置的图形网格。与 标准网格 不同,VR 网格用于构建 圆形关卡 。根据用户的选择,轮次级别之间的步长可以是任意的。此外,与其他指标和实用程序不同,即使时间段发生变化或终端重新启动,VR Grid 也能保持网格的位置 。 设置、设置文件、演示版本、说明、问题解决,可以从以下位置获取 [博客] 您可以在以下位置阅读或撰写评论 [关联] 版本为 [MetaTrader 5] 垂直级别 基于实际时间间隔并 忽略缺失 或不存在的周期。因此,级别之间的步长严格对应于用户选择的值。 使用 VR 网格指标时,交易者 可以更改任何级别的垂直线和水平线的样式 、颜色和粗细。这使您可以控制金融工具的 回合水平 。 整数位是 以两个或多个零结尾 的价格(例如:1.23500、5.65900、1923.200)。人们相信,这样的水平 经常充当 作为支撑或阻力的强点。 Horizontal line settings Horizontal line step Horizontal line color Horizontal line style Horizonta
FREE
Program Overview: This program is a trading tool designed to monitor and analyze the 7 major currency pairs. It is a variant of a similar program used for tracking stock indices, but this version focuses on the seven major currency pairs. The program helps in identifying and calculating significant price movements (gaps) between the high and low prices of these currency pairs over a specified time frame. It then provides insights through comments and alerts based on the calculated gaps. Major Cu
VR Cub
Vladimir Pastushak
VR Cub 这是获得高质量切入点的指标。该指标的开发是为了促进数学计算并简化对仓位入场点的搜索。多年来,该指标所针对的交易策略已被证明其有效性。交易策略的简单性是其巨大的优势,即使是新手交易者也能成功进行交易。 VR Cub 计算开仓点以及获利和止损目标水平,这显着提高了效率和易用性。查看使用以下策略进行交易的屏幕截图,了解简单的交易规则。 设置、设置文件、演示版本、说明、问题解决,可以从以下位置获取 [博客] 您可以在以下位置阅读或撰写评论 [关联] 版本为 [MetaTrader 5] 计算入场点的规则 开仓 要计算入场点,您需要将 VR Cub 工具从最后一个高点拉伸到最后一个低点。 如果第一个点在时间上早于第二个点,交易者等待柱线收于中线上方。 如果第一个点在时间上晚于第二个点,交易者等待柱线收于中线下方。 根据上述条件,严格在 柱线收盘 后建仓。 换句话说,如果我们在小时图上进行交易,那么从最高点到最低点的时间距离必须超过24小时,最高点和最低点之间的点数必须大于或等于平均价格变动每天。 维持和改变市场地位 可以有多个未平仓头寸;每个头寸都可以单独修改。 VR Cub
The algorithm of the adviser's work: When the Expert Advisor is launched at a specified distance from the price (first_step), BuyStop and SellStop orders are placed. Further, depending on which way the price went, one of them becomes market, and the other begins to crawl after the price. When the price rolls back, it also becomes market. If we have reached a set profit in some direction, the order is closed and a creeping pending order of the same direction is placed again. If the profit is no
Exotic Adv
Ivan Simonika
Exotic Bot   is a multi -cream multifunctional adviser working on any time frame and in any market conditions. The robot’s work is taken as a system of averaging with the non -geometric progression of the construction of a trading grid. Built -in protection systems: special filters, spreading, internal restriction of trading time. Building a trading grid, taking into account important internal levels. The ability to configure trading aggressiveness. Work postponed orders with trailing orders. T
Harvest GOLD
Sayan Vandenhout
Harvest GOLD USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $30000
Return
Steve Zoeger
The Return Forex EA The Robot was designed by myself and works already on live accounts. Can be used with TP and SL settings with trailing stop as MArtingale The robot works on all Currency PAirs and all Time Frames. The higher the Frame so higher the possibility of the trade accuracy. Please trade carefully and responsibly.Happy Trading Happy Trading Thank you
这是一个常规面板,放置买卖订单网络。 这个专家顾问关闭设置中定义的利润订单。 然后,有一个名为Ladder的参数,其中包括订单之间的距离开始增加由梯形参数指示的点(这里,在主要设置中,它是10点),这意味着二阶是10点,三阶是20点,四阶 然后,你需要知道这个顾问是什么,因为这不是在设置中,但它会影响这个顾问提出的策略的逻辑。. 假设在这里的设置中,顾问将打开五个订单。.. 或购买。.. 或出售。.. 好。.. 但是,当打开订单时,它会将下一个打开订单的手数增加先前打开订单的一半。 也就是说,如果您在设置中设置了0.1手,那么根据方案将打开五个订单,第一个更接近当前价格的订单将以0.1手的价格打开。 第二,对于给定的步骤,这里50点的步骤将以0.15手的价格打开。 第三个,在另一个50点之后,将以大约0.22手的价格开盘。 第四个,以0.33手的价格通过50点的设定步骤。 第五个,以0.49手的价格设定50点。 也就是说,通过打开订单,这个顾问将增加每个后续订单的一半数量的前一个订单每次。 这种交易的逻辑是什么? (我通常使用日间交易和未平仓头寸,在上午10:00之前的某个时间。.
Spectre
Konstantin Kotlov
Multifunctional universal Expert Advisor that is designed for automatic or semi-automatic trading on various strategies using different indicators. To do this, you need to fill out a template file in which you can select up to 30 variables and up to 15 conditions for sale or purchase. The Expert Advisor has a mini panel for manual trading, as well as the ability to trade along trend lines for both breakdown and rebound. Thanks to the buttons in the strategy tester, you can practice trading on hi
这是一个预测蜡烛收盘价的指标。 该指标主要用于 D1 图表。 该指标适用于传统外汇交易和二元期权交易。 该指标可以用作独立的交易系统,也可以作为您现有交易系统的补充。 该指标分析当前蜡烛,计算蜡烛本身内部的某些强度因素,以及前一根蜡烛的参数。 因此,该指标预测市场走势的进一步方向和当前蜡烛的收盘价。 由于这种方法,该指标既适用于短期盘中交易,也适用于中长期交易。 该指标允许您设置指标在分析市场情况期间将产生的潜在信号的数量。 在指标设置中有一个特殊的参数。 此外,该指标可以通过图表上的消息、电子邮件以及推送通知的形式通知新信号。感谢您的关注!交易愉快! 购买后一定要写信给我! 我会给你我的交易指标的建议! 还可以获得奖金!
GoldenTrend
Aliaksandr Sych
GoldenTrend — a next-generation high-frequency scalping Expert Advisor designed to extract profit from the smallest market movements. Utilizing advanced algorithms for price action and volume analysis, it opens dozens of highly accurate trades daily with minimal risk. Why GoldenTrend? Монитор Ultra-Fast Trades : Captures profit from 5–15 pip movements. Ideal for ECN accounts with low spreads. Adaptive Strategy : Automatically adjusts to current market volatility and dynamically shifts tradi
该产品的买家也购买
欢迎来到 Trade Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 4 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
Trade Indicator Assistant is a powerful MT4 utility designed to turn indicators into automated trading systems. Its main feature is the ability to automatically detect an indicator’s   BUY and SELL signal buffers , without requiring you to know the buffer numbers, search through indicator settings, or modify the indicator source code. Bonus Indicator: After purchasing Trade Indicator Assistant, contact me to receive Trade Signal Pro completely free as a bonus indicator. [Download Demo Version]
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
MetaTrader 4 专业交易复制器 快速、专业、可靠的 MetaTrader 4 交易复制器。 COPYLOT 可在 MetaTrader 4 与 MetaTrader 5 终端之间复制外汇交易,并为不同账户类型和交易场景提供灵活的同步方案。 COPYLOT MT4 版本支持: MetaTrader 4 → MetaTrader 4 MetaTrader 5 Hedge → MetaTrader 4 MetaTrader 5 Netting → MetaTrader 4   MT5 版本 完整说明 + DEMO + PDF 如何购买 如何安装 如何获取日志文件 如何测试与优化 Expforex 的全部产品 您也可以使用 MetaTrader 5 版本,在 MetaTrader 5 → MetaTrader 5 和 MetaTrader 4 → MetaTrader 5 之间进行复制: COPYLOT CLIENT for MT5 COPYLOT 是一款专业级交易复制器,可稳定运行于 2、3 甚至 10 个终端之间。 支持从模拟账户和投资者密码账户进行复制 可同时运行在多个终端上
Telegram to MT4 Multi-Channel Copier   可将您 Telegram 频道中的交易信号自动复制到 MetaTrader 4。无需机器人、无需浏览器扩展、无需手动复制。信号一到 Telegram,EA 几秒内就在您的终端开仓。 在复制某个频道之前,内置回测器还能告诉您该频道在您的账户上会有怎样的表现。 产品包含两个组件:一个监听您 Telegram 频道的 Windows 应用程序,以及在 MT4 终端执行信号的本 EA。同时提供 MT5 版本   点此 . 设置指南与应用下载:   https://www.mql5.com/en/blogs/post/768988 当前价格将来会上调。 工作原理 应用通过您自己的 Telegram 账号连接,因此能看到您关注的所有频道、群组、话题和机器人,包括私密和 VIP 频道。信号到达时,应用读取它,EA 按您的手数和设置在终端中开仓。 整个过程全自动,无需守在电脑前。专为 24/7 无人值守运行设计:Telegram 连接断开时,应用会自动重连。 打开应用并登录 Telegram(仅首次)。 选择要监听的频道或话
MT4 至 Telegram 信号提供者 是一款易用、可完全自定义的工具,它使发送信号到 Telegram 成为可能,将您的账户变成信号提供者。 消息的格式 可以完全自定义! 但是,为了简便使用,您也可以选择一个预设模板,并能够启用或禁用消息的特定部分。 [ 演示 ]  [ 手册 ] [ MT5 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 可通过 用户指南 获取逐步说明。 无需了解 Telegram API;开发者提供所需的一切。 主要特性 自定义发送给订阅者的订单详情的能力 您可以创建分层订阅模型,例如铜牌、银牌、金牌。金牌订阅可获得所有信号等。 按订单号、符号或备注过滤订单 包括执行订单的图表的屏幕截图 在发送的屏幕截图上绘制已关闭的订单,以便额外验证 推迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情的全透明度: 新的市场订单 *附带屏幕截图 订单修改(止损、获利点) 已关闭订单 *附带屏幕截图 部分关闭订单 ** 新的挂起订单 修改的挂起订单(进场价格) 挂起订单激活(
Take a Break
Eric Emmrich
5 (31)
Take a Break pauses your Expert Advisors when trading is a bad idea: before news, after a daily loss, outside your trading hours, or when a rule you wrote yourself says so. When the pause is over, your EAs simply continue. Account protection for all your EAs in one tool: news filter, drawdown and equity protection, time filter and custom rules. One EA on one chart protects the whole account, the free indicator gives every chart its own rules on top. Free demo | What is new in 26.09 | Support Ass
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.85 (61)
一键交易的交易面板。处理头寸和订单!通过图表或键盘进行交易 交易小组进行人工交易。您可以从图表(图表窗口)或键盘进行交易。打开和关闭,反向和锁定。处理职位和订单! МetaТrader4中主要订单的交易控制面板:买入,卖出,买入,买入,卖出,卖出限制,收盘,删除,修改,追踪止损,止损,止损。 全新高级版本现已推出: 使用   VirtualTradePad PRO SE   升级您的交易流程 — 适用于   MetaTrader 5   和   MetaTrader 4   的新一代专业交易面板。 MT5版本 详细描述 +DEMO +PDF 如何购买 如何安装    如何获取日志文件    如何测试和优化    Expforex 的所有产品 从符号窗口交易并从键盘交易! 您正在为MetaTrader 4终端提供一个独特的插件 - 虚拟控制面板VirtualTradePad。 Description on English 注意!如果您想学习如何交易 策略测试器  ,请查看我们的免费 TesterPad 实用程序 VirtualTradePad在“  MQL5语言最佳图形面板  ”竞
The product will copy all telegram signal to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal, s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to
TradePanel MT4
Alfiya Fazylova
4.84 (95)
交易面板是一款多功能交易助手。该应用包含超过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 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同
跟单->方便快捷的界面交互,用户上手即用       ->>>> 推荐在windows电脑,或者VPS Windows上使用 特色功能: 多样化个性跟单设置: 1.对不同的信号源可以设置不同的手数模式 2.不同的信号源分别设置正向反向跟单 3.信号分别设置注释 4.是否根据合约手数校准手数 多样化个性跟单设置2: 1.对不同的品种可以设置不同的手数模式 2.不同的品种分别设置正向反向跟单 3.信号分别设置注释 4.是否根据合约手数校准手数 注释过滤,MAGIC过滤,信号手数过滤,本地品种过滤 净持仓模式(该模式下手数计算仅支持倍率) 工作时间设置 反向同步接收端的平仓 订单绑定功能:任意订单可以绑定到设置信号源订单上 (双击表格更改) 账户风险控制  基本功能: 跟单正常交互速度0.5s以下 自动检测信号源,并显示信号源账号列表 自动匹配品种,不同平台常用交易品种(后缀不同等特殊情况)95%自动匹配,基本无需手动设置,品种映射表可随意双击更改对应品种.(映射表具有快速搜索品种功能) 4种手数计算模式(1.倍率 2.固定手数 3.自适应资金风险 4.源账户资金比例风险) 特殊手数模式
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
Prop Guardian Risk Manager MT4 – Drawdown, Risk & Hedge Protection for Prop Firm and Managed Accounts Prop Guardian Risk Manager is a professional risk-control utility for MetaTrader 4, designed for prop firm traders, money managers and anyone who wants strict account-level risk protection. It does not generate trading signals, strategy entries or trading decisions. Instead, it runs in the background, monitors your account risk and can automatically block new exposure, close managed trades or ac
Trade Dashboard MT4
Fatemeh Ameri
4.96 (54)
疲于复杂的订单下达和手动计算?Trade Dashboard 是您的解决方案。凭借其用户友好的界面,订单下达变得轻而易举,只需点击一下,您就可以开设交易、设置止损和止盈水平、管理交易手数,并计算风险回报比,让您只需专注于您的策略。告别手动计算,使用 Trade Dashboard 简化您的交易体验。 立即下载演示版本 。 您可以在这里找到仪表盘功能和特性的详细信息 。 加入 Telegram 频道 。 购买后请给我发消息以获取支持。如果您需要添加更多功能,可以在产品的评论区留下您的想法,我愿意听取任何建议,希望您能在使用我的产品时获得最佳体验 。 这是 MT5 版本。 风险管理:使用 Trade Dashboard,可以将您的风险设置为账户余额或权益的百分比,或将风险设置为总金额。在图表上直观地定义您的止损,让工具准确计算每个货币对的适当手数。该工具还可以根据您期望的风险回报比自动设置止盈水平。它甚至可以在手数计算中涵盖佣金和点差费用。此外,您的止损和止盈可以转变为虚拟水平,隐藏于经纪商。通过 Trade Dashboard 的高级风险管理功能,掌控风险,保护您的资本。 交易线
Risk manager Risk manager - it will simplify the tracking of drawdown and will notify you (alert) when the specified risk is reached, and close/lock orders when the critical DD risk level is reached. If the specified drawdown is exceeded, you can choose two options for actions: All orders will be closed that mean loss will be fixed on depo. The terminal also closes. Instead of fixing the loss on depo, the opposite order will be opened - orders locking will occure. Not a single order will be c
Trade Manager MT4 DaneTrades
Levi Dane Benjamin
4.09 (11)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 4 平台。多语言支持。 MT5版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
PZ Trade Pad Pro MT4
PZ TRADING SLU
3.67 (3)
这是一个可视化的交易面板,可帮助您轻松进行交易管理,避免人为错误并增强交易活动。它结合了易于使用的视觉界面以及完善的风险和位置管理方法。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 易于使用 从图表轻松交易 精确的风险管理交易,无忧 保本是重中之重 让利润不受您的关注 尽快享受无风险交易 所有已开通交易的自动追踪止损 交易开始后立即设置初始止损 进行交易后,EA将执行以下任务: 初始止损/获利被自动放置 它会尽快锁定自由行(可选) 它将止损首次移动到盈亏平衡点(可选) 它使用您所需的方法跟踪止损,直到止损为止 其他很酷的功能是: 出色的终端活动报告 单一但功能强大的尾随止损方法 干净的图表界面 没有输入参数 我进行交易后会怎样? 这是您进行交易后EA的操作: 它放置初始止损并获利订单。 尽快搭便车并确保保本。默认情况下,这是通过在达到盈亏平衡点时关闭50%的交易来完成的,默认情况下为5点。这意味着,如果您日后被淘汰,您将一无所获(可选)。 盈亏平衡后,跟踪止损开始运行。 它跟踪止损,直到止损为止,让利润运行。 尾随止损如何运作? 追踪止损表示为所管
Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not b
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
一款面向手动交易的专业面板,把完整的交易流程都收进图表上的一个窗口,从精准入场到账户防护。按设定的风险精确计算手数,借助 RR Tool 直接在图表上用线条搭建交易,开立市价单和挂单、网格与 OCO。持仓的后续管理交给面板打理:最多五级分批平仓、六种跟踪止损、保本以及 Virtual SL/TP。日、周、月三档限额守护本金,一旦被突破即自动触发。 使用指南与免费 Live 演示 免费的 Live 演示版可在此获取 ( Free Live Demo )。 产品的使用指南见此 ( User Manual )。 NT Trade Manager 把交易者的整套工作流程收进图表上一块紧凑的面板,无需在终端各窗口之间反复切换,也不必在每次入场前埋头计算。它为坚持手动、独立判断的交易者而打造:主观交易者、剥头皮和波段交易者,外汇、金属、指数、大宗商品乃至加密货币等任何品种都适用。决策由你拍板,执行的琐碎操作、风控纪律和持仓跟踪则交给面板。没有你的指令,什么都不会发生:这是一件实战工具,而不是全自动交易程序,也不是信号服务。 功能概览 每笔交易的手数都严格按设定的风险算出:可取账户余额的百分比
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。
一旦您確定了要進行交易的關鍵區域,就會自動交易支撐和阻力或供需區域。該 EA 允許您只需單擊即可繪製買入和賣出區域,然後將它們準確地放置在您預期價格轉向的位置。然後,EA 會監控這些區域,並根據您為這些區域指定的價格行為自動進行交易。一旦進行初始交易,EA 就會在您放置的相反區域(即目標區域)獲利。然後,您有兩種選擇,要么關閉交易並繪製新的區域進入,要么獲利退出並立即反向反向交易,創建「始終在」的市場風格策略。 包含輸入和策略的完整手冊位於: https://www.mql5.com/en/blogs/post/760256 該 EA 專為在市場上不使用固定或硬止損的頭寸交易者或美元成本平均交易策略而設計。相反,它的目的是透過在下一個可用支撐或阻力區域以相同方向進行新交易來縮小不正確的交易,並調整您在市場中頭寸的平​​均價格。如果需要的話,還有備用退出標準,形式為每筆交易的最大損失金額或基於時間的退出。 只需按下按鈕即可繪製準備放置在感興趣等級的區域。 關閉按鈕和關閉最舊的按鈕可退出所有交易,或僅退出舊交易(如果它們跌幅過大而無法立即調整您的平均頭寸)。 適用於任何時間範圍內的
神速EA跟单(TradeMirror)是一款MT4/MT5平台的订单复制软件。 使用教程 请点击 神速EA跟单使用教程 链接以查看更多使用教程 为什么选择神速EA跟单 我们深知对于金融软件而言安全、稳定和隐私的重要性,因此我们在细节处对这三大要素进行了额外的加固: 提供用户友好的图形界面,操作简单易用 注重隐私安全,适合对订单分发有隐私要求各种金融场景 精准复制订单,毫秒级分发 支持全平台,MT4/MT5全面覆盖 智能感知系统状态,邮件通知守护交易安全 核心功能列表 对于跟单软件而言,功能并不是越多越好的,因此经过严谨的需求分析,我们对程序进行了精简,并最终保留了如下核心功能: 多重连接 邮件通知 手数缩放 信号过滤 反向跟单 重置止盈/止损 免费演示 在购买Trademirror之前,你总是可以尝试免费演示。 点击本页面上的免费演示按钮 点击是的,我有Metatrader 4/5 允许浏览器打开Mt4/5 在Mt4/5中,找到专家顾问/市场/TradeMirror,打开它并点击测试 启用复盘显示(否则你将看不到GUI界面)。 点击开始 现在你可以在可视化图表上看到TradeMirro
DrawDown Limiter MT4
Haidar Lionel Haj Ali
5 (8)
DrawDown Limiter v5.0 — 高级账户保护控制器 DrawDown Limiter v5.0 是一款运行于客户端的交易账户保护控制器,用于监控您的交易账户,并在达到您所设定的风险、盈利、新闻、时间计划、Rollover 或持仓数量限制时自动采取相应措施。 它可以通过一个独立图表监控 手动交易、自动化策略、多个 EA、挂单以及浮动持仓 。它既可以保护整个交易账户,也可以通过 Magic Number 仅监控特定 EA 或一组 EA。 DrawDown Limiter 的目的不仅仅是显示回撤,而是 主动执行您设定的交易规则 ,并在保护条件保持有效期间持续执行这些规则。 DrawDown Limiter v5.0 不仅用于监控您的亏损程度,还用于控制策略何时可以继续运行、哪些风险敞口可以保留、何时必须停止交易,以及自动化交易环境何时可以安全恢复运行。 需要帮助或有任何问题?  请查看   DrawDown Limiter 用户指南 我是  Lio ,欢迎随时联系我!  我们始终愿意为您解答问题、提供帮助并持续改进产品。 统一的保护系统 DrawDown Limiter v
Close by percentage MT4
Konstantin Kulikov
5 (1)
Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets" https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open one additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following function
Riskless Pyramid
Snapdragon Systems Ltd
5 (1)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
Candlestick Pattern Scanner is a multi-timeframe and multi-symbol dashboard and alert system that checks all timeframes and currency pairs for different candlestick patterns that are formed in them. Scanner is integrated with support and resistance zones so you can check the candlestick patterns in the most important areas of the chart to find breakout and reversal patterns in the price chart. Download demo version   (works on M30,D1,W1 timeframes and 20 symbols of Market Watch window) Read the
The News Filter
Leolouiski Gan
5 (25)
这个产品在新闻时间过滤所有的专家顾问和手动图表,因此您不必担心突然的价格波动会破坏您的手动交易设置或其他专家顾问输入的交易。此产品还带有完整的订单管理系统,可在任何新闻发布前处理您的持仓和挂单。一旦您购买了 The News Filter ,您将不再需要依赖以后的专家顾问内置的新闻过滤器,因为这个产品可以从此过滤它们所有。 新闻选择 新闻来源于Forex Factory的经济日历。 选择可以基于任何一种货币,如USD,EUR,GBP,JPY,AUD,CAD,CHF,NZD和CNY等。 选择也可以基于关键识别,例如Non-Farm (NFP),FOMC,CPI等。 能够选择新闻影响级别的筛选,从低、中、到高影响。 自动模式只选择与图表相关的新闻。 新闻来源每小时自动刷新,以确保最新的新闻数据。 为每个新闻影响级别提供单独的输入,以确定您要过滤掉的新闻发布前后的分钟数。 订单管理选项 在新闻发布前关闭未平仓头寸的选项,并在新闻发布后恢复它们。 在新闻发布前删除挂单的选项,并在新闻发布后恢复它们。 在新闻发布前移除止损和止盈水平的选项,并在新闻发布后恢复它们。 在新闻发布前移动止损和止盈
立即在一張圖表上查看按日和按週的已平倉交易歷史記錄、當前未平倉交易以及外匯風險敞口!使用熱圖來識別有利可圖的交易以及您交易組合中的當前虧損情況。 快速關閉按鈕 使用快速關閉按鈕可以關閉單一符號的每筆交易、全部關閉單筆交易,或點擊按鈕以取得部分利潤或損失。不再需要在清單中尋找交易並研究如何關閉部分交易。儀表板還會顯示您在交易外匯對時目前對每種貨幣符號的風險敞口,這可以幫助您識別重大新聞事件發生前可能過度暴露的領域。您可以使用按鈕在新聞發布前立即快速降低您的風險,或者如果新聞已經發生並為您帶來利潤,只需單擊即可快速獲得該利潤! 開放交易熱圖 交易熱圖是一種視覺化工具,專為使用頭寸交易或波段交易策略的交易者設計,使用美元成本平均法來擴大和縮小交易規模。您可以快速識別您的投資組合中可以存入的單一交易,以及您可以部分平倉的虧損交易。只需使用全部或部分關閉按鈕即可立即賺錢並降低風險。 快速識別控制回撤的機會 虧損控制切換「D 按鈕」將突出顯示您的投資組合中所有虧損高於每個交易符號平均價格的交易。這是透過在所有符號的單一交易周圍添加一個矩形來實現的,這樣您就可以看到首先要關注哪些交易。 這使
Простая в управлении Торговая панель обеспечит безопасную торговлю. Вычислит объём сделки от заданного уровня Stop Loss и величины убытка. Поможет рассчитать сейф, и в ноль закрыть неверную сделку. Интуитивно понятный интерфейс делает панель удобной в управлении, освобождая внимание трейдера для принятия решения о входе в сделку. Программа сделает все расчёты за вас. Поэтому работа с помощью панели Снайпер - оптимальное решение для торговли с соблюдением Мани-менеджмента. А это главный ключ к по
Trade Copier Global
Laszlo Tormasi
5 (15)
Trade Copier Global: The name speaks for itself. This copier allows you to copy orders between MT4 terminals even if they are not installed on the same computer. Features Copying trades between MT4 terminals around the world with a short delay. Automatically recognizes symbol prefixes. Can connect many Slaves to the same Master. Supports pending and market orders. Supports partial order close (with limitations, see below) Can send messages and notifications to the Slaves from the Master Several
作者的更多信息
EA Risk Manager is a professional risk‑management Expert Advisor designed to protect your trading account and enforce disciplined money management. The EA does not open trades by itself – it only monitors and manages all existing positions (manual and automated) on the account. It is especially useful for traders who want to: Hard‑limit daily / weekly / monthly losses and profits. Restrict lot size and the number of open trades. Trade a basket of G7‑related Forex pairs using one centralized
The Candle Time Spread indicator is designed to smoothly display the remaining time of the current candle and the spread fluctuations. It offers full customization options, allowing you to control the appearance of the countdown timer, including size, color, and position relative to the candle, across all timeframes. Please leave a positive review. Candle Time Indicator, Spread Clock, Spread Counter, Spread Alert, Candle Timer, Candle Clock, Candle Timer for MT5, Time Candle, Timer Candle. Can
FREE
Linear Regression Oscillator (LRO+) Alert Update: LRO+ v2.0 — Linear Regression Oscillator for MT5 Momentum indicator based on linear regression + normalized Z-score. No lag like MACD, no noise like RSI. Automatically adjusts parameters according to timeframe — M1 to Monthly, no manual adjustment required 3 types of signals: Zero-Cross (trend), Reversion, and Divergence ATR Filter — automatically turns off signals when the market is sideways or flat Invalidation Level — automatically dra
Overview The SMC indicator is a versatile tool that helps traders automate chart analysis using price action. Its main goal is to identify where large institutions place orders (liquidity) to find optimal entry/exit points. Core Features Market Structure: Automatically labels BOS (Breakout Structure) and CHoCH (Change of Character) in real time for both internal and main swing waves. Supply & Demand Zones: Identifies bullish and bearish Order Blocks. Liquidity & Price Gaps: Identifies equal
FREE
The SMC Smart  indicator automates market structure analysis based on the Smart Money Concepts (SMC) methodology. It removes subjective chart analysis by automatically plotting Order Blocks, Fair Value Gaps (FVG), Break of Structure (BOS), Change of Character (CHoCH), and liquidity pools. 1. Core Chart Features Market Structure The indicator categorizes market structure into two distinct levels: Swing Structure: Uses a larger lookback length ( InpSwingsLength = 50 ) to define the medium-to-long-
FREE
Trade Panel Manager — Master all trades in one dashboard Stop calculating volume manually, stop worrying about forgetting to set SL/TP. TTrade Panel Manager transforms MetaTrader 5 into a professional trading command center — drag and drop a few lines on the chart, the EA automatically calculates lot sizes according to your desired risk level, displaying SL/TP in pips and currency in real time, right before you press the button. Why download now? Accurate lot size calculation based on risk pe
FREE
A fast, chart-based MT5 trade manager with one-click BUY/SELL execution, editable Lot/SL/TP controls, and selective position-closing tools. One Click Trading MT5 is a lightweight trade-management Expert Advisor for MetaTrader 5. It is designed for traders who want to manage manual trades or trades opened by an EA directly from the chart, without repeatedly opening the Terminal window.
FREE
A fast, chart-based MT4 trade manager with one-click BUY/SELL execution, editable Lot/SL/TP controls, and selective position-closing tools. One Click Trading MT4 is a lightweight trade-management Expert Advisor for MetaTrader 4. It is designed for traders who want to manage manual trades or trades opened by an EA directly from the chart, without repeatedly opening the Terminal window.
FREE
The Candle Time Spread indicator is designed to smoothly display the remaining time of the current candle and the spread fluctuations. It offers full customization options, allowing you to control the appearance of the countdown timer, including size, color, and position relative to the candle, across all timeframes. Please leave a positive review. Candle Time Indicator, Spread Clock, Spread Counter, Spread Alert, Candle Timer, Candle Clock, Candle Timer for MT4, Time Candle, Timer Candle. Can
FREE
EA Risk Manager is a professional risk‑management Expert Advisor designed to protect your trading account and enforce disciplined money management. The EA does not open trades by itself – it only monitors and manages all existing positions (manual and automated) on the account. It is especially useful for traders who want to: Hard‑limit daily / weekly / monthly losses and profits. Restrict lot size and the number of open trades. Trade a basket of G7‑related Forex pairs using one centralized
USER MANUAL: TDI OPTIMIZED BY MARSU (MT5) 1. Introduction: TDI Optimized by Marsu is a super indicator developed specifically for the MetaTrader 5 (MT5) platform. Upgraded from the classic Traders Dynamic Index (TDI) system, this version brings a fresh perspective with its excellent noise signal removal capabilities, direct optimization on Japanese candlesticks (lighter and smoother), and especially its Auto Timeframe system that automatically adapts to all trading styles.  The indicator pr
Linear Regression Oscillator (LRO+) Alert Update: LRO+ v2.0 — Linear Regression Oscillator for MT4 Momentum indicator based on linear regression + normalized Z-score. No lag like MACD, no noise like RSI. Automatically adjusts parameters according to timeframe — M1 to Monthly, no manual adjustment required 3 types of signals: Zero-Cross (trend), Reversion, and Divergence ATR Filter — automatically turns off signals when the market is sideways or flat Invalidation Level — automatically dra
用户手册:Marsu 优化版 TDI (MT5) 1. 简介: Marsu 优化版 TDI 是一款专为 MetaTrader 5 (MT5) 平台开发的超级指标。它在经典交易者动态指数 (TDI) 系统的基础上进行了升级,凭借其卓越的噪声信号消除能力、对日本蜡烛图的直接优化(更轻盈、更平滑),以及能够自动适应各种交易风格的自动时间框架系统,带来了全新的视角。 该指标通过图表上直观的箭头,结合显示动量和市场趋势的子窗口,提供极其清晰的入场点。 2. 图表上的主要组成部分 该指标分为两个显示部分: 2.1 子窗口(TDI 核心): 绿线(RSI PL - RSI 价格线):显示当前价格的速度和方向(快速)。 红线(TSL - 交易信号线):较慢的信号线,用于确认与 RSI PL 的交叉。 橙色线(MBL - 市场基准线):市场中心线,分隔买卖双方。 两条蓝色线(VB High / VB Low):波动率带。波动率带收缩时,表示市场处于盘整阶段;波动率带扩张时,表示突破趋势。 2.2 主要K线图: 黄色箭头(向上):开立买入(做多)订单的信号。
Gold Early EA - Early Trend Catcher Robot (No Grid/Martingale) Overview Gold Early EA is an Expert Advisor specifically programmed for MetaTrader 5, inspired by successful Multi-Indicator trading strategies. Instead of waiting until a trend is already overextended (Full Signal), this EA is designed to identify Early Signals right when the money flow begins to shift. Operating on a strict "Set & Forget" trading philosophy combined with a Risk:Reward (RR) ratio always greater than 1, the EA
SMS Panel - Real-Time Smart Money Concepts Suite for MT5 "Don't just label. Validate." SMC Panel is the only comprehensive Smart Money Concepts/ICT toolset on the MQL5 Market that detects market structure (BOS/CHoCH) in real time – no more waiting for opposite swings to confirm breakout signals. From Order Block, Fair Value Gap, Breaker Block, Inducement (IDM) to OTE Zone and multi-factor Signal Engine – all are validated through liquidity sweep, displacement, killzone, and premium/discount befo
This is a multi-strategy Expert Advisor (EA) for MetaTrader 5 , integrating a visual control panel with buttons for manual trading, automatic position management based on ATR/Swing logic, session filtering by New York/London hours, and a daily profit/loss protection mechanism. Main Functional Blocks Mode Core logic Main filter Minimal EMA9/EMA21 crossover No additional filter BreakoutPullback Breakout of N-candle high/low or pullback to EMA20/50 SetupMode (Clean Breakout / Pullback) XAUSweepRete
Smart UT Bot MT5 (PRO EA for MT5) - User Manual & Operations Guide 1. System Overview & Architecture Smart UT Bot Pro EA (MT5 Edition) is an institutional-grade, fully automated trading system engineered specifically for MetaTrader 5. Optimized for Gold (XAUUSD) , Forex pairs, and Indices, the EA combines high-frequency ATR volatility tracking with a multi-layered indicator matrix and Smart Money Concepts (SMC) structure analysis. The system is built on a native MQL5 execution architecture, util
筛选:
无评论
回复评论