Currency Strength Indicator with Action Dashboard

专业 RSI 多周期货币强弱 Dashboard 系统(MT4)

1. 货币强弱计算引擎

单一货币不能独立交易,而是通过货币对进行交易。因此,系统通过分析 28 个主要货币对来计算每个货币的绝对强弱。

使用的 8 种主要货币:

USD 美元
EUR 欧元
GBP 英镑
JPY 日元
AUD 澳元
CAD 加元
CHF 瑞郎
NZD 新西兰元

指标核心采用 RSI(相对强弱指标),因为 RSI 已经标准化在 0 到 100 之间,可以消除不同货币对价格规模差异。

强弱计算公式

当货币为基础货币:

例如:

EUR/USD

计算:

Strength = RSI(EUR/USD)

当货币为报价货币:

例如:

EUR/USD 中的 USD

计算:

Strength = 100 - RSI(EUR/USD)

最终货币强度:

Currency Strength =
该货币参与的 7 个货币对强度平均值。

范围:

0 - 100

强度等级:

超过 70:

极强(强烈上涨动能)

60 - 70:

中等偏强

40 - 60:

中性

30 - 40:

中等偏弱

低于 30:

极弱(强烈下跌动能)

2. 多周期分析系统(MTF)

系统分别计算每个货币在以下时间周期的强度:

M1

M5

M15

M30

H1

H4

D1

W1

MN

通过多周期计算获得:

Average Strength(平均强度)

计算所有周期的平均货币强度。

Momentum(动量)

衡量货币强度变化速度:

Momentum =

当前平均强度 - 前一周期平均强度

Acceleration(加速度)

衡量动量变化速度:

Acceleration =

当前 Momentum - 前一次 Momentum

趋势方向:

UP(上涨趋势)

条件:

Momentum > +0.5

DOWN(下降趋势)

条件:

Momentum < -0.5

FLAT(震荡)

条件:

-0.5 ≤ Momentum ≤ +0.5

3. 实时专业 Dashboard

Dashboard 直接显示在主图表上。

系统自动按照货币强弱排序:

最强货币 → 最弱货币

显示内容:

Rank(排名)

Currency(货币)

M1

M5

M15

M30

H1

H4

D1

W1

MN

Average Strength(平均强度)

Momentum(动量)

Acceleration(加速度)

Trend(趋势)

Best Pair(最佳货币对)

Spread(强弱差)

Signal(交易信号)

强弱显示:

强度 ≥65:

强势

强度 ≤35:

弱势

信号:

BUY(买入)

SELL(卖出)

WAIT(等待)

Best Pair 功能:

自动寻找与当前货币强弱差最大的另一种货币。

4. 图表技术分析引擎

所有技术分析直接显示在主图,避免额外窗口。

Moving Average Engine(均线引擎)

自动绘制:

EMA 20

EMA 50

EMA 100

EMA 200

功能:

  • 自定义颜色

  • 在图表右侧显示 EMA 名称标签

Fibonacci Engine(斐波那契引擎)

自动检测:

Swing High(摆动高点)

Swing Low(摆动低点)

绘制标准 Fibonacci 水平:

23.6%

38.2%

50%

61.8%

78.6%

100%

161.8%

261.8%

当市场形成新的重要高低点时自动更新。

Support & Resistance Engine(支撑阻力引擎)

自动分析:

  • Fractal(分形)

  • 日最高/最低

  • 周最高/最低

  • 月最高/最低

  • Pivot Points(轴心点)

自动合并接近的价格水平形成:

Confluence Zones(共振区域)

区域强度评级:

★★★☆☆

★★★★☆

★★★★★

多个技术因素重合,区域强度越高。

5. 智能交易信号引擎

系统不会只依靠货币强弱产生信号。

必须满足多个条件。

BUY 买入条件:

1. 货币强度确认

基础货币必须强:

Base Currency Strong

报价货币必须弱:

Quote Currency Weak

强弱差:

Strength Spread > Threshold

2. 趋势确认

当前价格:

Price > EMA50

