Dashboard Premium

5

The programmable signal panel analyzes the charts of all available symbols and timeframes and sends a notification about the appearance of a trading signal.

You can program all the necessary signals using the free binding indicator "Signal Collection". The binding indicator is provided with open source code. Thus, it is possible to program all the necessary signals for subsequent use in conjunction with the signal panel. The signal panel can not only analyze charts, but also manage these charts. When the signal panel is placed on the chart, all the signals found will be collected in one place. By clicking on the cell with the found signal, the transition to the corresponding graph is carried out.

Features

Signals of any complexity can be programmed.

Use the "Signal Collection" binding indicator as a template for programming all the necessary signals. You can change the code and connect auxiliary indicators.

You can adjust the depth of the signal search.

The signal panel can detect the signal on the current forming candle or on the last (right) closed candle. In addition, you can adjust the depth of the search for the last (current) signal. When a signal is found, the corresponding cell is colored in the specified color.

You can switch between different charts in one window.

The panel shows all the signals found in separate cells, clicking on the cell takes you to the corresponding graph in the same window.

A special mode of working with graphic objects is available — Smart objects.

Using this mode makes working with graphical objects more convenient. For example, objects created on the EURUSD chart will be automatically temporarily hidden on the charts of other currency pairs, but as soon as the EURUSD chart is enabled, all objects will be available again.

You can configure notifications about the appearance of new signals.

You can individually include notifications in the terminal, mobile terminal (Push Notifications) and e-mail. In addition, you can set up advance notifications by adjusting the time until the closing of the current emerging candle, when the signal can already be considered relevant. Thus, a preliminary notification can be sent a few minutes before the closing of the current emerging candle.

The signal panel is fully interactive.

All the main elements on the signal panel are clickable. You can select the desired tool, make transitions between charts, temporarily hide the panel for the convenience of technical analysis.

Flexible graphics customization is available.

You can specify the sizes and colors of all the elements of the signal panel, as well as scale the panel by specifying the desired scale value as a percentage. All these features make working on monitors with a large screen resolution more convenient.

The signal panel analyzes not only charts, but also open positions.

You can observe the generalized information on open positions directly on the signal panel. Information on open positions is presented in the form of color indicators. The profit for each symbol is highlighted in green, the loss is highlighted in red.

Launch

To operate the signal panel, you need to install a binding indicator "Signal Collection" in the terminal.
Before starting the signal panel, the binding indicator should already be placed on the chart.

To use several different signals, you need to list the names of the signals separated by commas in the corresponding parameter "Signal names".
Example: MA(13), MA(21)

To program the signals, you need to make appropriate changes to the binding indicator file.

if(close[i]>iMA(NULL,0,13,0,MODE_EMA,PRICE_CLOSE,i) &&
   close[i+1]<=iMA(NULL,0,13,0,MODE_EMA,PRICE_CLOSE,i+1)) bf0[i]=low[i];
else if(close[i]<iMA(NULL,0,13,0,MODE_EMA,PRICE_CLOSE,i) &&
        close[i+1]>=iMA(NULL,0,13,0,MODE_EMA,PRICE_CLOSE,i+1)) bf1[i]=high[i];

The following code snippet specifies the most common way to interpreting the price moving average.
When the instrument price rises above its moving average, a buy signal appears, if the price falls below its moving average, what we have is a sell signal.

Additional Information

评分 1
MastersFX
18
MastersFX 2023.12.25 14:13 
 

Dashboard looks good. I will try use with my strategy. I will update after.

27.12.2023. Boris is very helpful. His helped me with code for my indicator+ Dashborad Premium.

Dashboard works very well

