MultiPeriod Sync Charts

MultiPeriod Sync Charts — 自动多周期对齐

MultiPeriod Sync Charts 是一款不交易的辅助工具,它能把同一品种、四个不同周期(如 M15 / H1 / H4 / D1)的图表,精确对齐到同一个时间点。在任意一张图上点击或拖动,其余三张图会瞬间对齐到该 K 线的周期结束时刻——无需手动逐图翻找,即可阅读多周期共振。它是一款复盘训练辅助工具:通过回顾任意时刻大小周期如何对齐,建立多周期共振盘感,强化你的 K 线与指标形态识别能力。

核心功能

  • 一键对齐:在主图点击一根 K 线,四张图全部对齐,使该 K 线的周期结束时刻位于每张图右边缘。
  • 拖动对齐:在主图或副图拖动;拖动中其余三图冻结,松手瞬间四图一起对齐到位。
  • 独立浏览与缩放:每张图可独立自由滚动、独立缩放——纯浏览永不触发同步、永不弹回,对齐始终锚定在同一时刻。
  • 竖线标记:每次对齐后,四张图各画一条可配置的竖线,标出对齐时刻,始终可见。
  • 全局暂停:一个按钮同时暂停四图联动(滚轮浏览仍可用);任意图可恢复。按钮状态四图同步。按钮区域为对齐豁免区,点它不触发同步。
  • 双击过滤:短点击与双击区分,你可照常选中对象 / 打开右键菜单而不触发对齐。
  • 双语界面:自动识别终端语言(中文 / 英文),也可手动锁定。
  • 11 个可调参数:点击/拖动同步开关、界面语言、调试日志、暂停按钮配色、竖线颜色/线型/宽度、双击窗口、对齐偏移。

工作原理

各实例通过 MT4 全局变量通信——无需 DLL、无需联网。在四张图上各挂一份(同品种、任意周期)。用 MT4 纵向平铺(Alt+R)快速排成 2×2,再按需调整周期顺序。

环境要求

  • MetaTrader 4 终端。
  • 四张图同一交易品种。
  • 必须开启自动交易(EA 用到定时器;它从不下单)。
  • 四图窗口排成 2×2(Alt+R 自动平铺)。

输入参数

  • InpLanguage — 界面语言:自动(识别) / 英文 / 中文
  • InpSyncOnClick — 点击 K 线时同步(开/关)
  • InpSyncOnDrag — 拖动时松手同步(开/关)
  • InpDblClickMs — 双击判定窗口毫秒(默认 300);手慢就调大
  • InpAnchorOffset — 对齐落点向内偏移根数(默认 0)
  • InpDebugLog — 向日志写诊断信息(开/关)
  • InpPauseClrRun — 运行中暂停按钮底色
  • InpPauseClrPaused — 已暂停时暂停按钮底色
  • InpMarkColor — 竖线颜色
  • InpMarkStyle — 竖线线型(实线/虚线/点线…)
  • InpMarkWidth — 竖线宽度(像素)

注意事项 / 限制

  • 本工具是分析辅助,不是交易机器人。它不开仓、不改仓、不平仓。
  • 对齐的是"时间点",不是缩放 / 根数——每张图保留自己的缩放。
  • 更新 .ex4 后只需重启 MT4(或重载图表)——EA 自动加载新文件,无需删除重挂。
  • 租赁到期自动失效、EA 自动从图表移除——本工具不交易、无持仓需管理,移除安全无副作用。

常见问题

问:它交易吗?
答:不交易,只对齐图表。

问:为什么挂四份?
答:通常多周期共振使用四个不同周期,规避风险和把握机会更准确。

问:可以用不同品种吗?
答:四图必须同一品种。

问:只能靠试用版吗?
答:市场免费试用版只能在策略测试器运行,无法展示本工具四图交互特性。用一个月低价租赁在实盘图表上体验。

使用说明书

它能实现的目的

一次点击/拖动,4 张图对齐到同一时间点,省去人工逐图找点,更轻松的制作标准图,便于进行交易系统的训练,提升盘感。

功能边界(必读)

  • 它不是交易 EA,完全不交易。只负责图表对齐与显示,不会开仓、平仓、下任何单。图表左上角 EA 显示"哭脸"是正常的。
  • 必须 4 张图是"同一品种"。品种不同则对齐毫无意义。
  • 4 张图要在同一个 MT4 终端里。靠全局变量通信,跨终端/跨账户无法联动。
  • 它不会替你摆放窗口。可用 MT4 的纵向平铺(Alt+R)把多图自动排成 2×2,再按自己习惯调整周期顺序。
  • 对齐的是"时间点",不是"缩放 / 根数"。每张图保留自己的缩放和 K 线宽度,只把"同一个时刻"对到各自右边缘。
  • 需要开启 AutoTrading(自动交易按钮变绿),EA 才运行。虽然不交易,但 MT4 要求 EA 运行定时器必须开启它。
  • 暂停是全局联动的。在任意一张图点暂停,4 张图会全部挂起同步;再点恢复才重新生效。
  • 它只管理自己的竖线标记。对齐画的橙色竖线(对象名前缀 MPS_VL_)自动更新/删除;你手动画的线它绝不碰。
  • MT4 不会热更新 EA。换了 .ex4 文件或改了参数后,关闭并重启 MT4(或重新加载图表)即可——图表上的 EA 会自动使用新文件,不需要删除 EA 再重新拖挂。
  • 各图可独立缩放。每张图可各自放大/缩小;缩放只改变当前图视图、不触发对齐,对齐始终锚定在同一时刻。
  • 画线工具十字线的取消方式。若图表只有主图、没有副图,无法通过在副图单击左键取消画线状态;请在主图上右键取消画线状态。