Price > EMA200

表示上涨趋势。

3. 均线确认

EMA20 > EMA50

确认上涨动能。

4. 支撑确认

价格接近或反弹于:

高强度支撑共振区域。

5. Fibonacci 确认

价格从以下水平反应:

38.2%

50%

61.8%

系统计算:

Confidence Score(信号可信度)

范围:

0% - 100%

根据满足条件数量计算。

Alert Engine(提醒系统)

支持:

  • 弹窗提醒

  • 声音提醒

  • 手机 Push 通知

  • 邮件通知

6. 性能优化设计

为了避免 MT4/MT5 卡顿:

Timer Throttling

Dashboard 每:

3 秒

更新一次。

New-Bar Trigger

以下计算只在新K线出现时执行:

  • Fibonacci

  • 支撑阻力分析

MT5 优化

初始化阶段:

创建 Indicator Handles

使用:

CopyBuffer()

快速读取数据。

自动 Broker 后缀识别

自动支持:

EURUSD

EURUSD.m

EURUSD.pro

EURUSD.ecn

EURUSD.fx

无需修改代码。

最终目标

创建一个专业级 MT4/MT5 智能交易分析系统,结合:

  • RSI 货币强弱分析

  • 多周期 MTF 分析

  • Momentum 动量

  • Acceleration 加速度

  • 趋势判断

  • EMA 均线系统

  • 自动 Fibonacci

  • 智能支撑阻力

  • 实时 Dashboard

  • BUY/SELL 智能信号

  • 高级提醒系统

  • 任意 Broker 兼容

  • 高性能优化

目标:

开发一个类似专业交易员和机构使用的高级市场分析工具。


