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
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.55 (71)
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
Support resistanses show
Meysam Ghasemi
1 (1)
.....................................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
Traditional MACD MT4
Daniel Lewis
4.58 (55)
MetaTrader 4/5 中的 MACD 指标看上去与其它许多图表软件里的 MACD 不同。这是因为 MetaTrader 4/5 版本的 MACD 显示 MACD 曲线作为直方图,而传统上显示为曲线。此外,MetaTrader 4/5 版本使用 SMA 计算信号线,而根据 MACD 的定义,它应该使用 EMA。MetaTrader 4/5 版本也不计算实际的 MACD 直方图 (即 MACD 与信号线之间的差异)。这可能对那些 MetaTrader 4/5 的新手带来困惑,因为将 MACD 线显示为直方图,而未提供实际的 MACD 直方图。 这款指标按照其创造者 (Gerald Appel) 的定义显示 MACD,如同其它图表软件里显示的那样。而 MACD 线的计算采用 "快速" EMA 和 "慢速" EMA 之间的差异。信号线是 MACD 线的 EMA。MACD 直方图是MACD 和信号线之间的差异 (MACD 直方图可自行作为可靠的用作背离信号)。 True/False 启用开关,您可以显示/隐藏 MACD/信号线,以及 MACD 直方图。
FREE
VR Color Levels MT4
Vladimir Pastushak
5 (1)
对于那些使用趋势线、矩形和文本等元素进行技术分析的人来说,VR 颜色级别是一个方便的工具。可以直接向图表添加文本并截取屏幕截图。 设置、设置文件、演示版本、说明、问题解决,可以从以下位置获取 [博客] 您可以在以下位置阅读或撰写评论 [关联] 版本为 [MetaTrader 5] 一键点击 即可使用该指标。为此,请单击带有线条的按钮,之后光标下方将出现一条趋势线。然后,通过移动光标,您可以选择 行位置 并通过再次单击来修复它。 该指标的特点 是,样式和颜色的所有更改都会自动保存,并随后应用于所有 新创建的 图形对象。 该指标配备了两个独立的按钮,用于设置不同样式的趋势线,两个独立的不同样式的矩形,一个具有自己风格的文本字段以及一个用于创建屏幕截图的按钮。 屏幕截图在 MetaTrader 终端目录的 Files 文件夹中创建,保存路径和文件名写入专家日志中。 大致路径:C:\Users\用户名\AppData\Roaming\MetaQuotes\Terminal\Character set\MQL5\Files\VR Color Levels 有大量类似于 VR Color Le
FREE
SuperTrend V
Muhammad Hassaan
*This is TradingView indicator converted to mql4* The SuperTrend V indicator is a popular technical analysis tool used to identify trends and potential trend reversals in financial markets. It is based on the concept of the SuperTrend indicator but incorporates additional features and variations. The SuperTrend V indicator uses a combination of price action and volatility to determine the trend direction and generate trading signals. Here are the key components and features of the indicator: Ca
该产品的买家也购买
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (109)
通过 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 Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 4 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (195)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。 附加材料和说明 安装说明 - 应用程序说明 - 模拟账户应用程序的试用版 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 : 1 - 这意味着 TP 是 SL 的两倍。 RR - 它禁用比率。  
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.65 (66)
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 个终端之间。 支持从模拟账户和投资者密码账户进行复制 可同时运行在多个终端上
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
Trade copier MT4
Alfiya Fazylova
4.58 (33)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 促销活动 - 如果您已经购买了“Trade copier MT5”,您可以免费获取“Trade copier MT4”(用于 MT4 > MT5 和 MT4 < MT5 的复制)。欲了解更多详细条款,请通过私人消息与我们联系! 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT4>MT4、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持
Trading History MT4
Siarhei Vashchylka
5 (9)
Trading History - A program for trading and money management on the history of quotes in stratagy tester. It can work with pending and immediate orders, and is equipped with trailing stop, breakeven and take profit functions. Very good for training and testing different strategies. Manual (Be sure to read before purchasing) Advantages 1. Allows you to test any trading strategy in the shortest possible time 2. An excellent simulator for trading training. You can gain months of trading experience
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
Telegram to MT4 Coppy
Sergey Batudayev
3.89 (9)
Telegram 到 MT4: 终极信号复制解决方案 使用 Telegram 转 MT4 简化您的交易流程,这款先进的实用程序旨在将交易信号直接从 Telegram 频道和聊天复制到您的 MetaTrader 4 平台,无需 DLL 文件。这款强大的解决方案确保信号执行的无缝衔接,拥有无与伦比的精度和丰富的自定义选项,从而节省您的时间并提高您的效率。 [ Instructions and DEMO ] 主要特点 直接 Telegram API 集成 通过电话号码和安全码进行身份验证。 使用用户友好的 EXE 桥轻松获取和管理聊天 ID。 添加、删除和刷新多个频道/聊天以同时复制信号。 使用高级过滤器进行信号解析 跳过包含自定义例外词(例如“报告”、“摘要”)的不需要的信号。 支持灵活的 SL 和 TP 格式:价格、点数或点数。 当信号指定点而不是价格时自动计算入场点。 订单定制和灵活性 使用多种模式定制订单规模:固定手数、动态手数(% 风险)或特定符号手数。 使用信号数据或自定义参数调整 SL/TP。 配置滑点、挂单到期和重试设置以实现完美执行。 综合符号管理 排除特定符号或匹配自定义
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等。 能够选择新闻影响级别的筛选,从低、中、到高影响。 自动模式只选择与图表相关的新闻。 新闻来源每小时自动刷新,以确保最新的新闻数据。 为每个新闻影响级别提供单独的输入,以确定您要过滤掉的新闻发布前后的分钟数。 订单管理选项 在新闻发布前关闭未平仓头寸的选项,并在新闻发布后恢复它们。 在新闻发布前删除挂单的选项,并在新闻发布后恢复它们。 在新闻发布前移除止损和止盈水平的选项,并在新闻发布后恢复它们。 在新闻发布前移动止损和止盈
TradePanel MT4
Alfiya Fazylova
4.84 (94)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 注意!折扣时间有限,每周二价格将上涨5美元。(直到90美元)。 在购买之前,您可以在演示账户上测试演示版本。下载用于演示账户的试用版应用程序: https://www.mql5.com/zh/blogs/post/762579 。 完整说明 这里 。 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同一價格水平。 將所有頭寸的止損設置在盈虧平衡水平。 開倉時,可使用以下功能: 在多個訂單或倉位之間分配計算出的數量(在單擊一次時開啟多個訂單和倉位)。 在開啟訂單前在圖表上可視化交易水平。 僅在當前點差不超過設定值時才開啟倉位。 止盈和止損之間的自動比例。 虛擬止損和止盈。 自動將止損和止盈的大小增加為當前點差的大小。 基於ATR指標
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 個訂單。
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
Coppy Master MT4
Sergey Batudayev
4 (3)
Coppy Master MT4     是一款适用于 MetaTrader 4 和 MetaTrader 5 终端的交易复制工具。它支持双向复制: 从 MT4 到 MT5,从 MT5 到 MT4,以及同类型账户之间的 MT4 到 MT4。 为了正常工作,所有终端必须在同一台 PC 或 VPS 上运行。 [ Instruction  and Demo ]  如需复制到 MetaTrader 4,需另行购买 —       Coppy Master MT5       - 是必须的。 主要特点: 复印模式 支持主账户和接收账户角色。灵活设置发送和接收交易。 订单管理 复制市价单和挂单。支持同步平仓、部分平仓、交易逆转以及止损/获利修改。 符号处理 支持前缀和后缀。允许排除或包含特定符号,并为资产分配自定义名称。 风险控制与限额 每日交易限额、最大亏损限制以及停止复制的余额水平阈值。 批量设置 固定手数、风险百分比、手数乘数。可选择拒绝未设置止损或止盈的交易。 信号检查 检测重复交易,限制每个符号的交易数量,并验证订单类型以避免冲突。 时间过滤器 用于定义允许交易复制的时间段
Copy Master mt4
Evgenii Aksenov
5 (5)
此实用程序将允许您将具有主设置的一个终端的任何事务复制到具有从属设置的其他终端 与此同时,您可以选择要复制的对,根据几个参数设置复制顺序的大小。 设定亏损限额或只复制盈利交易 您可以将MT4或MT5的交易复制到其他经纪商的MT4或MT5 现在,将任何在MT4中工作的专家的信号复制到MT5终端或返回并不困难 使用复制大师复制任何交易从其他信号,专家顾问,手动交易.  使用设置,您可以更改批量大小,交易方向,只复制有利可图的交易,并设置价值以保存您的存款  复制大师可以在一个帐户上组合不同订阅信号的几种策略 要复制交易到MT4,你需要复制主MT5版本: https://www.mql5.com/zh/market/product/74371 有关复制向导设置的其他信息: https://www.mql5.com/en/blogs/post/749356 (抱歉文本的自动翻译)
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.85 (61)
一键交易的交易面板。处理头寸和订单!通过图表或键盘进行交易 交易小组进行人工交易。您可以从图表(图表窗口)或键盘进行交易。打开和关闭,反向和锁定。处理职位和订单! МetaТrader4中主要订单的交易控制面板:买入,卖出,买入,买入,卖出,卖出限制,收盘,删除,修改,追踪止损,止损,止损。 MT5版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 从符号窗口交易并从键盘交易! 您正在为MetaTrader 4终端提供一个独特的插件 - 虚拟控制面板VirtualTradePad。 Description on English 注意!如果您想学习如何交易 策略测试器  ,请查看我们的免费 TesterPad 实用程序 VirtualTradePad在“  MQL5语言最佳图形面板  ”竞赛中 获得二等奖 。 工作标签 职位标签   -使用职位: 开/关买入和卖出, 冲销所有头寸, 锁定一个共同的立场, 更改止损/获利, 设定一般的止损/获利的位置, 启用追踪止损, 实现盈亏平衡 只平
Exp4 Duplicator
Vladislav Andruschenko
4.5 (22)
EA 在您的帐户 MetaTrader 4 上重复 交易和头寸或发出预设次数的信号。 它复制所有手动或由另一个“EA 交易”打开的交易。 复制仓位并根据仓位增加手数! 增加其他 EA 的数量。 支持以下功能:复制交易的自定义手数、复制止损、获利、使用追踪止损。 MT5版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 链接 MetaTrader 的交易复印机可在此处获得:   COPYLOT 注意力 注意:这不是终端之间交易的复印机。 您可以在策略测试器中测试“EA 交易”,并在可视模式下使用我们的 EAPADPRO 工具栏进行交易! 在 1 个货币对上安装 EA 就足够了。默认情况下,它将监视所有打开的符号。 这个怎么运作? Duplicator/Dublicator 助手 EA 重复在终端中打开的头寸。 EA 能够复制头寸和挂单。 要复制的位置或顺序称为 源 。重复位置是一个 副本 。 The EA repeats the source the specified number o
Auto Trade Copier
Vu Trung Kien
4.76 (84)
自动交易复制器旨在以 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 账户之间复制。 一个提供商可以将交易复制到多个接收者的账户。 一个提
Equity Protect Pro:全方位账户保护专家,让您的交易更安心 如果您正在寻找账户保护、净值保护、投资组合保护、多策略保护、利润保护、利润收割、交易安全、风控程序、自动风控、自动清仓、条件清仓、定时清仓、动态清仓、跟踪止损、一键关闭、一键清仓、一键还原等功能,Equity Protect Pro 就是您要找的程序。 它配置简单,当到达预设条件时,可关闭所有图表,同时支持关闭信号订阅(这意味着所有交易程序也将停止运行)。此时,将不再有新订单产生,最后再关闭所有订单,有效防止意外损失,让您在交易过程中高枕无忧。 Equity Protect Pro (Technical Manual) 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 个核心功能,它们都是独立运行的。您可以根据您的交易策略,选择合适的功能组合使用。这些功能默认为关闭状态
Trade Reverse Copie4
Chukwuemeka Kingsley Anyanwu
Feel free to contact me for any extra features :) [SEE MT5 VERSION  https://www.mql5.com/en/market/product/128846 The Local Reverse Copier is an Expert Advisor designed to synchronize positions between a Master account and a Slave account with a twist: it reverses the trades. When a buy position is opened on the Master account, the EA opens a sell position on the Slave account, and vice versa. This allows for a unique form of trade copying where positions are mirrored in opposite directions bet
Exit Manager
Victor Christiaanse
5 (2)
Enhance Your Trading with the Exit Manager Elevate your trading strategy with the Exit Manager, designed to ensure optimal closure of your trades at precisely the right moments. Once you've placed an order, our Exit Manager steps in and starts monitoring the order based on YOUR predetermined conditions, and can even trail your stop loss to mitigate risk. Key Features: Set & Forget Functionality With the Exit Manager, simply place your trade and let the tool do the rest. It continuously monitor
Telegram to MT4 Multi-Channel Copier   自动将您的Telegram频道中的交易信号直接复制到MetaTrader 4。无需机器人,无需浏览器扩展,无需手动复制。您在Telegram收到信号,EA在几秒钟内在您的终端上开仓。 该产品包含两个组件:一个监听您Telegram频道的Windows应用程序,以及在您的MT4终端上执行信号的Expert Advisor。 查看下载应用程序的指南: https://www.mql5.com/en/blogs/post/768988 工作原理 Windows应用程序使用您自己的API凭据连接到Telegram(不是机器人,这意味着它可以读取您订阅的任何频道,包括私人和VIP频道)。当检测到信号时,它会解析信号并将其发送给EA。EA读取信号,根据您的经纪商解析符号名称,根据您的风险设置计算手数,然后开仓。 整个过程是自动的。您无需坐在电脑前。 第1步:打开应用程序并登录Telegram(仅第一次)。 第2步:选择您想要监听的频道。 第3步:按下开始。EA负责其余的工作。 支持的信号格式 内置信号解析器可识别真实Te
Elevate Your Trading Signals with Our Advanced Telegram Bridge EA It’s time to captivate your audience with real-time trading updates that are both professional and visually appealing. Contact me to receive a trial and see the demo channel! We have significantly invested in user friendly features that create a unique experience for customers and providers.  SIGNAL BRIDGE is able to deliver 100% COPIER FRIENDLY SIGNALS for all business cases, even bypassing Metatrader logics where other EAs stru
The professional indicator of Trading Sessions is now available in MetaTrader4. Also the professional   BROWSER of the NEWS  and Trading Sessions is now available in MetaTrader5. One dial shows the time of the 18 largest stock exchanges in the world. This makes it possible to trace the characteristic movement of the market at the appropriate time of day. Thanks to sound and Push notifications, you will never miss the start of trading on the next exchange! The operating time of each exchange
MT4 至 Telegram 信号提供者 是一款易用、可完全自定义的工具,它使发送信号到 Telegram 成为可能,将您的账户变成信号提供者。 消息的格式 可以完全自定义! 但是,为了简便使用,您也可以选择一个预设模板,并能够启用或禁用消息的特定部分。 [ 演示 ]  [ 手册 ] [ MT5 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 可通过 用户指南 获取逐步说明。 无需了解 Telegram API;开发者提供所需的一切。 主要特性 自定义发送给订阅者的订单详情的能力 您可以创建分层订阅模型,例如铜牌、银牌、金牌。金牌订阅可获得所有信号等。 按订单号、符号或备注过滤订单 包括执行订单的图表的屏幕截图 在发送的屏幕截图上绘制已关闭的订单,以便额外验证 推迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情的全透明度: 新的市场订单 *附带屏幕截图 订单修改(止损、获利点) 已关闭订单 *附带屏幕截图 部分关闭订单 ** 新的挂起订单 修改的挂起订单(进场价格) 挂起订单激活(
Drawdown Detective Overview: Drawdown Detective is a utility script for MetaTrader 4 designed to help traders analyze their open and closed positions. It calculates key metrics including open position risk, potential profit/loss, the number of trades without Stop Loss or Take Profit, as well as monthly performance statistics such as net profit and maximum drawdown. Key Features: Open Trade Analysis: Automatically detects all currently traded instruments. Calculates net lot exposure per symbol. E
Trade Manager MT4 DaneTrades
Levi Dane Benjamin
4.09 (11)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 4 平台。多语言支持。 MT5版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
ManHedger MT4
Peter Mueller
5 (2)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before   BUYING  and watch my video about it. Contact me for user support or bug reports, or if you want the MT5 version! MT5 Version I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own   Zone Recovery   strategy to capitalize on trending markets. Create   Grid   trading strategies, to profit from ranging markets. Place orders easil
A script to open and Close  charts of  multiple pairs instantly with custom template $30 for the next 25 downloaders, next price: $45 Features: Chart Opener : Open chart(s) of multiple pairs simultaneously Template Opener : Load any User specified template (.tpl) to the opened chart(s) Chart Closer : Close chart(s) of multiple pairs simultaneously Disclaimer: Any loss involving this trading tool is the sole responsibility of the User, and not the responsibility of the Creator of this trading
作者的更多信息
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
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
秒级图表 (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 秒 。 可配置参
RS Trade Copier - 超快 本地跟单系统,配备 真正的 图形界面。别再手动输入账号了。告别200多个晦涩的参数设置。 一款可靠且灵活的工具,用于在 MT4 和 MT5 多个终端之间复制交易操作。适合专业交易员、信号服务商以及个人投资者使用。能够以高精度和低延迟将一个或多个信号源(Provider)的 交易操作同步 到一个或多个接收端(Client)。支持简单自动配置和高级手动设置。不会干扰手动或其他 EA 开的订单。完全 在 MT4 本地运行 ,无需第三方服务器。 为什么 RS Trade Copier 优于其他解决方案 RS Trade Copier 其他解决方案 设置 可视化分步向导。 设置大约需要 1 分钟。 200 多个晦涩的输入参数。 设置大约需要 20 分钟。 速度 异步交易操作。* 批量平仓 50 个头寸瞬间完成。 缓慢的顺序执行。 批量平仓 50 个头寸需要约 25 秒。 界面 真正的图形界面,支持 11 种语言的工具提示。 无需手册即可上手。 EA 属性中“输入参数”选项卡下的长长参数列表。 需要阅读所有文档。 批量操作 完全支持。 接收端上的批量平仓瞬
RS Trade Copier - 超快 本地跟单系统,配备 真正的 图形界面。别再手动输入账号了。告别200多个晦涩的参数设置。 一款可靠且灵活的工具,用于在 MT5 和 MT4 多个终端之间复制交易操作。适合专业交易员、信号服务商以及个人投资者使用。能够以高精度和低延迟将一个或多个信号源(Provider)的 交易操作同步 到一个或多个接收端(Client)。支持简单自动配置和高级手动设置。不会干扰手动或其他 EA 开的订单。完全 在 MT5 本地运行 ,无需第三方服务器。 为什么 RS Trade Copier 优于其他解决方案 RS Trade Copier 其他解决方案 设置 可视化分步向导。 设置大约需要 1 分钟。 200 多个晦涩的输入参数。 设置大约需要 20 分钟。 速度 异步交易操作。 批量平仓 50 个头寸瞬间完成。 缓慢的顺序执行。 批量平仓 50 个头寸需要约 25 秒。 界面 真正的图形界面,支持 11 种语言的工具提示。 无需手册即可上手。 EA 属性中“输入参数”选项卡下的长长参数列表。 需要阅读所有文档。 批量操作 完全支持。 接收端上的批量平仓瞬间
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
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
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
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 current candle in the terminals is different, then you need to specify the time offset in hours. Example We open M1
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
Quick Trade Manager (QTM) 是一款便捷直观的MT5图表快速交易工具。 QTM 扩展了图表上的快速交易功能,让一键交易更加方便。支持根据预设的风险百分比自动计算仓位大小。完全兼容任何自定义(合成)交易品种。例如,您可以使用QTM在秒周期图表、Renko图表或任何其他用户自定义构建类型的图表上进行交易。 热键 按住 CTRL+SHIFT 并单击图表以进入市价订单规划模式。 按住 CTRL+SHIFT 并双击图表以进入挂单订单规划模式。 按住 SHIFT 并拖动价格线。 按住 CTRL 并拖动 SL/TP 线。 按住 TAB 并滚动鼠标滚轮以选择所需订单。 按住鼠标左键并按下 [B] 键以放置买入订单。 按住鼠标左键并按下 [S] 键以放置卖出订单。 按住鼠标左键并按下 [Q] 键以显示/隐藏交易面板。 按 ESC 键取消当前操作。 Quick Trade Manager 让交易更简单、更便捷、更安全,只需几个简单操作即可实现全面的风险控制和订单管理。 详细说明 #Tags: 交易经理, 图表交易, 快速交易, 交易面板, 快速交易面板, 交易工具栏, 订单管理
筛选:
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

回复评论