使用前准备

一台已安装 MT4(build 147631 或相近版本)的电脑;一个交易品种(如 EURUSD)的行情数据已下载(不同周期都要有历史数据);4 个图表窗口,同一品种、不同周期;已部署 MultiPeriodSync.ex4。

安装与挂载

  • 把 MultiPeriodSync.ex4 复制到 MT4 的 MQL4\Experts\ 目录下。
  • 刷新导航器(Ctrl+N → 右键"智能交易系统(EA)"→ 刷新)或重启 MT4。
  • 打开 4 张图:同一品种、4 个不同周期,各开一个窗口。
  • 从导航器把 MultiPeriodSync 拖到这 4 张图上(弹设置框,点"确定"用默认参数)。
  • 开启自动交易(AutoTrading 按钮变绿)。此时 EA 图标可能是"哭脸"——正常,它不交易。
  • 摆好布局:用 Alt+R(纵向平铺)自动排成 2×2,再按习惯调整周期顺序。

验证是否生效:每张图左上角会出现两行 HUD 状态文字,其中含有版本号(应为 V1.82 或更新)。

日常操作指引

点击对齐(最常用):在任意一张图的主图区域(价格区,不含副图指标区、不含底部时间轴)点击某根 K 线 → 4 张图把这个被点 K 线的周期结束时刻对齐到各自右边缘。点击只认主图。

拖动对齐:按住左键拖动(主图或副图都可以)→ 拖动过程中,其余 3 张图冻结不动 → 松手瞬间,4 张图一起把"右边缘 K 线的开盘时刻"对齐到各自右边缘。

滚轮浏览 / 独立滚动(不触发对齐):滚轮左右滚动 = 纯浏览。每张图可单独自由滚动,互不影响;滚动永不触发对齐、也永不把视图弹回。

双击 = 选中对象(不触发对齐):图上双击(InpDblClickMs 毫秒内同位置再次点击)被识别为"双击",用于选中画线/对象以便右键编辑——双击不会触发对齐。如果你手慢、两次点击间隔偏长、双击总被误判成单击对齐,可把 InpDblClickMs 调大(如 400~500)。

暂停 / 恢复按钮(对齐豁免区域):每张图左上角 HUD 正下方有一个小按钮(20×18 像素)。橙色底 || = 运行中(点一下全局暂停,4 图全部停止同步,滚轮浏览仍可用);深绿底 >> = 已暂停(点一下全局恢复)。按钮区域是对齐豁免区,点它不会触发对齐。

竖线标记:每次成功对齐后,4 张图会各画一条橙色实线(1 像素)竖线,标出对齐的那个时刻。旧的对齐线自动删除、不会越画越多。你手动画的线不受影响。

独立缩放(不触发对齐,各自保持状态):在任意一张图上放大缩小,只改变当前图的缩放状态和 K 线粗细——各图互不影响、不触发对齐、不会被其他图的对齐拉走缩放。缩放后再点击/拖动对齐,4 图依旧对齐到同一时刻:小周期放大看细节、大周期缩小看结构,两不误。

操作常见问题

问:EA 显示哭脸,是不是坏了?
答:不是。哭脸=无交易,本工具本来就不交易,正常。

问:点了图,其他图不动?
答:依次检查:① AutoTrading 变绿了吗?② 4 张图同一品种吗?③ HUD 版本号对吗?④ 点击落在主图价格区吗?

问:4 张图对齐后差了 1 根 K 线?
答:极少数情况,把 InpAnchorOffset 设为 1 微调。

问:日志一直在刷,太吵?
答:把 InpDebugLog 设为 false,Journal 立即静默,HUD 不受影响。

问:双击总被误判成对齐?
答:你多半是手慢,把 InpDblClickMs 调大(如 400~500),让"双击"判定更宽松。

问:竖线没出现?
答:先确认对齐是否真的触发;竖线只在对齐成功时出现,且只动 MPS_VL_ 前缀的线。

问:画线十字线取消不掉?
答:若没有副图,在主图上右键取消画线状态。

排错与重载(重要)

MT4 不会热更新 EA。换文件/改参数后,重启 MT4(或重新加载图表)即可生效——图表上的 EA 会自动加载新文件,无需删除 EA 再拖挂。若仍异常,看 HUD 版本号与 Journal 日志(MQL4\Logs\<日期>.log),必要时打开 InpDebugLog 获取更详细日志。