推荐产品
Oscillator helps determine the direction of the market Shows the direction of the price movement and is painted in the appropriate color. Allows you to conduct trend and counter trend trading It works on all timeframes, on any currency pairs, metals and cryptocurrency Can be used when working with binary options Distinctive features Does not redraw; Simple and clear settings; It works on all timeframes and on all symbols; Suitable for trading currencies, metals, options and cryptocurrency (Bitco
Knowledge of the strength and weakness of each currency is vital for every forex trader. Our   Currency Strength Meter indicator   measures the strength of eight major currencies (USD, EUR, GBP, CHF, JPY, CAD, AUD, NZD) by using the Relative Strength Index indicator, also known as RSI. The Currency Strength Meter indicator shows you, simply and quickly, when a currency is oversold, overbought, or in "normal area". This way, you can identify which currency is the strongest and the weakest. Our
The UNIVERSAL DASHBOARD indicator will eliminate the need of using dozens of indicators on dozens of charts. From one place you can monitor all the pairs and all the timeframes for each of the following indicators: MACD STOCHASTIC WPR RSI CCI You can also use any Custom indicator in the dashboard as long as it has a readable buffer. With a single click you can quickly navigate between charts, pairs and timeframes. Alerts will provide clear indication about what happens for your favorite pairs on
FREE
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: ADX above level Grey square: ADX below level Red bor
FTC Neuro
Aliaksandr Ausiyevich
欢迎来到创新交易解决方案的世界! 我们提请您注意我们的高级交易顾问  Ftc Neuro ,在最新的宏观经济统计数据和现代神经网络计算的基础上工作。 在复杂算法的帮助下分析市场情况,顾问使用先进的人工智能算法识别经济信息中的隐藏模式。 它为您提供最专业的交易体验,为进入和退出交易提供独特的积分。 每个人都知道,高质量的交易始终是风险和利润之间的平衡。 我们开发了一个独特的风险管理系统,我们的顾问仔细管理它们,以保证您的资金安全。 自动化您的交易策略和简化复杂的决策与我们的FTC神经交易顾问! 获得增加资本的机会,最大限度地降低风险! 而这一切-在未来的舒适和信心。 立即试用我们的交易顾问,让自己沉浸在专业和高质量的交易世界中! 在顾问的工作中,制定了两种独立和独立的算法-根据宏观经济统计数据计算运动方向和根据神经网络计算运动方向。 根据宏观经济统计数据计算运动方向是根据一个公式进行的,该公式包括该国的主要宏观经济数据,并将这些计算的数据传输到制定的宏观经济指标。 在图表上显示的信息板中,此计算由名称Direct表示。 在计算特定国家(例如加拿大)的货币的移动方向后,将此计算与货
Multi Time Frame Multi Currency Signals Dashboard (MT4) A powerful, all‑in‑one MT4 dashboard delivering instant, high‑probability trading signals across multiple currency pairs and multiple timeframes — all from one clean, centralized chart. The Multi Time Frame Multi Currency Signals Dashboard simplifies the way you analyze the markets by unifying signals, trend conditions, and key levels into a single view. Driven by an advanced multi‑timeframe trend algorithm, it scans dozens of symbols sim
Smart Currency Strength   is a powerful yet simple indicator that measures the strength of individual currencies. It features a graphic panel that lists the main currencies and their strength in each timeframe, ranging from 0 (most oversold) to 100 (most overbought). The strength for all currencies in the current timeframe is also shown in a separate window as a multi-line graph, where each currency is represented with a different color, this allows you to monitor the evolution of strength tre
FX Power MT4 NG
Daniel Stein
4.95 (21)
FX Power:分析货币强度,助您做出更明智的交易决策 概述 FX Power 是一款专业工具,帮助您全面了解主要货币和黄金在任何市场条件下的真实强度。通过识别强势货币用于买入,弱势货币用于卖出, FX Power 简化了交易决策,并帮助您发现高概率的交易机会。不论您是想跟随趋势还是通过极端的 Delta 值预测反转,这款工具都能完美适应您的交易风格。别再盲目交易——用 FX Power 让您的交易更加智慧。 1. 为什么 FX Power 对交易者极具价值 实时货币和黄金强度分析 • FX Power 实时计算并显示主要货币和黄金的相对强度,助您全面了解市场动态。 • 监控领先或落后资产,轻松识别值得交易的货币对。 全面的多时间框架视图 • 跟踪短期、中期和长期时间框架的货币和黄金强度,以便将您的交易策略与市场趋势保持一致。 • 无论是快进快出的短线交易还是更长期的投资策略, FX Power 都能为您提供所需的信息。 Delta 动态分析用于趋势和反转 • 极端 Delta 值常常预示反转机会,而平缓的 Delta 变化则确认趋势延续。 • 使用 Delta 分析,轻
TrendSeeker Dashboard Pro
Godwin Edward Enyali
TrendSeeker Pro —— 终极趋势与拐点交易仪表盘 + H4 区间识别器 Ultimate Trend & Turning Point Dashboard(终极趋势与拐点仪表盘) 是一套完整的多时间框架市场决策系统,旨在帮助交易者始终顺势而为,过滤低概率的震荡行情,并以高度自信捕捉精准的拐点入场机会。 这不仅仅是一个指标——它是一套完整的交易框架,在你下单之前清晰回答三个核心问题: 市场是在趋势中还是震荡中? H4 高时间框架的市场方向(Bias)是什么? 最安全、最可靠的拐点入场位置在哪里? 1. 智能多品种趋势仪表盘(基于 H4) 内置的趋势仪表盘会自动扫描所有可用交易品种,并基于 H4 时间框架的 EMA、ADX 与 ATR 逻辑,对每一个品种进行即时分类。 每个交易品种都会清晰显示: PAIR —— 交易品种 TREND → UP / DOWN / RANGE(上涨 / 下跌 / 震荡) BIAS → BUY / SELL(做多 / 做空) ACTION → WAIT BUY / WAIT SELL / NO TRADE(等待做多 / 等待做空 / 不交易) 仪表盘
TSScreenBowTie
Salvatore Labriola
Expert for trading with the BowTie strategy. Intelligent algorithm for scalper and intraday traders. Multi time frame and multi currency panel.   The benefits you get: Easy-to-use panel that alerts you to crossings of moving averages, like strategy, on each currency. Possibility to choose your favorite crosses. Possibility to choose to activate only the preferred time frames. Never redesigns, does not retreat, never recalculates. Works on forex and CFD, timeframe from M5 to D1. Integrated pop-up
Market Momentum Alerter for MT4
Renaud Herve Francois Candel
Market Momentum Alerter Market Momentum Alerter will inform you about danger to operate in the market. Imagine you see a very nice setup (Forex, Stocks, Indices) and you decide to place your trade... And you finally lose your trade and don't understand what happened. This can happen due to big operations in the market carried out by banks and big institutions. These operations are invisible for most people. Now with the Market Momentum Alerter you will be able to detect those operations...
MQLTA Currency Strength Matrix
MQL4 Trading Automation
4.38 (8)
Currency Strength Matrix (CSM) is an indicator that will show you the current strength of the major currencies in several timeframes, allowing you to sort the currencies for strength and spot possible trading setups. This indicator is ideal for scalping and in all those events of sudden big moves. How does it work? The CSM compares the value of the current moving average with the same moving average in the previous candle for all the 28 pairs and all 9 timeframes, producing a Matrix of Strength
FREE
介绍 Ichimoku Cloud Strategy Multicurrency EA MT4,这是一个复杂的交易解决方案,旨在帮助交易者利用 Ichimoku 指标在多个货币对中进行交易。该专家顾问根据强大的信号逻辑自动化交易决策,非常适合希望优化交易策略的新手和经验丰富的交易者。 这个 EA 提供了一个全面的交易框架,使用户能够受益于高级功能,如网格恢复、对冲选项和各种风险管理工具。通过利用 Ichimoku 策略,交易者可以有效应对市场波动,并实时抓住盈利机会。 MQL 产品安装指南 | 在 MT4 上更新已购买的 MQL 产品 | 常见故障排除指南 | 常规设置 / 输入指南 | 指标设置 | 回测和设置文件 主要特点 核心交易策略:利用 Ichimoku 指标提供可靠的交易信号,增强决策能力。 多货币交易:支持主要货币对,以多样化交易机会。 风险管理选项:包括可配置的止损、止盈和跟踪止损功能,以保护资本。 入场过滤器:使用 spread、时间会话和新闻过滤器来优化交易入场。 头寸管理:提供灵活的选项,如马丁格尔和网格策略,以有效管理交易。 经纪商兼容性:设计与各种 MT4 经
ATC AlgoZone Indicator
Ameur Boudenne
5 (2)
Algo Trading Indicaor  With this indicator , you’ll have zones and trends that hight probability the price will reverse from it. so will gives you all the help that you need  MT5 Version                    https://www.mql5.com/en/market/product/170028 MT4 Version                    https://www.mql5.com/en/market/product/88034 Why should you join us !?  1-This indicator is logical since it’s working in previous days movement , to predict the future movements. 2-Algo trading indicator will hel
Ultimate ADX MTF
Tolga Oezdiler
Ultimate ADX Multi-timeframe Indicator This indicator provides real-time ADX values for multiple timeframes in one unobtrusive label panel. It i s especially useful for gauging trend strength across timeframes without constantly switching charts. Choose which periods to display, anchor the panel to any chart corner, and color-code ADX strength levels to your taste. Key Features & Personalization Multi-Timeframe ADX - Toggle visibility for 9 built-in periods (M1, M5, M15, M30, H1, H4, D1, W1, MN1
FREE
Renko Star
Abdulkarim Karazon
Renko Star 是一个 mt4 箭头型指标,旨在交易砖形图表,该指标有一个回溯测试仪表板,可以告诉交易者有用的信息,例如胜率和赢得的点数,它还给出了 atr x 乘法中的 tp 和 sl,该指标给出了其柱线开盘或柱内信号,它有一个黄色标记,将标记给出信号的确切价格,使用该指标的方法是根据指标给出的箭头打开买入或卖出并设置 tp和 sl 也由指标给出,调整指标设置将导致更好或最差的结果,因此您必须更改它们,直到您在仪表板上获得可以信赖的良好结果。 该指示器不会重新绘制或背面绘制 参数 : atr tp : 基于 atr 的 tp 值 atr sl :基于 atr 的 sl 值 ATR期 明星时期 星形滤镜 历史记录:需要回测多少历史记录 spread : 在计算中使用spread进行回测 显示点数:如果设置为 true,指标将以点数显示每个信号结果 箭头以及 tp 和 sl 颜色 警报设置 面板/仪表板位置
Gann Box MT4
Frederic Jacques Collomb
5 (1)
Gann Box 指标是一个强大且多功能的工具,旨在帮助交易者识别和利用市场的关键水平。该指标允许在图表上绘制一个矩形,该矩形会自动划分为多个区域,并带有战略水平 0, 0.25, 0.50, 0.75, 1 。当价格触及其中一个水平时,会触发警报,从而为交易决策提供宝贵的帮助。您可以即时了解市场相对于您绘制区域的变化情况。要绘制一个区域,只需绘制一个简单的矩形并将其命名为 GannBox 。 该指标适用于所有类型的交易者,无论是使用 支撑和阻力 概念、 供需 理论的交易者,还是 ICT 技术或 公平价值缺口 (FVG) 专家。 无论您是 日内交易者 、 波段交易者 还是 趋势交易者 , Gann Box 都可以帮助您更好地理解和预测市场走势,同时提高您的反应能力和交易表现。 MT5 版本 Gann Box 是一个 多时间框架 指标:它可以绘制在更大的时间框架上,比如 H1,同时允许在较小的时间框架(如 15 分钟图表)上进行更精确和快速的交易。 除了其灵活性之外,该工具还可以通过直观的 管理面板 在图表上进行全面自定义。此面板允许根据您的偏好激活或禁用每个级别,并启用或禁用相关的警
Super Scalp Indicator MT4    is a unique  trend reversal  100% non-repainting  multi-algo indicator that can be used on all symbols/instruments:   forex,   commodities,   cryptocurrencies,   indices,   stocks .    Super Scalp Indicator MT4    will determine the current trend at its early stages, gathering information and data from up to 10 standard algos When indicator give a valid buy or sell signal, a corresponding arrow will be printed on the chart, open trade at start of the next candle/bar
DoIt EA Monitor - Multi EA Performance Dashboard for MT5 Your account can be profitable while one EA quietly drags down the portfolio. MetaTrader history shows the combined result, but it does not clearly show which strategy deserves more capital and which one needs attention. DoIt EA Monitor runs on one chart and separates live and historical performance by magic number, EA and symbol. It is completely read-only. It never opens, closes or modifies a trade. KNOW WHICH EA IS EARNING ITS PLACE Aut
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
Meat EA
Roman Kanushkin
5 (1)
The Meat EA is a fully automatic, 24-hour trading system. It trades based on analysis of market movement on the basis of a built-in indicator and the Moving Average trend indicator. The system is optimized for working with the EURUSD currency pair on the M30 timeframe. It is recommended to use an ECN/STP broker with low spread, low commission and fast execution. Signal monitoring Working currency pair/timeframe: EURUSD M30. Advantages never trades against the market; the higher the risk, the hi
NeuroExtMT4
Dmytryi Voitukhov
https://t.me/mql5_neuroExt   actual version Signal  https://www.mql5.com/ru/signals/1516213 You can use any tool. The bases will be automatically created at the start of the Learn. If you need to start learning from 0 - just delete the base files. Initial deposit - from 200 ye. Options: DO NOT ATTEMPT TO TEST WITHOUT NEURAL NETWORK TRAINING! it is enough for the balance graph after training to be horizontal. generating a training base is extremely simple.  there is a ready-made training for
FREE
EMA Dashboard
Chantal Sala
1 (1)
Ema Dashboard is an innovative dashboard that allows you to monitor Moving Average on multiples symbols and different timeframes. This dashboard allows you to analyze information on 28 pairs on an unique chart. Its functionality includes analysis of All Time Frames. This configuration allows you to identify the Long Term Trend with extreme ease. This panel allows you to take very important directional movements. A click on button opens a new chart (symbol and timeframe). Graphic Object Symbol l
Intuition AlgsBot
Vitalii Zakharuk
Product Description: Intuition Bot – Your Reliable Partner in the World of Forex Trading Intuition Bot is an advanced expert system designed to optimize the trading process in the Forex market. This bot allows traders of all experience levels to efficiently manage their trading strategies without excessive focus on profit prediction. With its enhanced internal architecture, Intuition Bot can operate with a wide range of currency pairs, ensuring flexibility and adaptability in various market cond
MP Candle Countdown for MT4
Pierre Ksachikian
5 (1)
MP Candle Countdown indicator with a progress bar is a tool used in technical analysis that displays the time remaining until the current candlestick on a chart closes, along with a progress bar that shows visually the amount of time that has elapsed since the candlestick opened. This indicator can be helpful for traders who use candlestick charting to make trading decisions, as it provides both a visual representation of the time left until a candlestick closes and an indication of how much ti
FREE
Star Fund Ai Robot
Nirundorn Promphao
I will support only my client. สำหรับลูกค้า Star Fund Ai Robot is a safe system for Forex and Crypto currencies trading. Developed exclusively for the XAUUSD pair(GOLD), any currency pairs and any broker. Try now! The Ai Robot is designed to operate in the XAUUSD (GOLD) and any currencies market, entering only when there are high probabilities of success and certain unique conditions. The Ai Robot is based on a robust, profitable strategy and No MARTINGALE. No more indicator. You can select da
RFX Forex Strength Meter
Rasoul Mojtahedzadeh
5 (1)
RFX Forex Strength Meter is a powerful tool to trade 8 major currencies in the Forex market, U.S. Dollar ( USD ) European Euro ( EUR ) British Pound ( GBP ) Swiss Franc ( CHF ) Japanese Yen ( JPY ) Australian Dollar ( AUD ) Canadian Dollar ( CAD ) New Zealand Dollar ( NZD ) The indicator calculates the strength of each major currency using a unique and accurate formula starting at the beginning of each trading day of your broker. Any trading strategy in the Forex market can be greatly improved b
Haiau Capital MT4
Thi Dang Nguyen
Designed with advanced algorithms and utilizing deep learning technology, our Haiau Capital MT4 (EA) is crafted to assist you in the intricate world of forex trading. The system analyzes market behaviors and conducts transactions based on specific criteria, empowering you to engage with market trends more effectively. With the backing of nearly a decade of data, the EA employs deep learning to examine past market conditions, aiming to provide enhanced decision-making. Recommendations: Curren
KT Day Trading MT4
KEENBASE SOFTWARE SOLUTIONS
KT Day Trading MT4 provides simplified Buy and Sell signals using a combination of some specific candlestick patterns occurring in the market exhaustion zones. These signals are designed to identify market reversals and entry/exit points. The indicator can be used to trade on any timeframe from the 1 Minute up to the Daily chart. Features Three types of entry signals according to the market structure i.e. Trend following, Range bound, and Counter trend signals. Crystal clear Entry, Stop-Loss,
FCK Quantum Scalping
Patel Hitendrakumar Mahendrabhai
For those who have followed my FCK Quantum Scalping thread know about the FCK Quantum Scalping indicator and have taken the indicator to different levels (Mastermind) to suit his or her trading style. In this system, the Quantum indicator is only for showing us trading entries, and that’s it. Targets and stop levels are a little later. For those who don’t know what the FCK Quantum Scalping indicator is, I’ll tell you. The FCK Quantum Scalping  indicator is basically a modified Wave indicator i
FREE
该产品的买家也购买
Miraculous 指标 – 100% 不重绘的外汇和二元期权工具,基于江恩九方图 这个视频介绍的 Miraculous 指标 是一款专为外汇和二元期权交易者开发的高精度、强大交易工具。该指标的独特之处在于它建立在传奇的 江恩九方图 和 江恩振动法则 之上,使其成为现代交易中可用的最精确预测工具之一。 Miraculous 指标 完全不重绘 ,这意味着它的信号在 K 线收盘后不会改变或消失——你看到的就是你得到的。这为交易者提供了可靠且一致的基础,让他们能够自信地进出场交易。 主要特点: 基于江恩九方图和江恩理论构建 100% 不重绘的信号系统 适用于所有时间周期(M1、M5、H1、H4、日线、周线) 适用于外汇和二元期权交易 清晰的买卖信号,准确率高 可用于剥头皮、日内交易或波段交易 兼容大多数 MT4 平台 这款工具旨在帮助初学者和专业交易者做出更好、更明智的决策。无论您是交易货币、指数还是二元期权,Miraculous 指标都将为您在市场中提供所需的优势。
TrendMaestro
Stefano Frisetti
4 (4)
Attention: beware of SCAMS, TRENDMAESTRO is only ditributed throught MQL5.com market place. note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes a
Breakout Arrows Mt4
Michael Oko Oboh
5 (1)
Trend Breakout Arrows Indicator The Trend Breakout Arrows Indicator is a momentum-based signal tool designed to identify potential bullish and bearish breakout opportunities. It displays clear arrow signals directly on the price chart, helping traders quickly recognize possible trend changes and continuation setups. Up Arrow (Buy Signal) A magenta up arrow appears below a candle when bullish momentum begins to strengthen. This signal indicates that buying pressure may be overtaking selling press
TRADING STRATEGY GUIDE DELIVERY The full Trading Strategy Guide will be sent directly to you after purchase. Just message me on MQL5 and ask for it — you'll receive it instantly, along with priority support and setup help. Powered Market Scanner for Smart Trading Decisions keypad support resistance logic 1  is a next-generation MT4 trading system built for serious traders who demand precision, reliability, and clarity. It combines advanced smart filters with real-time price structure logic to
CountSig
Yin Zhou Luo
一款信号统计指标(MT4)——实现基于当前图表周期下的单线MA转向和双线MA金叉/死叉统计 . 转向定义:前一K向下或走平,当前K向上,视为转向向上;反之,转向向下。 金死叉定义:前一K快线在慢线下方,当前K快线在慢线上方,为金叉;反之,死叉。 参数及使用说明: 1、可指定统计K线数。 2、可指定4个不同的日内时间段,格式如"03:00-07:59",4个时间段可交叉任意输入。 3、可配置ABC三个浮盈区间段点值。如:分界区间统计小点值设为500,即当某转向信 号出现后到下一反向信号止浮盈<=此点值,计入A区间; 若大于此点值<大分界点值时,计入B区间;若大于“大分界点值”计入C区间。 4、最大/最小浮盈统计。显示所有统计区间内的最大浮盈点值和最小浮盈点值(亏损点值)。 5、输出完整信号,按信号出现顺序排列,如“ACCBCA”之类。 6、综合预测。使用概率、周期、趋势、马尔可夫链等综合概算输出预测该信号出现的归类概率值。 7、加载指定MA线。在当前图表自动载入相应设置的MA线。 8、自适应列宽。以完整显示统计信号数。 9、用法:点击相应统计按钮即输出相应的统计表格.
WanaScalper MT4
Isaac Wanasolo
1 (1)
A scalping indicator based on mathematical patterns, which on average gives signals with relatively small SL, and also occasionally helps to catch big moves in the markets (more information in the video) This indicator has three main types of notifications: The first type warns of a possible/upcoming signal on the next bar The second type indicates the presence of a ready signal to enter the market/open a position The third type is for SL and TP levels - you will be notified every time price re
FFx Engulfing Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the chart Remove the suggestion once the price reached the SL line Lines
FFx InsideBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry Minimum candle size - to avoid too close buy/sell entry suggestions 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the c
FFx OutsideBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry. 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low. 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward. Offset the dashboard - any place on the chart. Remove the suggestion once the price reached the SL line.
FFx PinBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry Minimum candle size - to avoid too small candles 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the chart Remove the sugges
Lineverse Trendlines
Arkady Segal
5 (1)
Automatic, live & interactive picture of all trendlines. Assign push, email and sound alerts to the lines of your choice and be informed about price rollback, breakout, rollback after breakout, number of rollbacks, line expiration by double breakout. Correct, drag or delete the lines and interactively tune the line system. https://youtu.be/EJUo9pYiHFA . Chart examples https: //www.mql5.com/en/users/efficientforex Price Interaction Events All events are effective immediately and only after one
FFx MACD Divergences
Eric Venturi-Bloxs
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each tim
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each tim
FFx RSI Divergences
Eric Venturi-Bloxs
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each tim
FFx CCI Divergences
Eric Venturi-Bloxs
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly). Define the width (number of bars) for each ti
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly). Define the width (number of bars) for each ti
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to Understand the Status: Green/Red square: histogram above/below 0 line Green square + Red bord
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: RSI above/below 50 line Green square + Red border: R
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: Stoch above/below 50 line Green square + Red border:
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: Price above/below Cloud (Kumo) Green square + Red bo
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: MA pointing Up/Down Green square + Red border: MA po
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs. Multi timeframes: all selected timeframes must agree for an alert to be triggered. Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green square: Price above PSAR Red square: Price below PSAR Options
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: CCI above/below levels (ie. 100/-100) Grey square: C
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: bullish/bearish candle Options available in the FFx Dashboard Alerter
The indicator of a Professional Trader is an arrow indicator for predicting the direction of price movement. I have been working on this indicator since 2014. You can use this indicator as your main indicator, use its entry signals, and use it as your only indicator to find entry points. About the product: Recommended TF [H4-D1-W1]   . The indicator predicts the direction of the next candle. Fits a variety of tools; Flexibility in settings for different instruments and intervals through the MO
THE GRAFF III
Charles Harper
The [GRAFF] III manual trading system is based on multiple MetaTrader (MT4) indicators. Together, the entire PACK of GRAFF III indicators makes an advanced trading tool. The system consists of over 20 different custom-built indicators which have been carefully selected and tested in the long term to produce strong and efficient trading signals. The particular indicators are based on different mathematical formulas, so the entire system is calibrated to remove false signals from its own indicator
FFx Universal Strength Meter PRO is more than a basic strength meter. Instead of limiting the calculation to price, it can be based on any of the 19 integrated strength modes + 9 timeframes. With the FFx USM, you are able to define any period for any combination of timeframes. For example, you can set the dashboard for the last 10 candles for M15-H1-H4… Full flexibility! Very easy to interpret... It gives a great idea about which currency is weak and which is strong, so you can find the best pai
A simplistic indicator informing a user on RSI divergence by sending messages to mobile device and email. The indicator draws 2 vertical lines, marking two RSI extrema that formed the divergence. You get the alert, open the charts and make a decision. The indicator does not show past divergences, thus when you attach it to a chart for the first time you see nothing. Graphics and alerts will appear as soon as divergences do. Drop it in Tester to see how it works. Parameters: RSIPeriod - number of
Pan PrizMA CD Phase is an analogue of the МetaТrader 5 indicator , and is an option based on the Pan PrizMA indicator. Details . Averaging by a quadric-quartic polynomial increases the smoothness of lines, adds momentum and rhythm. Extrapolation by the sinusoid function near a constant allows adjusting the delay or lead of signals. The value of the phase - wave status parameter (which is close in meaning to the trigonometric phase or the angle of the radius-vector rotation in the trigonometric p
Green Wall Arrows
Daniel Luchinger
1 (1)
The Name Green Wall : Arrows hits a lot of TP, by changing the idea of non using SL as something bad, but instead use Small TP and a lot of free Margin and Patience. Use micro TP and a lot of Free Margin with this indicator on Forex. It also can be used with Binary Options. This strategy is intended to be traded Manually. This Indicator runs on Open Bar, arrows will delete when price are against it. The only Indicator Parameter is Alerts true/false, all the rest is included inside the code. Arro
筛选:
无评论
回复评论