推荐产品
Free automatic fibonacci
Tonny Obare
4.67 (49)
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Rainbow MT4
Jamal El Alama
Rainbow MT4 is a technical indicator based on Moving average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, it’s a signal to buy. When price crosses below MA and MA changes color to red, it’s a signal to sell. The Expert advisor ( Rainbow EA MT4) based on Rainbow MT4 indicator, as you can see in the short video below is now available here .
FREE
Double HMA lines MTF
Pavel Zamoshnikov
5 (1)
This is a multi-timeframe version of the popular Hull Moving Average (HMA). The Double HMA MTF Light indicator combines two timeframes on a single chart. The HMA of the higher timeframe defines the trend, and the HMA of the current timeframe defines short-term price movements. The indicator is freely distributed and hasn't audio signals or messages. Its main function is the visualization of price movements. If you need advanced functionality of the HMA multi-timeframe indicator (information ab
FREE
Follow The Line
Oliver Gideon Amofa Appiah
3.94 (16)
FOLLOW THE LINE GET THE FULL VERSION HERE: https://www.mql5.com/en/market/product/36024 This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL.  It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more
FREE
Extremum Reverse Bar
Yurij Izyumov
2.8 (5)
This indicator has been created for finding the probable reversal points of the symbol price. A small candlestick reversal pattern is used it its operation in conjunction with a filter of extremums. The indicator is not redrawn! If the extremum filter is disabled, the indicator shows all points that have a pattern. If the extremum filter is enabled, the condition works – if the history Previous bars 1 candles back contains higher candles and they are farther than the Previous bars 2 candle, such
FREE
Email Drawdown Alert
Roman Starostin
5 (12)
Free informative Indicator-helper. It'll be usefull for traders who trade many symbols or using grid systems (Averaging or Martingale). Indicator counts drawdown as percent and currency separate. It has a number of settings: Count deposite drawdown according equity value and send e-mail or notifications to user if DD more than set; Sending e-mail when max open orders reached; Shows price and remaining pips amount before MarginCall on current chart and Account generally; Display summary trade lot
FREE
Period Change Button
Rainer Albrecht
3 (1)
Fastest way to change the period. Suitable for traders who use many charts and timeframes. Size, shape and color can be customized. Inputs Parameters Corner — Choose corner placement Standart is "Right lower chart corner" Color — Background color of the button ColorText — Text color of the button ColorOn — Background color of the button for the current period ColorOnText — Text color of the button for the current period Font — Arial, Verdana... FontSize — Size of the font in pixels DistanceX —
FREE
BoxFibo
Sergei Kiriakov
It is just an alternative fibo lines, because mt4 have is a very strange drawing of fibo lines A simple Box (Rectangle) graphic element with adjustable levels binding: it is possible to specify up to 17 custom levels, all rectangles on the chart with the given prefix in their name are processed. Levels are specified in % of the height of the rectangle. A convenient graphical element for analyzing charts by growth-correction levels. Enjoy your work!
FREE
MaSonic MT4
Tadanori Tsugaya
Quickly search for matching Moving Averages (MAs) at any point you click on the chart! Features: Easy operation:       Click on any point where you want to find the MA. Instant Results:   Displays matching MAs if found. Sleep function:   Hides buttons when not in use to keep the interface clutter-free. Manual Control:   Manually adjust the MA using the on-screen buttons. Fixed MA:       Once you find an MA, you can pin it there independently of the search. Scan button:       Start the process wi
FREE
New Bar Alarm Free
Tomoyuki Nakazima
This indicator alerts you when/before new 1 or 5 minute bar candle formed. In other words,this indicator alerts you every 1/5 minutes. This indicator is especially useful for traders who trade when new bars formed. *This indicator don't work propery in strategy tester.Use this in live trading to check functionality. There is more powerful Pro version .In Pro version,you can choose more timeframe and so on. Input Parameters Alert_Or_Sound =Sound ----- Choose alert or sound or both to notify y
FREE
PZ Penta O MT4
PZ TRADING SLU
2.33 (3)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
FlatBreakout
Aleksei Vorontsov
FlatBreakout (Free Version) Flat Range Detector and Breakout Panel for MT4 — GBPUSD Only FlatBreakout is the free version of the professional FlatBreakoutPro indicator, specially designed for flat (range) detection and breakout signals on the GBPUSD pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of flat ranges (breakout,
FREE
HMA Trend
Pavel Zamoshnikov
4.54 (70)
A trend indicator based on the Hull Moving Average (HMA) with two periods. The Hull Moving Average is an improved variant of the moving average, which shows the moment of trend reversal quite accurately. It is often used as a signal filter. Combination of two types of Hull Moving Averages makes a better use of these advantages: HMA with a slow period identifies the trend, while HMA with a fast period determines the short-term movements and signals in the trend direction. Features The movement d
FREE
Trendline indicator
David Muriithi
2 (1)
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
Scalping Day Trading Support Utility Scalping One MT4 free One position is displayed with one button. View P & L, Lot, and Point in real time. It is possible to switch the display of positions of only chart currencies and all currency pairs.  (The free version has only 3 positions) Supports automatic identification in Japanese and English   Account currency notation corresponds to dollar, euro, pound, yen (automatic identification) The timeline drawing function can be linked with the clock disp
FREE
Railway Tracks Pattern — Reversal Pattern Indicator Railway Tracks Pattern is an indicator that automatically detects a powerful two-candle reversal pattern on the chart. It looks for two candles with opposite directions (bullish and bearish), similar in size, and with minimal wicks — a clear sign of momentum shift. How it works: The first candle is strong and directional. The second candle moves in the opposite direction and is of similar size. Both candles have small shadows (wicks). The
FREE
NAS100 Auto Sl And TP
Moustapha Boulouz
5 (2)
介绍适用于 MT4 的 NAS100 Auto SL 和 TP Maker: 有了我们的 NAS100 Auto SL 和 TP Maker,再也不会错过止损和止盈的设置,这是交易者在 MetaTrader 4 上浏览纳斯达克 100 市场时不可或缺的助手。该工具专为寻求自动管理止损和止盈水平的无缝解决方案的用户而设计。 主要功能 轻松实现自动化: 自动监控无止损和/或止盈的纳斯达克 100 指数交易。 根据用户配置设置动态调整水平。 订单类型的多样性: 兼容纳斯达克 100 指数的市价订单和挂单。 支持 MetaTrader 4 中的各种订单类型。 定制配置: 用户友好的参数设置允许自定义跟踪偏好和止损/止盈水平。 范围灵活: 可选择为其运行的特定 NAS100 工具或所有交易工具设置止损和止盈。 快速执行: 确保快速设置所需的 StopLoss 和/或 TakeProfit 值,无需等待新的 tick 即可迅速响应。 MetaTrader 4 兼容性: 与 MetaTrader 4 中的所有订单类型兼容,实现无缝集成。 使用 NAS100 Auto SL 和 TP Maker 增
FREE
Show Pips
Roman Podpora
4.26 (58)
对于那些总是想了解帐户当前情况的人来说,此信息指示器将很有用。该指标显示诸如利润点数、百分比和货币等数据,以及当前货币对的点差以及柱在当前时间范围内收盘的时间。 MT5版本 -   更多有用的指标 有多种选项可用于在图表上放置信息线: 价格右侧(运行在价格后面); 作为评论(在图表的左上角); 在屏幕的选定角落。 还可以选择信息分隔符: | / 。 \ # 该指标具有内置热键: 键 1 - 退一步显示信息类型(价格、评论或角落的右侧) 关键2——信息显示类型的进步 键 3 - 更改信息行显示的位置 可以在设置中重新分配热键。 该指标易于使用且信息丰富。可以在设置中禁用不必要的信息项目。 设置 替换显示信息的热键(向后)   - 后退信息显示类型 用于替换显示信息的热键(前进)       - 信息显示类型向前迈进了一步 用于更改外观/角信息字符串类型的热键     - 更改信息行显示的位置 文字颜色     - 文字颜色 盈利颜色     - 有浮动利润时的文字颜色 失色     - 存在浮动损失时的文本颜色 分离器     - 一行中的数据分隔符。可以采用五个值:“|”、“/”、
FREE
DF Fib Trader Pro DF Fib Trader Pro 是一款專為 MetaTrader 4 設計的自動交易系統。 它使用基於斐波那契的價格水平,結合趨勢和結構分析來定義入場點和出場點。此 EA 支援多頭和空頭部位,並內建風險管理參數。 核心功能: • 使用斐波那契回檔和擴展邏輯來繪製入場點、停損點和獲利點。 • 可設定交易手數和停損/獲利水平 • 可選擇 1 或 2 個入場點 • 根據市場情況支持固定或動態停損和獲利 • 適用於多種時間範圍和貨幣對 • 包含最大點差、滑點和交易頻率控制選項 • 自動交易管理:損益兩平、追蹤停損與部分平倉選項 • 如有需要,支持市價單。 輸入概覽: • 風險管理:交易手數、單筆交易風險、最大交易數量 • 入場條件:斐波那契水平選擇、趨勢過濾選項 • 出場管理:停損/停盈類型、追蹤停損設定、損益平衡參數 • 交易過濾:價差限制、滑點容忍度 基本規則 • 點擊“繪製斐波那契”,並根據您的需求繪製斐波那契框。 • 您選擇的斐波那契程度會顯示出來(完全可設定) • 點擊“執行斐波那契”,即可立即建立掛單以及停損和止盈 • 設定完畢後,讓PA
FREE
Multi Divergence Indicator for MT4 - User Guide Introduction Overview of the Multi Divergence Indicator and its capabilities in identifying divergences across multiple indicators. Importance of divergence detection in enhancing trading strategies and decision-making. List of Indicators RSI CCI MACD STOCHASTIC AWSOME MFI ACCELERATOR OSMA MOMENTUM WPR( Williams %R) RVI Indicator Features Indicator Selection:  How to enable/disable specific indicators (RSI, CCI, MACD, etc.) for divergence detectio
FREE
.....................................hi....................... ................for showing high s and low s and support and resistanses .....................we have a lot of ways............................... it can be helpful for finding trends , higher highs , higher lows , lower highs , lower lows .......................today i write on of thems.......................... ........................you can enter the number of last support and resistanses .........................and it will dra
FREE
Toby Strategy Indicator
Ahmd Sbhy Mhmd Ahmd ʿYshh
The indicator rely on The Toby strategy >> The mother candle which is bigger in range than the previous six candles. A vertical line shows the last Toby Candle with the targets shown up and down. The strategy is about the closing price out of the range of the toby candle to reach the 3 targets..The most probable to be hit is target1 so ensure reserving your profits and managing your stop lose.
FREE
The Auto Fibonacci Indicator is a professional technical analysis tool that automatically draws Fibonacci retracement levels based on the most recent closed Daily (D1) or 4-Hour (H4) candle. These levels are widely used by traders to identify key support , resistance , and trend reversal zones . This version is designed for manual trading and supports a powerful trading strategy using Fibonacci levels combined with a 50-period EMA (Exponential Moving Average) , which you can easily add from MT4
FREE
Super Auto Fibonacci
Muhammed Emin Ugur
Discover the power of precision and efficiency in your trading with the " Super Auto Fibonacci " MT4 indicator. This cutting-edge tool is meticulously designed to enhance your technical analysis, providing you with invaluable insights to make informed trading decisions. Key Features: Automated Fibonacci Analysis: Say goodbye to the hassle of manual Fibonacci retracement and extension drawing. "Super Auto Fibonacci" instantly identifies and plots Fibonacci levels on your MT4 chart, saving you tim
FREE
High Low Open Close MT4
Alexandre Borela
4.81 (21)
如果你象这个项目一样,就有5个饥饿审查。 这项指标采用了既定价格的公开、高、低价和关闭价格 可以对特定时间区加以调整。 许多机构和专业人士都认为这些是重要的。 贸易商可以为你了解他们可能更进一步的地点, 积极。 现有期间为: 前一日。 前一星期。 曾任Month。 曾任。 前一年。 或: 目前日。 目前周。 目前 Month。 目前配额。 今年。
FREE
Pin Bars
Yury Emeliyanov
5 (4)
主要用途:"Pin Bars"旨在自动检测金融市场图表上的pin bars。 针杆是具有特征主体和长尾的蜡烛,可以发出趋势反转或修正的信号。 它是如何工作的:指标分析图表上的每个蜡烛,确定蜡烛的身体,尾巴和鼻子的大小。 当检测到与预定义参数相对应的引脚柱时,指示器会根据引脚柱的方向(看涨或看跌)在图表上用向上或向下箭头标记它。 参数: TailToBodyRatio-定义尾部长度和针杆主体尺寸之间的最小比率。 NoseToTailRatio-设置"鼻子"和销杆尾部之间的最大允许比率。 ArrowSize-定义标记的pin条与图表上指向它的箭头之间的距离。 应用:"Pin Bars"指标可用于识别潜在的趋势反转点,并产生进入市场或平仓的信号。 当正确使用并与其他技术指标和分析方法相结合时,该指标能够改善交易结果。 其他产品 :   https://www.mql5.com/ru/users/yura1994ru/seller#products 重要事项: 该指标不是一个现成的交易系统,应该与其他分析工具结合使用。 建议在真实账户上使用指标之前,先在历史数据上测试和优化指标的参数。
FREE
Position Selective Close MT4
Francisco Manuel Vicente Berardo
The Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions.  General Description   The Position Selective Close   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   four position features (symbol, magic number,   type   and profit) are used. The modes, available through the Selection Mode input parameter, relate to the features, available through the “Select by Feature” and “Feature” input pa
FREE
Wise Men Indicator demo
Bohdan Kasyanenko
3 (2)
The indicator displays signals according to the strategy of Bill Williams on the chart. Demo version of the indicator has the same features as the paid, except that it can work only on a demo account . Signal "First Wise Man" is formed when there is a divergent bar with angulation.  Bullish divergent bar - with lower minimum and closing price in the upper half. Bearish divergent bar - higher maximum and the closing price at the bottom half. Angulation is formed when all three lines of Alligator
FREE
Smart FVG indicator MT4
Ahmad Kazbar
4.67 (3)
Smart FVG 指标 MT4 – MetaTrader 4 高级公平价值缺口检测 Smart FVG 指标为 MetaTrader 4 提供专业的公平价值缺口(Fair Value Gap,FVG)检测、监控和告警功能,所有信息都直接显示在图表上。它将基于 ATR 的过滤与结构感知逻辑相结合,帮助你去除噪音、适应流动性,并只保留最关键的不平衡区域,从而做出更加精确的交易决策。 主要优势 精准的 FVG 检测:识别真正的市场低效,而不仅仅是简单的 K 线价格跳空。 基于 ATR 的自适应精度:根据不同市场与周期自动过滤低质量信号。 实时有效性跟踪:当价格填补或突破缺口时,相关区域会被自动延伸、调整或删除。 高度可视化与自定义:可根据任何模板自定义颜色、线型和填充样式。 实用告警功能:对新出现、被填补或被突破的 FVG 提供实时通知。 性能优化:轻量化设计,适合多品种、多周期同时扫描。 工作原理 将指标加载到任意 MT4 品种与时间周期图表上。 算法会扫描历史与实时 K 线,标出当前有效的 FVG 区域。 ATR 逻辑会根据当前波动率和流动性动态调整检测条件。 当价格完全回补缺口
FREE
该产品的买家也购买
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (108)
通过 Local Trade Copier EA MT4 获得非常快速的交易复制体验。它的简单1分钟设置,使您可以在同一台Windows计算机或Windows VPS上在多个MetaTrader终端之间复制交易,具有闪电般快速的复制速度,低于0.5秒。 无论您是初学者还是专业交易者, Local Trade Copier EA MT4 都提供了广泛的选项,可根据您的特定需求进行自定义。对于任何希望增加利润潜力的人来说,这都是终极解决方案。 今天就尝试一下,看看为什么它是市场上最快、最简单的贸易复印机! 提示: 您可以在您的模拟账户中下载并试用 Local Trade Copier EA MT4 模拟版: 这里 将下载的免费演示文件粘贴到您的 MT4 >> 文件 >> 打开数据文件夹 >> MQL4 >> 专家文件夹并重新启动您的终端。  免费演示版本每次可在 4 小时内发挥全部功能,仅限演示帐户。 要重置试用期,请转至 MT4 >> 工具 >> 全局变量 >> Control + A >> 删除。 请仅在非关键模拟账户上执行此操作,不要在挑战道具公司账户中执行此操作。 如果您无法在
Trade Assistant MT4
Evgeniy Kravchenko
4.42 (193)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 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 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.65 (66)
MetaTrader 4 的交易复制器。     它从任何账户复制外汇交易、头寸、订单。 它是最好的贸易复印机之一     MT4 - MT4,MT5 - MT4     为了   复制 MT4     版本(或     MT4 - MT5 MT5 - MT5     为了   复制MT5     版本)。 MT5版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 复印机 版本       MetaTrader 5 终端 (   МТ5 - МТ5, МТ4 - МТ5   )-   Copylot 客户端 MT5 独特的复制算法将所有交易从主账户准确复制到您的客户账户。 该产品还以其高运行速度而著称,并且具有强大的错误处理能力。 一组强大的功能。 该程序可以在多个终端绑定上运行。 使用它作为您在一个账户上交易的多个账户的交易 的同步器 , - COPYLOT 会将您的交易复制到其他终端。 从已关闭的账户中复制 Invest 密码; 部分关闭仅从 mt4 到 mt4 从模拟账户复制到
Copy Cat More Trade Copier MT4 (复制猫MT4) 不仅仅是一个简单的本地交易复制工具;它是一个为当今交易挑战而设计的完整风险管理与执行框架。从 prop firm 挑战到个人账户管理,它都能通过强大的执行力、资本保护、灵活配置以及先进的交易处理来适应各种情况。 该复制器同时支持 Master(发送端) 和 Slave(接收端) 模式,能够实时同步市价单与挂单、交易修改、部分平仓以及 Close By 操作。它兼容模拟账户与真实账户,支持交易或投资者密码,并通过持久交易记忆系统(Persistent Trade Memory)确保即使 EA、终端或 VPS 重启后也能恢复。可同时管理多个 Master 与 Slave,并通过前缀/后缀自动调整或自定义符号映射来处理跨平台或跨经纪商差异。 使用手册/设置: Copy Cat Trading Copier 使用手册 Copy Cat More MT5: https://www.mql5.com/en/market/product/139088 加入频道: https://www.mql5.com/en/cha
Crystal Trade Manager PRO – 高级 MT4 风险与交易控制系统 免费版: https://www.mql5.com/en/market/product/150632 概述 Crystal Trade Manager PRO(CTM)是一款为 MetaTrader 4 打造的完整专业级风险管理与交易控制工具。 它专为需要严格执行、稳定风险保护和智能自动化的交易者而设计。 系统可全面管理风险、保护账户权益、执行每日限制、自动设置 SL/TP,并提供专业级的一键式快速交易面板。 非常适合参与 prop firm 挑战、日内交易、剥头皮交易以及专业资金管理的交易者。 同时提供完整的 MT5 版本。 核心亮点功能 1. 高级风险与回撤保护 支持每日回撤限制 1%–70% 。 一旦达到回撤上限,系统将立即平掉 所有仓位 。 可选:突破后自动删除 所有挂单 。 每日锁仓模式:当天达到限制后阻止新下单,次日自动恢复。 完全符合各大 prop firm 的规则与要求。 2. 日内盈利与亏损目标自动化 可设置每日 盈利目标 与 亏损限制 (账户货币,例如 USD)。 达到任何目
Trade Dashboard MT4
Fatemeh Ameri
4.96 (53)
疲于复杂的订单下达和手动计算?Trade Dashboard 是您的解决方案。凭借其用户友好的界面,订单下达变得轻而易举,只需点击一下,您就可以开设交易、设置止损和止盈水平、管理交易手数,并计算风险回报比,让您只需专注于您的策略。告别手动计算,使用 Trade Dashboard 简化您的交易体验。 立即下载演示版本 。 您可以在这里找到仪表盘功能和特性的详细信息 。 加入 Telegram 频道 。 购买后请给我发消息以获取支持。如果您需要添加更多功能,可以在产品的评论区留下您的想法,我愿意听取任何建议,希望您能在使用我的产品时获得最佳体验 。 这是 MT5 版本。 风险管理:使用 Trade Dashboard,可以将您的风险设置为账户余额或权益的百分比,或将风险设置为总金额。在图表上直观地定义您的止损,让工具准确计算每个货币对的适当手数。该工具还可以根据您期望的风险回报比自动设置止盈水平。它甚至可以在手数计算中涵盖佣金和点差费用。此外,您的止损和止盈可以转变为虚拟水平,隐藏于经纪商。通过 Trade Dashboard 的高级风险管理功能,掌控风险,保护您的资本。 交易线
Trade copier MT4
Alfiya Fazylova
4.58 (33)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT4>MT4、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持通过执行在“Market account”上工作,其中 SL / TP 仅在开仓后设置。 如何使用简单的设置复制交易 将供应商终端和接收终端安装在同一台计算机或 VPS 上。 在供应商终端上以“Master”模式安装复印机,然后
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
Take a Break
Eric Emmrich
5 (31)
One tool to protect all your EAs — news filter, equity protection, time filter and more — free demo available Take a Break has evolved from a basic news filter into a comprehensive account protection solution. It pauses your other Expert Advisors during news events or based on custom filters. When trading resumes, it automatically restores your entire chart setup , including all EA settings. Typical use cases: One news filter for all your EAs. Pause trading during news or high volatility — and c
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
Equity Protect Pro:全方位账户保护专家,让您的交易更安心 如果您正在寻找账户保护、净值保护、投资组合保护、多策略保护、利润保护、利润收割、交易安全、风控程序、自动风控、自动清仓、条件清仓、定时清仓、动态清仓、跟踪止损、一键关闭、一键清仓、一键还原等功能,Equity Protect Pro 就是您要找的程序。 它配置简单,当到达预设条件时,可关闭所有图表,同时支持关闭信号订阅(这意味着所有交易程序也将停止运行)。此时,将不再有新订单产生,最后再关闭所有订单,有效防止意外损失,让您在交易过程中高枕无忧。 Equity Protect Pro Demo Version for yo u to test   Equity Protect Pro MT4 Demo.ex4 Equity Protect Pro MT5 Demo.ex5 Equity Protect Pro 拥有 14 个核心功能,它们都是独立运行的。您可以根据您的交易策略,选择合适的功能组合使用。这些功能默认为关闭状态,不使用时无需修改。需要使用时,只需将“enable (function)”设置为 tru
跟单->方便快捷的界面交互,用户上手即用       ->>>> 推荐在windows电脑,或者VPS Windows上使用 特色功能: 多样化个性跟单设置: 1.对不同的信号源可以设置不同的手数模式 2.不同的信号源分别设置正向反向跟单 3.信号分别设置注释 4.是否根据合约手数校准手数 多样化个性跟单设置2: 1.对不同的品种可以设置不同的手数模式 2.不同的品种分别设置正向反向跟单 3.信号分别设置注释 4.是否根据合约手数校准手数 注释过滤,MAGIC过滤,信号手数过滤,本地品种过滤 净持仓模式(该模式下手数计算仅支持倍率) 工作时间设置 反向同步接收端的平仓 订单绑定功能:任意订单可以绑定到设置信号源订单上 (双击表格更改) 账户风险控制  基本功能: 跟单正常交互速度0.5s以下 自动检测信号源,并显示信号源账号列表 自动匹配品种,不同平台常用交易品种(后缀不同等特殊情况)95%自动匹配,基本无需手动设置,品种映射表可随意双击更改对应品种.(映射表具有快速搜索品种功能) 4种手数计算模式(1.倍率 2.固定手数 3.自适应资金风险 4.源账户资金比例风险) 特殊手数模式
立即在一張圖表上查看按日和按週的已平倉交易歷史記錄、當前未平倉交易以及外匯風險敞口!使用熱圖來識別有利可圖的交易以及您交易組合中的當前虧損情況。 快速關閉按鈕 使用快速關閉按鈕可以關閉單一符號的每筆交易、全部關閉單筆交易,或點擊按鈕以取得部分利潤或損失。不再需要在清單中尋找交易並研究如何關閉部分交易。儀表板還會顯示您在交易外匯對時目前對每種貨幣符號的風險敞口,這可以幫助您識別重大新聞事件發生前可能過度暴露的領域。您可以使用按鈕在新聞發布前立即快速降低您的風險,或者如果新聞已經發生並為您帶來利潤,只需單擊即可快速獲得該利潤! 開放交易熱圖 交易熱圖是一種視覺化工具,專為使用頭寸交易或波段交易策略的交易者設計,使用美元成本平均法來擴大和縮小交易規模。您可以快速識別您的投資組合中可以存入的單一交易,以及您可以部分平倉的虧損交易。只需使用全部或部分關閉按鈕即可立即賺錢並降低風險。 快速識別控制回撤的機會 虧損控制切換「D 按鈕」將突出顯示您的投資組合中所有虧損高於每個交易符號平均價格的交易。這是透過在所有符號的單一交易周圍添加一個矩形來實現的,這樣您就可以看到首先要關注哪些交易。 這使
Comprehensive on chart trade panel with the unique ability to be controllable from mobile as well. Plus has a library of downloadable configuration, e.g. exit rules, extra panel buttons, pending order setup and more. Please see our product video. Works with all symbols not just currency pairs. Features On chart panel plus controllable from free app for Windows, iPhone and Android Built-in script engine with library of downloadable configuration, e.g. add 'Close All Trades in Profit' button, exit
MT4 至 Telegram 信号提供者 是一款易用、可完全自定义的工具,它使发送信号到 Telegram 成为可能,将您的账户变成信号提供者。 消息的格式 可以完全自定义! 但是,为了简便使用,您也可以选择一个预设模板,并能够启用或禁用消息的特定部分。 [ 演示 ]  [ 手册 ] [ MT5 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 可通过 用户指南 获取逐步说明。 无需了解 Telegram API;开发者提供所需的一切。 主要特性 自定义发送给订阅者的订单详情的能力 您可以创建分层订阅模型,例如铜牌、银牌、金牌。金牌订阅可获得所有信号等。 按订单号、符号或备注过滤订单 包括执行订单的图表的屏幕截图 在发送的屏幕截图上绘制已关闭的订单,以便额外验证 推迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情的全透明度: 新的市场订单 *附带屏幕截图 订单修改(止损、获利点) 已关闭订单 *附带屏幕截图 部分关闭订单 ** 新的挂起订单 修改的挂起订单(进场价格) 挂起订单激活(
Ultimate MT4 to Telegram (UMT) sends controlled trades (via symbol, magic, comment) to your telegram channel. It sends open and closed trades, including pending orders and TP/SL modifications, along with chart screenshots, to any telegram channel. Additionally, you can send trade reports of open trades and summary profit/pip reports for day, week, or month. You can customize the design of the trade actions or reports with variables and emoticons.  A beautiful panel allows you to visualize all t
Risk/Reward Tool是一款专业级EA(智能交易系统),旨在彻底改变您在MetaTrader 4中规划、可视化和执行交易的方式。无论您是重视精确风险管理的自主交易者,还是需要直观测试交易设置的策略开发者,这款工具都能在一个优雅直观的界面中提供您所需的一切。 与基础的仓位计算器不同,Risk/Reward Tool将可视化交易规划与即时执行功能、实时盈亏监控和全面的交易管理功能相结合。该工具与MT4策略测试器完全兼容,让您能够练习交易策略并完善方法,无需冒真实资金的风险。 完整使用手册请访问: https://www.mql5.com/en/blogs/post/766244 MT5 version:  https://www.mql5.com/en/market/product/158601 主要功能 可视化交易规划 可拖拽调整的入场、止损和止盈线 随交易参数调整实时更新的彩色风险/收益区域 基于ATR的自动止损计算,实现波动率调整的仓位管理 可配置的风险收益比,带可视化显示 支持市价单和挂单(限价单/止损单),根据入场线位置自动判断 智能仓位计算 以账户余额百分比或固定金
OrderManager MT4
Lukas Roth
4.73 (26)
介绍 OrderManager :MT4的革命性工具 使用全新的Order Manager实用程序,像专业人士一样管理您在MetaTrader 4上的交易。Order Manager设计简单,易于使用,可让您轻松定义和可视化每笔交易的风险,从而做出明智的决策并优化您的交易策略。有关OrderManager的更多信息,请参阅手册。 [ 手册 ] [ MT5版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 主要功能: 风险管理:快速轻松地定义您交易的风险,让您做出更好的决策并提高交易性能。 视觉表示:图形化地查看您的交易和相关风险,以清晰简洁地了解您的开放头寸。 订单修改:只需几次点击即可轻松修改或关闭您的订单,简化您的交易过程,为您节省宝贵的时间。 掌握新闻:一键获取最新市场新闻。 不要错过这个MT4交易员的必备工具。用Order Manager提升您的交易体验,将您的交易游戏提升到新的水平。 OrderManager在startegyTester中 不 工作! OrderManager 仅与 Windows 兼容。 请考虑给这个产品一
CloseIfProfitorLoss with Trailing
Vladislav Andruschenko
4.87 (31)
在 MetaTrader 4 中使用利润跟踪功能在达到总利润/亏损时平仓。 您可以启用 虚拟停止(单独订单)   , 分别计算和平仓 买入和卖出头寸 (Separate BUY SELL)   , 关闭和计算 所有交易品种或仅当前交易品种(所有交易品种)   , 启用追踪获利( 追踪 利润) 关闭存款货币、点数、余额百分比的总损益。 该应用程序旨在与任何其他 EA 一起用于任何账户或与手动交易结合使用。 MT5 版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 一旦某些货币对或所有货币对的交易总余额大于或等于设置中指定的值,所有头寸将被关闭并删除订单。 此版本不仅能够在指定的利润水平平仓,而且还可以追踪利润以获得更好的结果。 我们实用程序的主要功能 按所有交易品种的总利润平仓; 按单独交易的总利润结算。 (虚拟模式); 按总利润结算并追踪利润; 按总利润以点数、百分比或货币结算; 所有交易或单独交易均以总亏损结束; 关闭交易后关闭图表和终端、风险管理器、包含关闭信息的邮件、推送通
Telegram Signal pro
Sara Sabaghi
4.86 (7)
What is it? Think about it, you can send all the orders/positions info to your telegram channel or group to create your community or VIP signals on telegram. Position info means this EA forward all of your new positions open details (Open price, Open time, Position Type, position Symbol and volume), positions changes ( SL or TP modifying or pending price changes) and position close (Close price, profit or loss, position duration time) and also EA Send NEWS alert (Economic calendar event) on you
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.86 (59)
一键交易的交易面板。处理头寸和订单!通过图表或键盘进行交易 交易小组进行人工交易。您可以从图表(图表窗口)或键盘进行交易。打开和关闭,反向和锁定。处理职位和订单! МetaТrader4中主要订单的交易控制面板:买入,卖出,买入,买入,卖出,卖出限制,收盘,删除,修改,追踪止损,止损,止损。 MT5版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 从符号窗口交易并从键盘交易! 您正在为MetaTrader 4终端提供一个独特的插件 - 虚拟控制面板VirtualTradePad。 Description on English 注意!如果您想学习如何交易 策略测试器  ,请查看我们的免费 TesterPad 实用程序 VirtualTradePad在“  MQL5语言最佳图形面板  ”竞赛中 获得二等奖 。 工作标签 职位标签   -使用职位: 开/关买入和卖出, 冲销所有头寸, 锁定一个共同的立场, 更改止损/获利, 设定一般的止损/获利的位置, 启用追踪止损, 实现盈亏平衡 只平
Copier4Fee Advanced
Vladimir Tkach
4.75 (16)
The utility copies trades from the signal provider accounts (master accounts, one or multiple providers) to unlimited number of receiver accounts (slave accounts).  Attention! Y ou need to use identifiers (Provider number) of the same length if you use several master copiers. For example. 1, 2, 3 or 11, 13, 22. The copying can be set in the opposite direction. The comments with all the recently performed actions are displayed on the screen to monitor the utility actions in slave mode. To avoid p
欢迎使用 信号分析大师  使用教程视频 功能介绍:  本工具可以将MT4信号或者MT5信号的交易记录复盘到MT4图表上,方便直接观察信号的交易状况,从而了解信号的策略,比如可以比较容易看出是马丁策略,还是网格策略,还是早盘头皮策略,是否一次一单,或者带加仓等。 从而更好分析账号的安全性,稳定性等。 使用方法: 1.下载工具后,将它拖入MT4图表中(当成专家来使用,也就是方Experts目录里)。 2.到MQL5信号里面去下载信号 历史记录。 3.将下载好的历史记录文件粘贴到 MT4 文件->打开数据文件夹->MQL4->Files文件夹里面,并复制下文件的名字。 4.点击MT4上工具的笑脸图标,将复制文件名复制到  FIleName那一栏。 5.选择SignalType,默认MT4 信号复盘,如果是MT5信号复盘,请选择MT5_Signal. 6.点击确定,即可看到相应品种的交易记录状况。 7.如果需要切换查看品种的交易记录,可以直接将新的品种拖入已经加载了工具的图表上。
Local Trade Copier   is an advanced tool designed for efficiently copying trades between accounts in the   local   mode. It allows for lightning-fast order replication from a master account to a slave account. In local mode, trades are copied instantly, while in remote mode, the copying process takes less than 1 second. MT5 Version MT5 Full Version (Local & Remote) MT4 Full Version (Local & Remote) Local mode refers to both MetaTrader platforms being installed on the same system. It fully suppo
TradePanel MT4
Alfiya Fazylova
4.85 (92)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 试用版,适用于演示账户 应用程序使用说明 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同一價格水平。 將所有頭寸的止損設置在盈虧平衡水平。 開倉時,可使用以下功能: 在多個訂單或倉位之間分配計算出的數量(在單擊一次時開啟多個訂單和倉位)。 在開啟訂單前在圖表上可視化交易水平。 僅在當前點差不超過設定值時才開啟倉位。 止盈和止損之間的自動比例。 虛擬止損和止盈。 自動將止損和止盈的大小增加為當前點差的大小。 基於ATR指標讀數計算止盈和止損。 設置掛單的到期日期。 為掛單設置追蹤(掛單會以設定距離自動跟隨當前價格移動)。 可管理在移動終端(手機)上開啟的訂單和倉位。 風險管理員與交易報告。 允許分析交易歷史: 在圖表上顯示交易歷
Custom Alerts:监控多个市场,绝不错过关键交易信号 概述 Custom Alerts 是一款动态工具,专为希望集中监控多个交易品种潜在机会的交易者设计。通过整合我们旗舰工具(如 FX Power、FX Volume、FX Dynamic、FX Levels 和 IX Power)提供的数据, Custom Alerts 可自动通知您关键的市场变化,无需频繁切换图表,也不会错过交易良机。现在,它支持您的经纪商提供的所有资产类别,只需在设置中选择相应的资产类别即可,无需手动输入任何品种名称。 1. 为什么 Custom Alerts 对交易者非常有帮助 一体化市场监控 • Custom Alerts 收集并整合来自外汇、贵金属、加密货币、指数,甚至(若经纪商支持)股票市场的信号。 • 无需频繁切换图表,一切通知集中呈现。 根据策略定制提醒 • 精准设置提醒条件。无论是追踪成交量激增、强度突破,还是极端价格波动, Custom Alerts 都能确保您不会错过任何关键信号。 • 可与 Stein Investments 工具无缝集成,助您更深入分析与优化交易决策。 节省时
Automatic Trailing Stop Based on Take Profit Percentage with Profit Lock EA MT4   Lock in your profits and "let your winners run" past your 100% take profit target with this EA.  This Expert Advisor automatically adjusts your Stop Loss based on up to 4 user-defined Take Profit Target Percentages, locking in your profit.  If price pushes past your 100% take profit target, the EA will automatically trail the price by user-defined pips, so you won't miss that runaway train again.   EA Features The
交易特惠 – 40% 折扣 高级交易管理器 – 终极一体化解决方案,助您更快、更智能、更安全地进行手动交易。 使用 NextGen Trade Manager AI 革新您的手动交易体验。这款专业的图表面板将即时执行、可视化交易计划和强大的风险管理功能整合到一个直观易用的工具中。无需离开图表,即可比以往更快地执行订单、管理风险并保护利润。完美满足所有希望提升交易精准度和效率的交易者的需求。 在 MT4 策略测试器中无风险测试 下载演示版本,解锁模拟交易功能。这是在安全模拟的环境中练习执行、测试风险管理规则和完善策略的理想方式,让您在实盘交易前做好充分准备。 如需完整的用户手册和分步指南,请访问: https://www.mql5.com/en/blogs/post/764217 主要优势: 快速交易:一键执行订单、设置止损和平仓。 更智能的风险管理:根据固定风险、账户余额或净值自动调整手数。轻松验证止损是否符合经纪商规则。 内置保护:自动设置盈亏平衡点、启用追踪止损,并使用部分平仓来锁定利润并最大限度地降低风险。 避免代价高昂的错误:市价单和平仓功能的安全确认确保
KopirMT4 Copy trades for MT4
Alexandr Gavrilin
4.54 (82)
The adviser has been withdrawn from sale  KopirMT4 (CopierMT4) - transaction copier for the MetaTrader 4 terminal, copies (synchronizes, duplicates) transactions from any accounts (copier, copy dealers).  Supports copying: MT4 <-> MT4, MT4 -> MT5 Hedge, MT5 Hedge -> MT4 Support:  https://www.mql5.com/ru/messages/01c3f341a058d901 Why exactly our product? The copier has a high speed and is not dependent on ticks. Copy speed - less than 0.5 sec. Transactions are copied with high accuracy, the sc
作者的更多信息
Seconds Chart MT5
Boris Sedov
4.59 (17)
秒级图表 (Seconds Chart) — 一款专为 MetaTrader 5 设计的独特工具,用于创建秒级时间框架的图表。 通过 秒级图表 ,您可以构建以秒为单位的时间框架图表,获得标准分钟或小时图表无法提供的极致灵活性和分析精度。例如,时间框架 S15 表示每根蜡烛图持续15秒。您可以使用任何支持自定义交易品种的指标和EA交易系统。操作它们就像在标准图表上交易一样方便。 与标准工具不同, 秒级图表 让您能够在超短时间框架下进行高精度交易,无延迟干扰。 秒级图表的优势 支持 1至900秒 的时间框架图表。 基于内置的实时报价数据库, 即时加载 历史数据。 数据实时更新, 无延迟或滞后 。 可同时创建 多个秒级图表 。 秒级图表的理想应用场景 剥头皮交易 和高频交易。 精确的入场和出场时机。 在短时间框架下测试交易策略。 时间框架设置 默认设置包含以下时间框架: S1、S2、S3、S4、S5、S6、S10、S12、S15、S20、S30 。 您可轻松自定义时间框架组合,只需按升序列出 1至900秒 的数值且避免重复即可。 其他免费工具 快速交易管理器 ( Quick Trade Ma
秒级图表 (Seconds Chart) — 一款专为 MetaTrader 4 设计的独特工具,用于创建秒级时间框架的图表。 通过 秒级图表 ,您可以构建以秒为单位的时间框架图表,获得标准分钟或小时图表无法提供的极致灵活性和分析精度。例如,时间框架 S15 表示每根蜡烛图持续15秒。您可以使用任何指标、智能交易系统和脚本,操作方式与标准图表同样便捷。 与标准工具不同, 秒级图表 让您能够在超短时间框架下进行高精度交易,无延迟干扰。 秒级图表的优势 支持 1至900秒 的时间框架图表。 即时加载 历史数据,通过从MT5终端导入Tick数据库。 要导入tick数据,首先需要在MT5终端中启动 Tick Database 工具。 数据实时更新, 无延迟或滞后 。 可同时创建 多个秒级图表 。 秒级图表的理想应用场景 剥头皮交易 和高频交易。 精确的入场和出场时机。 在短时间框架下测试交易策略。 时间框架设置 默认设置包含以下时间框架: S1、S2、S3、S4、S5、S6、S10、S12、S15、S20、S30、S40 。 你可以轻松设置你的秒级时间框架,从 1 到 900 秒 。 可配置参
Ilan Dynamic Premium
Boris Sedov
5 (3)
This Expert Advisor is based on the "Ilan 1.6 Dynamic" Advisor with full preservation of the idea and input parameters. The "Ilan 1.6 Dynamic" advisor is the predecessor of all Ilans and the most recognizable Martingale method Forex advisor. The number of titles given to this development can hardly be counted. In fact, the Advisor uses a simple trading strategy based on two standard technical indicators - RSI (Relative Strength Index) and CCI (Commodity Channel Index) . The first one is used to
Quick Trade Manager (QTM) 是一款便捷直观的MT5图表快速交易工具。 QTM 扩展了图表上的快速交易功能,让一键交易更加方便。支持根据预设的风险百分比自动计算仓位大小。完全兼容任何自定义(合成)交易品种。例如,您可以使用QTM在通过 Seconds Chart 创建的秒周期图表上进行交易。 热键 按住 CTRL+SHIFT 并单击图表以进入市价订单规划模式。 按住 CTRL+SHIFT 并双击图表以进入挂单订单规划模式。 按住 SHIFT 并拖动价格线。 按住 CTRL 并拖动 SL/TP 线。 按住 TAB 并滚动鼠标滚轮以选择所需订单。 按住鼠标左键并按下 [B] 键以放置买入订单。 按住鼠标左键并按下 [S] 键以放置卖出订单。 按住鼠标左键并按下 [Q] 键以显示/隐藏交易面板。 按 ESC 键取消当前操作。 Quick Trade Manager 让交易更简单、更便捷、更安全,只需几个简单操作即可实现全面的风险控制和订单管理。 详细说明 #Tags: 交易经理, 图表交易, 快速交易, 交易面板, 快速交易面板, 交易工具栏, 订单管理, 订单计
FREE
专业的交易复制解决方案,支持多终端同步。 RS Trade Copier 是一款可靠且灵活的MetaTrader 4交易复制系统。该程序适合专业交易员、信号服务商以及个人投资者使用,能够以高精度和低延迟将一个或多个信号源(Provider)的交易操作同步到一个或多个接收端(Client)。支持简单自动配置和高级手动设置。不会干扰手动或其他EA开的订单。完全 在MT4本地运行 ,无需第三方服务器。 本产品自2008年开始开发,经过多年实际交易环境验证。 核心功能 双模式: 信号源(Provider) 与 接收端(Client) 。 自动发现 活跃信号源。 为每个交易品种设置 灵活的复制规则 。 完整支持 部分平仓 操作。 反向功能 :多空互换。 自动修正品种名称 :适配不同经纪商。 极低延迟 :订单执行仅需毫秒级。 支持 多终端集群配置 。 应用场景 多账户同步 一个信号源和无限个接收端。 信号聚合 多个信号源和一个接收端。 目标用户 管理客户资金的交易员。 信号服务和套利系统。 使用多终端的投资者。 需要克隆交易到多个账户的算法交易者。 RS Trade Copier 设置指南
Tick History Loader is an essential auxiliary tool that downloads the full available tick history for any symbol in your MT5 terminal. The script performs a deep synchronization with the trading server, sequentially requesting and saving the entire tick history from the earliest available date. This is necessary for the correct operation of advanced analytical tools that require complete market data. The obtained tick history serves as the basis for building custom charts with a timeframe in sec
FREE
Exact Time — detailed time on the seconds chart. The utility shows the opening time of the selected candle. This is necessary when working with seconds charts. For example, it can be used on a seconds chart built using the Seconds Chart utility. Inputs Base corner — the chart corner to which an object Is attached. X distance — the horizontal distance from the chart corner. Y distance — the vertical distance from the chart corner. Text font — font name Font size — font size Color — text color
FREE
Chart Service — improving the charts of the custom symbol. The service shows trading levels on the chart of a custom symbol. For example, it can be used when working on a seconds chart built using the Seconds Chart utility. Unlike Expert Advisors, indicators and scripts, services are not linked to a specific chart. Such applications run in the background and are launched automatically when the terminal is started (if they were previously launched). Use the Navigator to manage services. Services
FREE
Exact Countdown Timer — shows the remaining time before the current bar closes and a new bar forms. A fast and exact countdown timer will help you find the best moment to open a position. For example, it can be used on a seconds chart built using the Seconds Chart utility. Inputs Base corner — the chart corner to which an timer Is attached. X distance — the horizontal distance from the chart corner. Y distance — the vertical distance from the chart corner. Text font — font name Font size — font
FREE
Tick Database — export of tick database from MT5 terminal to MT4. The utility provides access to the tick database in real time. This is necessary to generate synthetic charts in the MT4 terminal, which initially does not provide for loading a tick database. For example, you can organize permanent access to the tick database for the Seconds Chart utility. If the opening time of the last candle in the terminals is different, then you need to specify the time offset in hours. Example We open M1 ch
FREE
DigitalFilterA
Boris Sedov
5 (5)
The algorithm of this indicator is based on a high-performance digital filter. The unique digital filtering algorithm allows receiving timely trading signals and estimating the current situation objectively while conducting technical analysis. The indicator is effective on small and big timeframes. Unlike common classic indicators, digital filtering method can significantly reduce the phase lag, which in turn allows obtaining a clear signal earlier than when using other indicators.
TickChart
Boris Sedov
5 (1)
Tick Chart — full-featured chart for MetaTrader 4. A utility for creating and working with a tick chart in the MetaTrader 4 terminal. You can create a tick chart that works exactly the same as a regular chart. You can apply indicators, Expert Advisors and scripts to the tick chart. You get a fully functional tick chart on which you can work just as well as on a regular chart. You can enable the output of the Ask price data. The data are generated in the form of the upper shadow of a tick bar. Fr
Tick Volume Chart — fixed volume bars for MetaTrader 4. The tool creates charts on which each candle has a fixed tick volume. Data sampling is carried out not by time but by the tick volume. Each bar contains a given (fixed) tick volume. Tick volume can be adjusted by changing the value of the Volume parameter. You can apply indicators, Expert Advisors and scripts to the tick chart. You get a fully functional chart, on which you can work just as well as on a regular chart. In the process of work
EXP DFA
Boris Sedov
This Expert Advisor can work in three different modes, which can be configured by changing the input parameters. The Expert Advisor performs trading operations based on the signals of the built-in indicator "Digital Filter A". The algorithm of this indicator is based on a highly efficient digital filter. The indicator resembles a moving average, but has one significant difference — the digital filtering algorithm. This algorithm is based on a mathematical model of a digital filter with adaptive
Ilan Dynamic Pro
Boris Sedov
4 (6)
Ilan Dynamic Pro: A New Level of Algorithmic Trading Ilan Dynamic Pro is a unique modification of the popular Ilan 1.6 Dynamic Expert Advisor, which has earned the trust of traders worldwide. At the core of the advisor lies a proven position averaging algorithm, allowing a series of unidirectional orders to be closed at a common TakeProfit level. However, in this version, everything has been taken to a new level. The entire code has been written from scratch, and the analytical block has been co
RenkoChart
Boris Sedov
5 (1)
Renko Chart — opens renko charts for MetaTrader 4. Renko charts can be created using this utility with all bars being in the form of Renko "bricks". All bars on the renko chart are the same size, which can be changed to get the desired chart. You can add indicators, EAs and scripts to the resulting chart. You get the completely operational chart which can be processed just like a regular one. The Renko Chart utility is not only history based, but also builds online. At the same time, the data is
Range Bar Chart — opens range bar charts for MetaTrader 4. The utility allows you to create charts of range bars on which all candlesticks are the same size and may have shadows. Data on the range bar chart are distributed by the bar size, rather than by the time. Each bar represents the price movement instead of time period. It works simple – the bar is not drawn as long as the price does not move. You can add indicators, EAs and scripts to the resulting chart. You get the completely operationa
筛选:
MastersFX
18
MastersFX 2023.12.25 14:13 
 

Dashboard looks good. I will try use with my strategy. I will update after.

27.12.2023. Boris is very helpful. His helped me with code for my indicator+ Dashborad Premium.

Dashboard works very well

回复评论