推荐产品
This TraderMaster EA is super helpful for professional trader.  Input Parameter Section: 1) Allow trader to set different line style, such as color, width; 2) Apply our chart style, if set false, it will not change the chart style; 3) Select different panel mode 3.a) Simple Mode, for trader immediately place a market order, pending order, delete and close orders; 3.b) Draw Line Mode, for price action traders who want to trade for trend and reverse in his trading plan; 3.c) Advanced Mode, includ
The advantages of EA TWO CANDLE SMART are: It is equipped with various filters, including: maxspread, maxlot, takeprofit (4 step), stop loss (3 step), profit target per day, and many more. Open order BUY = If iClose[2] > iOpen[2] && iClose[1] > iOpen[1]. Open order SELL = If iClose[2] < iOpen[2] && iClose[1] < iOpen[1]. Target_profit_perday=50; ==> can work on forward test. lockprofit=2;//Minimal Profit in money Step_LockProfit_in_Money=25; Stoploss_in_Money=1000; Stoploss_in %=50;==> Stoploss
Lot Partial Close
Zdravko Petrov
5 (1)
Lot Partial Close Closes your trades automatically by a specific size and at a specific target defined by you. Description: The Lot Partial close is a MetaTrader 4 Expert Advisor designed to automate trading strategies with a focus on managing multiple open orders of different sizes. This EA is versatile, allowing users to customize key parameters to meet their specific trading preferences. Key Features: Partial Close Functionality: The EA incorporates a partial close mechanism for the first t
PerfectLine
Sergio D. Rocha
5 (2)
When drawing a trend line or other objects, there is a natural deviation when you place the object from a higher time frame, and then go to watch it in a lower time frame. PerfectLine is a technical indicator that solves this problem. Once you touch a line after drawing it, Perfect Line will find the exact spot in the lower time frame available for it's position and then rectifies where it should be. Perfect Line uses a five pixels pre-established tolerance, if a difference between the line's no
FIBO Price Calculator 功能简介 1. 自动绘制斐波那契回调线 本指标可自动在MT4图表上绘制斐波那契回调线,助您快速识别潜在支撑和阻力位。 2. 自定义斐波那契数列 用户可自定义斐波那契数列的数值,指标会根据当前市场价格自动换算成相应价格水平。 3. 灵活调整指标窗位置 指标窗可放置在图表的四个角中的任意位置,方便用户根据个人喜好和交易习惯调整布局。 综上所述,本指标不仅能够帮助交易者自动绘制斐波那契回调线,还提供了自定义输入斐波那契黄金数列换算成价格以及自定义指标窗位置的功能,为交易者提供了更便捷、更灵活的技术分析工具。无论是初学者还是经验丰富的交易者,都能够通过本指标更好地把握市场趋势,提高交易成功率。
CandleStyx
Guillaume Xavier Andre Turlier
MT4 trading tool. Intuitive Dashboard that allows effortless automated trading, saving 99 Strategies , Advanced Money Management , Automatic group orders :  Global Take Profit / Stop Loss, Smart TP (Multi-Level, Position Recovery) and Smart SL (Breakeven, trailing Stop, Multi-Level), Exit Manager , Signals, Strength Indicator , ATR Graph, Price Alert, News Warning…  # If you have any other requirements or are interested in collaboration, please contact (info@styxia.com)   Get more information
Copiador MT4
Luciana Andrea Maggiori
Copiador – La Mejor Herramienta para Copiar Operaciones en MetaTrader 4 Este no es un simple copiador de operaciones que únicamente permite copiar transacciones de forma local entre diferentes cuentas de MetaTrader 4 en cualquier dirección y cantidad. ¡Por supuesto que lo hace! ¡Pero Copiador hace mucho más! Descubre sus características y beneficios a continuación FUNCIONALIDADES DESTACADAS: Copiado entre brokers diferentes : Puedes copiar operaciones desde una cuenta en un broker
斐波那契折返和扩展画线工具 适用于MT4平台的斐波那契折返和扩展画线工具,非常适合于利用帝纳波利点位交易法和黄金分割交易的交易者 主要功能: 1.可以直接画线多组斐波那契折返,重要折返点之间的关系一目了然 2.可以画出斐波那契扩展 3.画线的斐波那契折返和扩展均可左右移动方便观察,有数值显示 4.图表显示非常清爽 5.可通过数字键切换周期 功能键: 1.按 [ 画折返,按需画折返,最多可画8组 2.按 ] 画扩展 3.按 \ 删除当前周期下的所有扩展和折返 4.移动、删除折返和扩展 (1)点击第一组折返的F5线条, 点击1次(变成黄色),按键盘上的Delete可删除该焦点的折返。 点击2次(恢复颜色),可以移动折返到合适的位置 (2)点击COP的线条 点击1次(变成黄色),按键盘上的Delete可该组折返 点击2次(恢复颜色),可以移动扩展到合适的位置 5.修改折返和扩展: (1)选择焦点F或反弹点数字(F或反弹点字体变大,变成黄色),移动鼠标。 (2)选择ABC三点中的某一个(字体变大,变成黄色),移动鼠标。 如何使用可以看相关视频
TSInfoKit
Salvatore Labriola
This Utility is a test for creating objects on the graph . Drag it on any graph and follow the instructions! Any questions about work program send me mail : info@tradingsolution.it In future I will add more information with new version for now it provides account information: AccountNumber AccountName AccountCurrency AccountCompany Server Account Leverage Stop Out level Balance Equity Margin Free Margin
Success comes from knowledge – this is true for most things in life and especially Forex trading. To become successful, a trader needs to learn technical analysis. Technical indicators are a big part of technical analysis. The problem is that, at first sight, names of technical indicators can sound unpleasantly complicated, for example, MACD, RSI or Stochastic. However, we recommend you not to judge a book by its cover. We will provide you with a fair and simple explanation of the most popular t
Market Swing Index MSI
Elias Mtwenge
5 (1)
Septermber OFFER 85% OFF next price for unlimited version will be 2500$. This is the only time you can get this institutional and professional indicator at this price for unlimited version. Don't dare to miss this. The tool I am about to introduce to you you can't compare it with other tools due to its strategy and accuracy level in predicting the next price directional movement. This tool is designed for serious traders who have decided to make a difference through trading. Be the next person t
This EA is designed to transmit charts to Telegram, as illustrated in the example image. It provides the capability to send charts according to the selected timeframe directly to Telegram. A sample channel is included for demonstration purposes. After installation, please select your own channel or any other preferred option. Please note that this sample channel may be removed without prior notice. The indicator shown in the image is for demonstration purposes only.
ALPC forex Matrix produces signals based on five different strategies . ALPC forex Matrix copies itself to all charts. Quick and easy management is your responsibility. Forex trading is fast control. ALPC MATRIX FOREX SYSTEM DOCUMENTATION !Please open the scalp process according to the hourly trend direction. (does not work with strategy test) ALPC MATRIX 2015-2019 Supportive EA Tool for all Forex Pairs Producer: Mehmet Ozhan Hastaoglu ALPC MATRIX Forex System is actually a supportive tool wher
Market Reality
Soghra Dejampisheh
Hello,  As you know more than 90% of people in the financial markets are losers, the most important reason is the lack of a proper fixed system and risk management. I want to introduce you to an indicator that is the result of my 8 years of experience, which shows you the reality of the market. My human dignity does not allow me to guarantee the future, but the table below shows the past statistics of this indicator and its performance which really the market past is the only way to find out the
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
Crypto Market Pro
Daniil Kurmyshev
5 (1)
New opportunities for analyzing cryptocurrency in the usual MetaTrader 4. For example : We select the symbol of the cryptocurrency and attach any indicators, Expert Advisors or scripts. Startup Mode View cryptocurrency; Data collection. Capabilities Work as with a standard currency chart; Automatic update of open charts; Selection of individual cryptocurrency for updating; Selection of individual timeframes for updating; Work on the desired timeframes; Open charts do not affect the work of Cry
Becktester Telegram Signals — Turn Telegram Signals into Real Backtests Automatically read signals from real Telegram channels , parse them (Buy/Sell/Entry/SL/TP), and backtest in MetaTrader 4 Strategy Tester . Verify parsing first with Live Parsing Test Mode . Important Information After purchasing the product, please leave a comment on the product page, and I will send you the Telegram Signal History Parser file. This file is not publicly available at the moment and is provided only to verifi
Scalp Master is a very simple and smooth operation system that is designed to help traders facilitate trading and risk management. No Keyboard need to make, take profit or close orders. Every orders parameters are created automatically based on predefined risk and your strategy lines. Such parameters appear friendly on the screen and you just need 1 click to convert to order. The unique algorithm prevent common missed and hit taking profit strategy. Instead of very subjective partial closed by u
Introduction to Harmonic Pattern Scenario Planner The present state of Forex market can go through many different possible price paths to reach its future destination. Future is dynamic. Therefore, planning your trade with possible future scenario is an important step for your success. To meet such a powerful concept, we introduce the Harmonic Pattern Scenario Planner, the first predictive Harmonic Pattern Tool in the world among its kind. Main Features Predicting future patterns for scenario
The utility helps to locate in the  lower time frames  the maximum and minimum of the upper  time frame.  The length of time frame level line  represents the temporal  length of the upper time frame. The indicator draws lines that delimit the upper time frames candle and highlights his high-low price, the pips candle range, the returns and the volatility. How it works: Firstly . Choose which time frames levels to represent in the lower ones : monthly, weekly, daily, H4, H1, M30, M15, M5. The
Grid Panel Allows you to :  Set the number of levels (trades). Lot size and you can do Martingale to raise the lot size for each level. Set distance between levels, and you can manage the distance for each level using   Distance Q. Static TP and SL for each level. You can open : BUY STOP / BUY LIMIT / SELL STOP / SELL LIMIT   (levels in one click). Close all buy orders. Close all sell orders. Close all winning orders. Close all losing orders. Close all orders. Close all Pending BUY orders. Clos
Reverse copier is a tool that will open opposite buy/sell orders from your master account. It will help you with low profit EA's that lose consistenly and turn it to wins. Feel free to ask for new functions/features and I will add it. Now it's a simple MT5 to MT4 bridge with straightforward logic of one position open/close.  How to install: https://www.mql5.com/en/market/product/141604
FREE
SNR LEVEL INDICATOR Accurate Snr level indicator will only display Fresh Levels that are close to the Current Market Price. This indicator is very accurate in mapping Support & resistance levels. there is an alert feature when the price TOUCHES the SNR LEVEL, WHEN CLOSE CANDLE BREAK/REJECT SNR LEVEL. INDICATOR MARKING : - SUPPORT LEVEL = V SHAPE - RESISTANCE LEVEL = APEX LEVEL - GAP RESISTANCE & GAP SUPPORT = OPEN CLOSE CANDLE - SUPPORT BECAME RESISTANCE & RESISTANCE BECAME SUPPORT INDICATOR C
Martingale Osw MT4
William Oswaldo Mayorga Urduy
用户手册:高级马丁格尔交易策略及风险控制系统 本专业手册介绍了高级马丁格尔交易策略订单管理系统的操作、配置和可视化界面。该系统旨在实现 MetaTrader 平台中持仓恢复和风险管理的自动化。 1. 简介及用途 该工具是一款高精度订单管理器,其主要逻辑是成本平均法。其目的是通过部署挂单网络来改善平均出场价格,从而保护和恢复逆向波动的交易。 与基础系统不同,该软件集成了动态盈亏平衡和追踪止损算法,并配备了屏幕控制界面,方便用户快速进行手动干预,确保资金管理始终是首要任务。 2. 参数指南(输入菜单) 马丁格尔配置及距离 马丁格尔数量:定义系统在初始交易后允许开立的最大对冲订单数量。 距离类型:允许您选择以点数为单位的固定距离,或基于 ATR(平均真实波幅)指标的动态距离。 距离基准(点数):如果使用固定点数,此值定义第一个对冲订单的初始间距。 ATR周期:波动率的计算周期。14是适应近期市场周期的标准值,用于止损订单。 距离增加类型:决定后续订单的间距是使用乘数(指数)还是加数(线性)。 距离乘数/加数:用于增加订单序列中订单间距的值,防止小幅回调过早触发整个网
Mutiple Orders with ChangernTFnMgt
Opengates Success International
MULTIPLE ORDERS With Symbol and Time Frame Changer Multiple Orders Utility is created to give easy profits-making trades with a little movements and without going long distance to get it all. This Utility opens multiple orders as many trades as the number specified by the User or as many as permitted by your Broker in the same direction on the same currency pair simultaneously. The idea behind it, is that instead of running after 100 - 200 pips which may not likely be attainable in the record
This program is created by algorithm which economy based logic in the trading market. 1. The program able to work with all of currency and trading items  2. Take profit and loss are basically handled by EA program Recommendation: EUR_USD is the most preferred. Please use this program only for MT4. LOT should be managed depends on own deposit. Otherwise, high risk will be driven(e.g 0.1~0.2 lot is recommended when the deposit is 10,000 dollar)
Hello Guys! I want to share with you a very useful tools. Anyone of us who has used MT4 for some time knows how impractical this platform can be for discretionary trading. That's why I created this graphical interface!  Interface is very simple, all the info that you need are in the video and in the screenshot. NB: Before to run the EA Interface, remember to copy the file in the comment in your MT4 folder "Controls". PATH: .../MQL4/INCLUDE/CONTROLS NB: unfortunately the interface can't be test
Volume Bubble
Agus Santoso
博客: https://www.mql5.com/en/blogs/post/769823 MT4: https://www.mql5.com/en/market/product/176181 MT5: https://www.mql5.com/en/market/product/176182 VOLUME BUBBLE [tambangEA] 是一款高级可视化成交量压力指标,旨在帮助交易者直接在图表上识别异常市场活动。 该指标可检测异常的成交量变化,并将其显示为围绕价格走势的清晰气泡标记。每个气泡代表一次成交量压力事件,使交易者能够快速查看可能出现强劲参与、不平衡、动量压力或潜在吸收的位置。 此工具专为希望快速直观地了解市场参与情况,而无需逐根K线手动分析原始成交量数据的交易者而设计。 主要概念 大多数价格图表仅显示价格走势。VOLUME BUBBLE [tambangEA] 则在此基础上增加了一个维度:市场参与。 该指标有助于解答以下重要问题: 异常成交量出现在何处? 压力是看涨还是看跌? 价格走势是否得到强劲的参与? 市场是否出现可能的吸收? 当前的活
Bot   DataSource AC   is an automatic trading tool developed by the author based on the DataSource AC indicator. https://www.mql5.com/en/market/product/108165   indicator DataSource AC. The bot must be launched on the   EURUSD H1   time period; it is optimized for this environment. Although if we consider the bot as a tool, then you can optimize the bot on any other time frame and currency pair. The principle of optimization when used on H1 is the following: we optimize at opening prices for 3
Mongol Indicator2
Sumiyabazar Buyanjargal
It's a variation of mid of HH and LL since it compares the higher of HH or LL against a period and twice the number of bars back to avoid whipsaws. I used to display this against lines on a chart, but made a histogram out of it and it looks interesting. It looks good at gauging trend strength and general turns (see image below). The name of the indicator is BAM, which is an acronym for "Below and Above Mid". Ways to use it: 1. To see general trend on longer TFs (more than 30 bars back).
该产品的买家也购买
欢迎来到 Trade Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 4 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
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 个终端之间。 支持从模拟账户和投资者密码账户进行复制 可同时运行在多个终端上
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
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。
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
TradePanel MT4
Alfiya Fazylova
4.84 (95)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 在购买之前,您可以在演示账户上测试演示版本。下载用于演示账户的试用版应用程序: https://www.mql5.com/zh/blogs/post/762579 。 完整说明 这里 。 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同一價格水平。 將所有頭寸的止損設置在盈虧平衡水平。 開倉時,可使用以下功能: 在多個訂單或倉位之間分配計算出的數量(在單擊一次時開啟多個訂單和倉位)。 在開啟訂單前在圖表上可視化交易水平。 僅在當前點差不超過設定值時才開啟倉位。 止盈和止損之間的自動比例。 虛擬止損和止盈。 自動將止損和止盈的大小增加為當前點差的大小。 基於ATR指標讀數計算止盈和止損。 設置掛單的到期日期。 為掛單設置追蹤(掛單
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
Trade Manager MT4 DaneTrades
Levi Dane Benjamin
4.09 (11)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 4 平台。多语言支持。 MT5版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
Ultimate Partial Profit EA
BLAKE STEVEN RODGER
4.67 (3)
This EA Utility delivers a robust solution for managing an unlimited array of open orders, both manual and automated. It enables customizable partial profit levels utilizing metrics such as pips, ratios, ATR (Average True Range), and profit amounts for precise trade management. The utility features an advanced on-screen display, offering clear visualization of all orders and their profit levels to enhance strategic decision-making and control. To evaluate its performance and interface, the EA s
一款面向手动交易的专业面板,把完整的交易流程都收进图表上的一个窗口,从精准入场到账户防护。按设定的风险精确计算手数,借助 RR Tool 直接在图表上用线条搭建交易,开立市价单和挂单、网格与 OCO。持仓的后续管理交给面板打理:最多五级分批平仓、六种跟踪止损、保本以及 Virtual SL/TP。日、周、月三档限额守护本金,一旦被突破即自动触发。 使用指南与免费 Live 演示 免费的 Live 演示版可在此获取 ( Free Live Demo )。 产品的使用指南见此 ( User Manual )。 NT Trade Manager 把交易者的整套工作流程收进图表上一块紧凑的面板,无需在终端各窗口之间反复切换,也不必在每次入场前埋头计算。它为坚持手动、独立判断的交易者而打造:主观交易者、剥头皮和波段交易者,外汇、金属、指数、大宗商品乃至加密货币等任何品种都适用。决策由你拍板,执行的琐碎操作、风控纪律和持仓跟踪则交给面板。没有你的指令,什么都不会发生:这是一件实战工具,而不是全自动交易程序,也不是信号服务。 功能概览 每笔交易的手数都严格按设定的风险算出:可取账户余额的百分比
一旦您確定了要進行交易的關鍵區域,就會自動交易支撐和阻力或供需區域。該 EA 允許您只需單擊即可繪製買入和賣出區域,然後將它們準確地放置在您預期價格轉向的位置。然後,EA 會監控這些區域,並根據您為這些區域指定的價格行為自動進行交易。一旦進行初始交易,EA 就會在您放置的相反區域(即目標區域)獲利。然後,您有兩種選擇,要么關閉交易並繪製新的區域進入,要么獲利退出並立即反向反向交易,創建「始終在」的市場風格策略。 包含輸入和策略的完整手冊位於: https://www.mql5.com/en/blogs/post/760256 該 EA 專為在市場上不使用固定或硬止損的頭寸交易者或美元成本平均交易策略而設計。相反,它的目的是透過在下一個可用支撐或阻力區域以相同方向進行新交易來縮小不正確的交易,並調整您在市場中頭寸的平​​均價格。如果需要的話,還有備用退出標準,形式為每筆交易的最大損失金額或基於時間的退出。 只需按下按鈕即可繪製準備放置在感興趣等級的區域。 關閉按鈕和關閉最舊的按鈕可退出所有交易,或僅退出舊交易(如果它們跌幅過大而無法立即調整您的平均頭寸)。 適用於任何時間範圍內的
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等。 能够选择新闻影响级别的筛选,从低、中、到高影响。 自动模式只选择与图表相关的新闻。 新闻来源每小时自动刷新,以确保最新的新闻数据。 为每个新闻影响级别提供单独的输入,以确定您要过滤掉的新闻发布前后的分钟数。 订单管理选项 在新闻发布前关闭未平仓头寸的选项,并在新闻发布后恢复它们。 在新闻发布前删除挂单的选项,并在新闻发布后恢复它们。 在新闻发布前移除止损和止盈水平的选项,并在新闻发布后恢复它们。 在新闻发布前移动止损和止盈
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
DrawDown Limiter MT4
Haidar Lionel Haj Ali
5 (8)
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
VirtualTradePad PRO SE MT4 — MetaTrader 4 高级交易面板和图表工作区 VirtualTradePad PRO SE 是一款适用于 MetaTrader 4 的专业交易面板和交易管理工作区。它帮助交易者通过一个基于图表的界面,更快速地开仓、管理、保护、平仓和分析交易。 该产品专为需要的不只是简单按钮集合的活跃手动交易者而创建。PRO SE 将一键执行、挂单、持仓控制、部分平仓、篮子利润/亏损逻辑、加仓均价层级、ATM 规则、信号监控、市场信息、策略测试器流程和面向 VPS 的准备整合到一个结构化工作区中。 MT5 版本 | 完整说明和截图 | 如何购买 | 如何安装 | 如何获取日志文件 | 如何测试与优化 | Expforex 的所有产品 为什么交易者会选择这套面板 图表一键交易 ,并支持键盘快速操作 快速完成开仓、平仓、修改、反转、锁仓与部分平仓 深度控制仓位、挂单、总利润与风控逻辑 自动参数计算,减少手动输入与重复劳动 相对于普通手动交易的优势 一个工作区替代多个窗口 — 交易执行、持仓控制、风险信息和管理工具都保留在图表上。 更快处理交易
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语言最佳图形面板  ”竞
Custom Alerts AIO:多市场智能监控,一键启动,无需设置 概述 Custom Alerts AIO 是一款“开箱即用”的高级市场扫描工具,无需额外安装任何其他指标或进行复杂设置。它内置了 Stein Investments 的所有核心指标(FX Power、FX Volume、FX Dynamic、FX Levels 和 IX Power),可帮助您轻松监控所有主要资产类别,如外汇、黄金、指数和加密货币。如果您的经纪商支持股票,您也可以手动添加个股进行监控。 1. 为什么选择 Custom Alerts AIO? 无需额外购买任何指标 • 所有关键指标均已内置,开箱即用。 • 专注于实时预警,不包含任何图形元素,性能高效,界面简洁。 全面覆盖所有主要市场 • 支持监控外汇、金属、加密货币和指数市场。 • 无需手动输入任何交易品种,只需在设置中勾选资产类别即可启用。 • 股票并不属于默认类别,如有需要可手动通过参数输入添加。 高效、专业、便捷 • 无需图表模板和手动加载,适合自动化或远程交易环境。 • 非常适合 VPS 上长期运行,或作为后台市场预警工具使用。 2
MT4 至 Telegram 信号提供者 是一款易用、可完全自定义的工具,它使发送信号到 Telegram 成为可能,将您的账户变成信号提供者。 消息的格式 可以完全自定义! 但是,为了简便使用,您也可以选择一个预设模板,并能够启用或禁用消息的特定部分。 [ 演示 ]  [ 手册 ] [ MT5 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 可通过 用户指南 获取逐步说明。 无需了解 Telegram API;开发者提供所需的一切。 主要特性 自定义发送给订阅者的订单详情的能力 您可以创建分层订阅模型,例如铜牌、银牌、金牌。金牌订阅可获得所有信号等。 按订单号、符号或备注过滤订单 包括执行订单的图表的屏幕截图 在发送的屏幕截图上绘制已关闭的订单,以便额外验证 推迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情的全透明度: 新的市场订单 *附带屏幕截图 订单修改(止损、获利点) 已关闭订单 *附带屏幕截图 部分关闭订单 ** 新的挂起订单 修改的挂起订单(进场价格) 挂起订单激活(
Support and Resistance Dashboard for MT4 is a multi-timeframe and multi-symbol scanner and alert system that finds S/R zones and pivot points for all timeframes and symbols and alerts when price has interaction with them. If you are using support and resistance (or supply and demand) zones in your trading strategy, this dashboard and its alert and filtering system is a big time saver for you. Download demo version   (works on M 1,M5,M30,W1   timeframes) Full description of scanner parameters ->
Telegram to MT4 Multi-Channel Copier 可自动将您 Telegram 频道中的交易信号直接复制到 MetaTrader 4。无需机器人,无需浏览器扩展,无需手动复制。您在 Telegram 上收到信号,EA 会在几秒钟内在您的终端上开仓。 本产品包含两个组件:一个监听您 Telegram 频道的 Windows 应用程序,以及在您的 MT4 终端上执行信号的 EA。同时也提供 MT5 版本。 设置指南和应用程序下载: https://www.mql5.com/en/blogs/post/768988 工作原理 Windows 应用程序使用您自己的 API 凭据连接到 Telegram,而不是机器人。这意味着它可以读取您订阅的任何频道、群组或话题,包括私人和 VIP 频道。检测到信号后,它会进行解析并发送给 EA。EA 根据您的经纪商解析交易品种名称,基于您的风险设置计算手数,然后开仓。 整个过程都是自动的。您无需守在电脑前。 打开应用程序并登录 Telegram(仅第一次)。 选择要监听的频道或话题。 按下 Start。EA 会处理其余的一切。 支持的
风险回报率管理器是一款可视化订单管理工具和头寸规模计算器,旨在支持严谨的交易和专业的风险管理。它允许交易者直接在图表上直观地设置入场、止损和止盈水平,并在下单前自动计算交易手数和风险回报率。该工具有助于标准化交易准备,并确保每个仓位都以预先设定且可控的风险水平开仓。 该工具适用于多种交易工具,包括货币对、指数、金属、大宗商品和加密货币。它既适合手动交易者,也适合注重策略、对每个仓位都应用风险管理规则的交易者。通过减少计算时间并避免手动错误,该工具可帮助交易者在执行过程中保持一致性和清晰度。 风险回报率经理   安装和输入指南 如果您想获取有关 EA 的通知,请添加 URL (       http://www.betasoft.dev   ) MT4/MT5 终端(见截图)。 MT4版本 https://www.mql5.com/en/market/product/110797 MT5版本 https://www.mql5.com/en/market/product/110798 主要特点 可视化交易规划:该工具在图表上显示入场点、止损点和止盈点。这种可视化方法可帮助交易者在执行前查看
PZ Trade Pad Pro MT4
PZ TRADING SLU
3.67 (3)
这是一个可视化的交易面板,可帮助您轻松进行交易管理,避免人为错误并增强交易活动。它结合了易于使用的视觉界面以及完善的风险和位置管理方法。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 易于使用 从图表轻松交易 精确的风险管理交易,无忧 保本是重中之重 让利润不受您的关注 尽快享受无风险交易 所有已开通交易的自动追踪止损 交易开始后立即设置初始止损 进行交易后,EA将执行以下任务: 初始止损/获利被自动放置 它会尽快锁定自由行(可选) 它将止损首次移动到盈亏平衡点(可选) 它使用您所需的方法跟踪止损,直到止损为止 其他很酷的功能是: 出色的终端活动报告 单一但功能强大的尾随止损方法 干净的图表界面 没有输入参数 我进行交易后会怎样? 这是您进行交易后EA的操作: 它放置初始止损并获利订单。 尽快搭便车并确保保本。默认情况下,这是通过在达到盈亏平衡点时关闭50%的交易来完成的,默认情况下为5点。这意味着,如果您日后被淘汰,您将一无所获(可选)。 盈亏平衡后,跟踪止损开始运行。 它跟踪止损,直到止损为止,让利润运行。 尾随止损如何运作? 追踪止损表示为所管
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
Auto Trade Copier
Vu Trung Kien
4.76 (85)
自动交易复制器旨在以 100% 的准确度在多个 MT4/MT5 账户/终端之间复制交易。提供商和接收方账户必须位于同一台 PC/VPS 上。使用此工具,您可以将交易复制到同一台 PC/VPS 上的接收方账户。所有交易操作都将从提供商复制到接收方,不会有任何延迟。此版本仅适用于 MT4 账户。对于 MT5 账户,您必须使用 MT5 的自动交易复制器。参考: 参考: 对于 MT4 接收器,请下载“Trade Receiver Free” 这里 . 对于 MT5 接收器,请下载“Trade Receiver Free MT5”  这里 . 对于同一台 PC/VPS 上的 MT5 提供商,请检查“Auto Trade Copier MT5” 这里 . 如果您需要通过互联网在不同的 PC/VPS 上进行账户复制,请查看“Trade Copier Pro” 这里 . 如果您需要通过互联网在不同的 PC/VPS 账户之间进行复制,且接收方数量不限,请查看“无限交易复制器专业版” 这里 . 以下是重点功能 在 MT4 和 MT5 账户之间复制。 一个提供商可以将交易复制到多个接收者的账户。 一个提
神速EA跟单(TradeMirror)是一款MT4/MT5平台的订单复制软件。 使用教程 请点击 神速EA跟单使用教程 链接以查看更多使用教程 为什么选择神速EA跟单 我们深知对于金融软件而言安全、稳定和隐私的重要性,因此我们在细节处对这三大要素进行了额外的加固: 提供用户友好的图形界面,操作简单易用 注重隐私安全,适合对订单分发有隐私要求各种金融场景 精准复制订单,毫秒级分发 支持全平台,MT4/MT5全面覆盖 智能感知系统状态,邮件通知守护交易安全 核心功能列表 对于跟单软件而言,功能并不是越多越好的,因此经过严谨的需求分析,我们对程序进行了精简,并最终保留了如下核心功能: 多重连接 邮件通知 手数缩放 信号过滤 反向跟单 重置止盈/止损 免费演示 在购买Trademirror之前,你总是可以尝试免费演示。 点击本页面上的免费演示按钮 点击是的,我有Metatrader 4/5 允许浏览器打开Mt4/5 在Mt4/5中,找到专家顾问/市场/TradeMirror,打开它并点击测试 启用复盘显示(否则你将看不到GUI界面)。 点击开始 现在你可以在可视化图表上看到TradeMirro
EasyTrade MT4
Alain Verleyen
5 (1)
Easy Trade – 智能、简洁且强大的交易管理工具 Easy Trade 是为 MetaTrader 用户打造的一体化交易管理解决方案,帮助您轻松掌控风险,实现流畅交易执行。 它是根据交易者的反馈从零开始开发的,简化了多品种交易的执行、监控和管理流程,无需繁琐的操作。 无论您是手动短线交易者,还是管理多个交易设置的小型投资组合,Easy Trade 都能让您专注于明智决策和稳定盈利。 ⸻ 为什么选择 Easy Trade? 精准风险管理:可选择固定手数或按百分比定义每笔交易的风险。实时显示风险与潜在收益。 篮子式跟踪止盈:追踪多笔交易的总利润,目标达成时自动锁定部分收益,适用于组合交易。 交易截图记录:每笔交易都可截图保存,方便日记记录、回顾与绩效分析。 定时自动平仓:可设定具体日期和时间自动关闭持仓,适合日终或周末前平仓。 界面可自定义:可调整按钮排序与大小、线条样式与颜色、缩放比例等,满足个人使用习惯。 ⸻ 主要功能(版本 1.0) 魔术号与策略标签: 使用注释标记轻松区分不同策略的交易,便于统计与复盘。 手数设置: 支持固定手数或基于止损与账户资金百分比的动态手
Smart Channel M4
Vahidreza Heidar Gholami
The trend in the market can be predicted using trend lines but the problem is you don’t know where exactly the price is going to touch the trend line where you can put your pending orders on. Smart Channel Expert Advisor makes it possible to put an advanced channel around the price data, which can be configured to handle placing orders, opening and closing positions, managing risk per trade, spread, slippage, and trailing stop-loss and take-profit automatically. Features Money Management (Calcul
MT4 to Discord Signal Provider 是一款用户友好、完全可定制的工具,专为直接向 Discord 发送交易信号而设计。这个工具将您的交易账户转变为一个高效的信号提供者。 自定义消息格式以适应您的风格!为了方便使用,您可以从预先设计的模板中选择,并决定包括或排除哪些消息元素。 [ 演示 ] [ 手册 ] [ MT5 版本 ] [ Telegram 版本 ]  New: [ Telegram To MT5 ] 设置 遵循我们详细的 用户指南 进行简单设置。 不需要预先了解 Discord API;我们提供所有必要工具。 主要特性 为订阅者更新自定义订单详情。 实施分层订阅模型,如铜牌、银牌、金牌,每一层都提供不同级别的信号访问。 附加执行订单的图表截图。 在这些截图上显示已关闭的订单,以增加清晰度。 提供延迟发送新订单消息的选项,以便在发送前进行最后调整。 透明和详细的订单信息: 带截图的新市场订单。 订单修改(止损、获利)。 已关闭和部分关闭的订单。 新的和修改的挂起订单。 挂起订单的激活和删除。 关于历史订单的详细报告。 每个订单的可定制评论。 注意: *
Ultimate Trailing Stop EA
BLAKE STEVEN RODGER
4.33 (15)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overrid
Take a Break
Eric Emmrich
5 (31)
News filter, equity guard & session control for all your EAs — one tool, full protection — Free Demo | Latest Updates v26 (August 2026) is the biggest update ever: the EA now protects your entire account — every chart, no helper needed — and the indicator gives any chart its own protection rules (news, loss limits, trading times and more). The AI Trade Assessment arrives in MetaTrader 4 — automatic verdicts on new entries and on-chart assess buttons alike. Existing setups keep working unchanged
筛选:
无评论
回复评论