Multiple Moving Average Signal Panel

Eight moving averages on one chart, a BUY or SELL arrow every time the two you nominate cross, and a control panel that changes all of it without opening the inputs dialog.

Most moving-average tools give you two lines and a fixed rule. This one gives you eight lines, lets you decide which two make the signal, and lets you change your mind from the chart — period, method, colour, thickness, dash pattern, arrow shape, arrow size, and how long a cross has to hold before it counts.

Everything is saved per symbol and per timeframe. The M1 chart can run a 5/21 pair with big arrows; the H1 chart on the same symbol can run 50/200 with quiet dots. Switch the period and the right setup comes with it.

● No account access of any kind.
This is an indicator. It draws on the chart and it raises alerts. It cannot open, close or modify an order, and there is no network code in it — nothing is sent anywhere.

What you actually do with it

Pick the pair that makes the signal

Tap FAST or SLOW on the panel to walk through the eight lines. Whichever two you land on are the ones the arrows come from. Every other line stays on the chart as context and takes no part in the signal. You can also nominate a line from inside the line editor with SET FAST / SET SLOW.

Make a cross prove itself first

Two averages that touch and separate again give you a cross and an instant re-cross. The BARS key sets a confirmation count from 0 to 9. With BARS 4, a crossing is not a signal yet: the indicator waits for four more candles to close and checks that the fast line is still on the crossed side at every one of them. Only then is the arrow drawn — on the bar that confirmed it, because that is the bar you could have acted on.

See the signal without hunting for it

Arrows sit among the candles and are easy to miss on a dense chart. With MARK on, a signal also puts a coloured band across the top of the chart — direction, timeframe and the time it appeared — and drops a dotted line down the bar it happened on. One key turns both off again for anyone who wants the chart clean.

Change a line without leaving the chart

LINES opens the editor. Step through MA 1 to MA 8, nudge the period in steps of 1, 10 or 100, switch between SMA, EMA, SMMA and LWMA, set the width from 1 to 5 and the style from solid through dash-dot-dot. Colour opens a grid of sixteen swatches — one tap, done, no cycling through a list to find the one you wanted. The chart updates as you tap.

Keep a different setup on every timeframe

SAVE TF stores the current setup for this symbol and this chart period. Change the period and that period's own setup loads. ALL TF copies what is on screen to all twenty-one chart periods at once, for when you want one configuration to follow you everywhere. RESET returns to the values in the inputs dialog. All three ask for a second tap before they act, unless you switch CONFIRM off.

Put the panel where you want it

Grab the title bar and drag. The position is saved with the rest of the setup. The _ key rolls the panel up to its title bar, which then shows the current bias on its own.

Alerts

Three independent switches on the panel:

  • SOUND — plays a wav from the terminal's Sounds folder. Any file name can be set in the inputs.
  • PUSH — sends a notification to the MetaTrader mobile app. Requires your MetaQuotes ID in Tools → Options → Notifications.
  • POPUP — the ordinary terminal alert window.

Each alert names the symbol, the timeframe, the time, the two averages that crossed and the price. It fires once per signal, and loading the indicator never announces signals that are already in the history.

Repainting

With CLOSED BAR selected — the default — a cross is only evaluated on candles that have finished. An arrow that has appeared stays on that bar and never moves, and the alert for it is sent once. LIVE BAR is the opposite by design: it reacts inside the forming candle, so an arrow can appear and disappear again as price moves. Use it if you want the earliest possible warning and understand what that costs.

What it does not do

Worth reading before you download, so you know whether it is for you.

  • It does not trade. No orders, no modifications, no account access.
  • It does not predict. A moving-average cross describes what price has already done.
  • It is not a strategy and makes no claim about results. Two lines crossing is one input to a decision, not the decision.
  • It does not scan other symbols. It works on the chart it is attached to.
  • It does not send data anywhere. There is no network code in it.

Getting started

  1. Attach it to any chart. Four averages are on by default — LWMA 7, SMA 19, SMA 39 and SMMA 92 — with MA 1 as FAST and MA 4 as SLOW.
  2. Tap FAST and SLOW until the pair you trade is showing.
  3. Open LINES and set the periods, colours and styles you want.
  4. Set BARS if you want a cross to hold before it counts, and SIZE so the arrows read on your chart.
  5. Turn on the alerts you want, then press SAVE TF — or ALL TF to use the same setup on every period.

Input parameters

General

Input Default What it does
Applied price (all lines) PRICE_CLOSE The price every average is calculated from.
Bars to calculate 3000 How far back the lines and arrows are drawn. 0 uses all available history and costs more CPU.
Remember settings per timeframe true Saves and loads one small file per symbol and period under MQL5\Files. Off means the inputs are used every time.

Signal

Input Default What it does
FAST line number (1-8) 1 Which of the eight averages is the fast one.
SLOW line number (1-8) 4 Which one it has to cross.
Signal only on a closed bar true On: nothing is decided until the candle finishes, and an arrow never moves. Off: the forming candle is evaluated too.
Confirmation bars after the cross 0 0 to 9. How many further closes the fast line must stay on the crossed side before the arrow is drawn.
Banner + line on the chart at a signal true The coloured band across the top and the dotted line on the signal bar.
Arrow style (0-6) 0 0 arrow, 1 slim arrow, 2 hollow arrow, 3 dot, 4 circle, 5 square, 6 custom Wingdings codes.
Arrow size (1-5) 3 How large the icon is drawn.
Arrow gap from the candle 15 points Distance between the wick and the icon.
BUY arrow colour SpringGreen  
SELL arrow colour Tomato  
CUSTOM style: up / down Wingdings code 233 / 234 Only used when the arrow style is 6.

Alerts

Input Default What it does
Sound alert true  
Sound file alert.wav Any wav in the terminal's Sounds folder.
Mobile push notification false Needs your MetaQuotes ID set in the terminal options.
Terminal popup alert false  

Panel

Input Default What it does
Show the control panel true Off leaves the lines, arrows and alerts with no panel on the chart.
Ask before SAVE / ALL TF / RESET true Those three keys arm on the first tap and act on the second.
Panel X / Panel Y 12 / 22 Starting position. Dragging the panel overrides it and the new position is saved.

MA 1 to MA 8

Each of the eight averages has the same six inputs: on, period, method (SMA, EMA, SMMA, LWMA), colour, width 1-5 and style. Defaults: MA 1 LWMA 7 gold, MA 2 SMA 19 orange dotted, MA 3 SMA 39 crimson dashed, MA 4 SMMA 92 blue, and MA 5 to MA 8 switched off at 144, 200, 50 and 10.

The two lines you nominate as FAST and SLOW are always calculated even if they are switched off, so you can run the signal from a line you do not want drawn.

Notes

  • Works on every symbol and every timeframe your broker provides.
  • Settings files live under MQL5\Files\GTM_MACross\, one per symbol and period. Deleting them returns everything to the inputs.
  • If you change a value in the inputs dialog, the saved profile for that chart is dropped so your new value takes effect.
  • Questions and requests are welcome — send a message through my profile and I will answer.
If you manage trades by hand and want the same directness applied to entries, stops, targets and closing, have a look at GTM Panel Pro on my profile — a manual trade manager with four independent trade groups, four pending-order slots, one-click break-even and trailing, and Telegram remote control.
推荐产品
Multi Timeframe Volatility Dashboard Free indicator for multi-timeframe volatility analysis Description Multi Timeframe Volatility Dashboard is a powerful and convenient tool for traders that allows instant assessment of current market volatility across 7 timeframes simultaneously. The indicator displays ATR (Average True Range) values and classifies volatility as **LOW, MEDIUM, or HIGH** relative to the average value over a specified lookback period. Key Features - Multi-timeframe analy
FREE
Ninja Trend Matrix MT5 Ninja Trend Matrix MT5是一款MetaTrader 5指标,将多个时间周期的趋势方向、相对强度和基于ATR的波动状态集中显示在一个面板中。它可用于在进行主观判断或使用其他交易系统之前,快速了解当前市场环境。 本指标不会开仓、修改订单或平仓,也不显示入场箭头、止盈、止损、胜率或利润预测。 主要功能 将每个选定周期分类为 STRONG UP、UP、RANGE、DOWN、STRONG DOWN 或 N/A 显示0至100的相对趋势强度 基于ATR显示 LOW、NORMAL、HIGH 或 SHOCK 波动状态 综合EMA 20/50、EMA斜率、近期高低点结构、ADX和+DI/-DI 使用已收盘K线,而不是当前尚未收盘的K线 面板可直接拖动、最小化、自动布局并支持紧凑网格 时间周期 DEFAULT显示M5、M15、H1、H4和D1。CUSTOM可输入逗号分隔的列表,例如M1,M5,M30,H1,W1,MN1。ALL显示从M1到MN1的全部21个MT5标准时间周期。 综合状态与提醒 面板汇总显示 BULLISH ALIGNMENT
FREE
WhalesTrade Pro Indicator
Emma-ekong Ben Eshiet
WHALETRADES PRO - Complete Strategy Guide Understanding Your Trading Arsenal WhalesTrade Pro is your window into the institutional side of the market. It combines three powerful trading systems into one comprehensive tool that reveals what's really happening beneath price action. The numbers changing on your chart are not random. Each one tells a specific story about market participants, their conviction, their fear, and their greed. Learning to read these numbers transforms you from a gambl
KD MTF Candle Timer
Dien Du Khanh Duong
KD_MTFCandleTimer — Multi-Timeframe Candle Countdown & UTC Clock Part of KD Trading Suite — Trade with Context. Not Guesswork. Know Exactly When Every Candle Closes One clean list on your chart. Countdowns for every timeframe that matters — M1, M5, M15, H1, H4, D1 — plus Server Time & Local Time (auto UTC offset). No more guessing, no more switching charts. Color Tells You When to Pay Attention Time Left Color Meaning > 75% Green Relax 50–75% Yellow Getting closer 25–50% Orange Sta
FREE
Clean Smart Sessions
Ahmed Esmat Omer Eisa
Product Description  Clean, Smart Sessions is a professional trading sessions indicator designed to provide traders with a clear, accurate, and clutter-free view of the active market sessions directly on the chart. The indicator dynamically detects and displays the active trading session (Asian, London, and New York) in real time, drawing a clean session box that continuously updates to reflect the session’s true high and low. When sessions overlap, each active session is handled independently
FREE
CosmiCLab FIBO
Kirils Subins
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
GDS Renko Pip ST Chart - Pip-Based Renko Chart Indicator for MetaTrader 5 GDS Renko Pip ST Chart is a pip-based Renko chart indicator for MetaTrader 5. It helps traders build and study cleaner Renko price movement using a practical fixed pip or point-based brick structure. This tool is designed as a Renko chart foundation for manual analysis. It does not predict the market, does not generate buy or sell signals and does not decide whether a trade should be opened. Renko EDGE EA Golden Delta | A
FREE
PathFinder Trend
Sveinn FRIDFINNSSON
5 (1)
For support, visit cc.inni.cc where you will also find our Knowledge library and FAQ. PATHFINDER TREND is a complex, yet easy to manage trend indicator. It has various features that can aid in your decision making and boost your performance accuracy. Patfhinder Trend is a visually comfortable and user friendly tool that you should keep on your trading desk. Key features Signal Detection & Trend Analysis Visually clear and decisive Early indication of signal direction with arrows Confirmed si
FREE
MeeKiew Semafor + SuperTrend MeeKiew Semafor + SuperTrend  is a streamlined technical tool designed to combine high-probability structural analysis with robust momentum tracking. By integrating a   clutter-free, Single-Level Semafor engine   with a dynamic volatility-based trend filter (SuperTrend), this indicator eliminates market noise and provides traders with crystal-clear, actionable execution zones. 1. The Streamlined Semafor Engine (Clean Market Structure) Pure Peak & Trough Detecti
FREE
Momentum Candle MT5 - Professional Trading Indicator Overview Momentum Candle Detector V4 is a powerful and intelligent indicator designed to identify high-probability momentum candles across all timeframes and instruments. Built with advanced filtering technology, this indicator helps traders spot explosive price movements before they happen. Key Features Core Detection System Universal Compatibility: Works on all pairs - Forex (EURUSD, GBPUSD, USDJPY, etc.), Gold (XAUUSD), Bitcoin (BTCUSD), a
FREE
Show Pips for MT5
Roman Podpora
4.5 (32)
对于那些总是想了解帐户当前情况的人来说,此信息指示器将很有用。 VERSION MT 4 -   More useful indicators 该指标显示诸如利润点数、百分比和货币等数据,以及当前货币对的点差以及柱在当前时间范围内收盘的时间。 有多种选项可用于将信息线放置在图表上: 价格右侧(运行在价格后面); 作为评论(在图表的左上角); 在屏幕的选定角落。 还可以选择信息分隔符: | / \ # 该指标易于使用且信息丰富。可以在设置中禁用不必要的信息项目。 设置 外观类型     - 信息行的显示类型。有以下三种选择: 跟随价格     - 遵循价格; 作为评论     - 作为评论; 在屏幕的选定角落     - 在屏幕的选定角落。 附件图角     - 如果您选择屏幕选定角的显示类型,则此项目允许您选择四个捕捉角之一; 显示利润?       - 该参数负责以存款货币显示利润; 以百分比显示利润?       - 该参数负责以百分比形式显示利润; 显示传播?       - 该参数负责显示当前点差; 显示酒吧关闭时间?       - 该参数负责显示柱关闭之前的时间; 文字颜
FREE
MTF WPR  Screener MT5 A compact multi-timeframe dashboard that converts Williams’ %R (WPR) into a clear, actionable signal: NOW: BUY/SELL with confidence % , plus the Best Entry TF suggestion and a simple volatility label . What you get NOW decision (every second): BUY / SELL + confidence % Best Entry TF: highlights the most suitable timeframe for entry in the current direction MTF table (optional): WPR values across timeframes in one panel (toggle “Details”) Two trade display modes: STRICT: sho
FREE
Gold MTF
Paolo Ruffini
Gold MTF Market Dashboard Gold MTF Market Dashboard is a multi-timeframe analytical indicator designed primarily for Gold trading on the M5 chart. The indicator compares M5, M15 and M30 market conditions in a single compact dashboard: M30 provides the broader market context. M15 evaluates structure and direction. M5 provides short-term timing information. Main features Multi-timeframe trend analysis M5, M15 and M30 directional scores Bullish HH/HL and bearish LH/LL market structure EMA trend and
FREE
Caicai L&S Yield Histogram Important Notice: This indicator is an integral tool of the automated EA Caicai Long and Short Pair Trading . This indicator visually displays the percentage deviation (Yield %) of a pair's current spread relative to its own historical mean. It is an excellent tool for quickly visualizing the gross financial potential of a market distortion in Long & Short operations. Main Features: Percentage Visualization: Understand the size of the distortion in palpable percentage
The RSI with Moving Averages indicator combines the classic Relative Strength Index with customizable moving averages, offering deeper insights into market momentum and trend direction. By smoothing the RSI curve with short- and long-term averages, traders can better distinguish true reversals from noise. This tool highlights overbought and oversold levels, reveals divergences between price and momentum, and confirms entry or exit points with enhanced accuracy. Its adjustable parameters allow tr
FREE
Shadow Flare MT5
Kestutis Balciunas
Shadow Flare 指标是一款适用于 MetaTrader 5 的 非重绘型趋势与流动性工具 。它基于可配置的移动平均基线(可选 HMA、EMA、SMA 或 RMA),外包一层平均真实波幅(ATR)通道,并生成一个“黏性”趋势状态:只有当价格收盘突破上/下包络带时才发生方向翻转。同一套趋势引擎还驱动自动供需区模块,用于检测枢轴高点和枢轴低点,在其周围绘制彩色矩形,并在价格收盘有效突破该区域时立即将其标记为失效并移除。 买卖信号在趋势状态翻转的那一根 K 线上触发,可选的成交量与 RSI 过滤器能够帮助交易者屏蔽弱势或逆动能的入场。内置仪表盘会实时显示趋势偏向(Trend Bias)、动能(基于 RSI)以及成交量状态。完整的报警组件——弹窗、声音、手机推送和电子邮件——都在每次信号出现时于收盘触发一次,从而保证实盘交易与回测中的信号计数完全一致。 MT4 版本请查看:  Shadow Flare MT4 更多作者产品:   查看所有产 品 想查看实盘示例和最新工具,请访问我的个人主页并发送好友请求,以免错过更新! 工作原理 自适应趋势引擎 指标首先使用用户选择的方法(HMA、
FREE
Stochastic   +   RSI   Multi-Timeframe   Dashboard   with   Momentum   Strength Need Trade Assistant? Trade Panel Pro MT 5 Please leave a review, if you like this.   OVERVIEW A   professional   multi-timeframe   dashboard   indicator   that   displays   Stochastic   Oscillator   and   RSI   (Relative   Strength   Index)   values   from   7   different   timeframes   simultaneously   on   a   single   compact   panel.   Perfect   for   scalpers   and   day   traders   who   need   quick   m
FREE
Dsc Oscillator
Diogo Sawitzki Cansi
Recomended broker: https://tinyurl.com/5ftaha7c Indicator used to monitor price fluctuations in the market and discover possible reversals through reversal points or divergences in the indicator. All assets and all timeframes.   SEE OUR RESULTS ON INSTAGRAM:  https://www.instagram.com/diogo.cansi/   TELEGRAM GROUP =  https://t.me/robosdsc More information by email dscinvestimentos@gmail.com or by Whatsapp 55-991372299
FREE
Donchian Breakout And Rsi
Mattia Impicciatore
4.5 (2)
概述 本指标是经典 Donchian 通道 的增强版,增加了多种实用的交易功能。 除了标准的三条线(最高、最低和中线),系统能够检测 突破 ,并在图表上用箭头进行可视化标记,同时只显示 与当前趋势方向相反的那条线 ,让图表更加简洁。 功能包括: 可视化信号 :突破时在图表上绘制彩色箭头 自动通知 :弹窗、Push 推送和 Email 邮件 RSI 过滤 :根据市场相对强弱验证信号 个性化设置 :颜色、线条粗细、箭头符号、RSI 阈值等 工作原理 Donchian 通道计算: 上轨线 :最近 N 根已收盘 K 线的最高价 下轨线 :最近 N 根已收盘 K 线的最低价 中线 :最高价和最低价的平均值 看涨突破 :收盘价高于上轨线 看跌突破 :收盘价低于下轨线 指标会: 绘制三条 Donchian 通道线 仅在 方向变化后的首次突破 绘制箭头 隐藏顺应趋势方向的那条线(上涨趋势: 只显示红色下轨线;下跌趋势: 只显示绿色上轨线) 可选用 RSI 过滤突破信号,减少虚假突破 支持实时发送通知 参数说明 Donchian 通道设置 indPeriod :计算通道高低点的已收盘 K 线数量 Lin
FREE
Bohemia Gold MT5
Vladislav Taska
4.75 (4)
Bohemia Gold MT5 is  Trend & Volatility EA trading system designed specifically for Gold (XAUUSD) . It combines higher-timeframe trend filtering , trend detection , volatility-based SL management , and advanced trade management to adapt market conditions. It uses style logic focused on trend strength, volatility, and capital protection. NOTE:   Based on backtests, I found better trading results with the following setup: D1/H4/H2 (Trend/ADX/ATR & trade). The SET file can be downloaded here … bohe
FREE
Smaart Visual
Kris Van Sebroeck
SMA-ATR-Visual Indicator The SMA-ATR-Visual is a technical analysis indicator designed to assist traders in identifying market trends, measuring volatility, and visualizing potential entry signals on the chart. Main Components Simple Moving Averages (SMAs): The indicator plots two SMAs — a fast SMA (default 9-period) and a slow SMA (default 21-period) — to help detect short and medium term trend direction. ATR-Based Volatility Bands: Upper and lower bands are calculated using the Average True R
FREE
The Jackson Auto Candlestick Pattern . It a powerful price action tool which auto detect and alert a hided powerful candlestick patterns . It came with few different chart skins. You can use this indicator alone to make profit, but it powerful when you combine it with trendlines, You can download The Jackson Auto Trendlines for free Link : UCRW695l9Wgg2ucnnf5DL5Vw  List of Candlestick Pattern it detect   1. Bullish & Bearish Engulfing's 2. Top and Bottom Tweezer 3. Bullish and Bearish Harams 4.
FREE
Trader Panel Alpha X
Alvaro Garcia Batelli
Are you tired of the slow, clunky, and uninformative default order panel in MetaTrader 5? Discretionary trading demands speed, precision, and above all, clear information. Clicking through multiple menus, dragging stops one by one, and lacking a consolidated view of your risk are barriers that cost you time and, most importantly, money. Professional trading requires professional tools. Trader Panel Alpha X Pro is the definitive solution. It's not just another "order ticket"; it's a complete trad
FREE
AZ Speedometer
Yurii Shvechikov
Az Speedometer measures   price impulse quality   — not just candle size, but whether that move is backed by real momentum, volume, and direction. A single glance tells you if the current bar is a meaningful push or just noise. "A green bar alone means nothing. Az Speedometer shows you green bars with high volume, a clean candle body, and three consecutive bullish closes — that's a signal worth taking." How it works: Speed ratio : Candle range vs ATR — how fast is price moving relative to its av
FREE
Coral Indi
Dinh Duong Luong
Coral trend is   a trend-following indicator that is widely popular among FOREX traders . It is usually used as a confluence with other indicators. It uses combinations of moving averages with complex smoothing formulas! It has two configurable parameters: Coefficient   - smoothing ratio (*) Applied price Calculation: Coral = (-0.064) * B6 + 0.672 * B5 - 2.352 * B4 + 2.744 * B3
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
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. (you can change the colors). 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 powerful and reliable signals. Get them here: https://www.m
FREE
Session Indicator — Forex Trading Sessions Visualizer Overview Session Indicator   is a professional MT5 indicator that displays the four major forex trading sessions (Sydney, Tokyo, London, New York) as colored horizontal bands on your chart. Never miss a trading session again! Free Product   |   Works on Any Broker   |   Auto-Detects Timezone Features Auto-Detects Broker GMT Offset Works automatically on any MT5 broker (XM, IC Markets, FXCM, etc.) No manual timezone configuration needed Label
FREE
Correlation Nexus
Andres Felipe Carvajal Rodriguez
Correlation Nexus Correlation Nexus: 精通正向或反向的货币对关系 Correlation Nexus 是一款专为 MetaTrader 5 设计的高级技术指标,它通过检测两种金融工具之间的 统计相关性 来发现交易机会。这个系统让交易者能够从**正相关(同向) 和 负相关(反向)**中获益,动态适应不同的货币对、指数或大宗商品。 与传统工具不同,此指标 并非独立运作 。其逻辑结合了 真实的统计相关性 、 确认性技术分析 以及一个清晰的视觉信号系统,并配有控制面板,使您能够以更高的精确度和信心进行操作。 工作原理 选择一个 主货币对 ( symbol_to_analyze )并将其输入到指标设置中。 打开一个包含 次货币对 (您将应用指标的图表)的图表。 选择您想要交易的相关性类型: 负相关(反向) :两个货币对之间发出相反的信号。 正相关(同向) :两个货币对之间发出同步的信号。 该指标会持续评估两种资产之间的关系。只有当主货币对的技术分析足够强劲 并且 满足所选的相关性阈值时,才会生成信号。 相关性类型及示例 相关性类型 推荐货币对 信号逻辑 示例
FREE
CandleTimer Countdown MT5
Robby Suhendrawan
4 (1)
Candle Timer Countdown (CTC) – Minimalist & Precise Candle Timer Candle Timer Countdown (CTC) is a lightweight and non-intrusive MetaTrader indicator that displays the remaining time of the current candlestick on your chart. Designed with simplicity and clarity in mind, this tool helps traders stay aware of candle closures without cluttering the chart. Key Features: Real-Time Candle Countdown Always know how many seconds are left before the current candle closes – works on all timeframes. Minima
FREE
Multi Currency Strength Dashboard Mini (FREE) – Currency Strength Meter for MetaTrader 5 Multi Currency Strength Dashboard Mini 是一款适用于 MetaTrader 5 的免费指标,以清晰快读的仪表板形式实时显示 8 大主要货币 (USD、EUR、GBP、JPY、CHF、CAD、AUD、NZD)的相对强弱。 目标:在几秒内识别强势和弱势货币,帮助您构建有针对性的关注列表(例如,选择强势货币对弱势货币的交易对)。 2.00 版本新功能 全新视觉刷新 – TradingTips UI(深蓝面板、霓虹边框、蓝色标题栏)。 分区方框内的彩色强度条(绿 / 金 / 红)。 8 个货币每行显示趋势箭头(上 / 下 / 中性)。 面板拖放 – 抓取标题栏即可在图表上移动。 最小化按钮 – 紧凑模式不占用图表空间。 面板位置在 MT5 重启后自动保存。 主要功能 在单个面板中分析 8 大主要货币。 自动实时更新。 适用于所有时间周期(在所选时间周期上计算)。 兼容大多数经纪商(
FREE
该产品的买家也购买
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Smart Trend Trading System 目前价格为 $99 。 接下来的 30 次购买 后,价格将上涨至 $199 。 特别优惠: 购买 Smart Trend Trading System 后,请发送私信给我,即可免费领取 Smart Universal EA ,并将您的 Smart Trend 信号转换为自动交易。 Smart Trend Trading System 是一套完整的交易系统,具备不重绘、不回绘、不延迟的特点,专为希望获得更清晰信号、更准确趋势方向以及更有组织交易方式的交易者打造。 Learn Smart Trend Trading System Everything you need to learn, install, and use the product is available here: Online Course:   https://www.mql5.com/en/blogs/post/757466 Visual User Manual — B
Trend Sniper X
Sarvarbek Abduvoxobov
4.85 (26)
Trend Sniper X 是一款适用于 MetaTrader 5 的多周期趋势跟踪指标,可帮助交易者清晰精准地识别趋势方向和潜在的反转点。 适用于 MT4: https://www.mql5.com/en/market/product/193245 价格信息: 当前价格为促销价,随着后续更新和新功能的推出,价格可能会有所变动。 赠品优惠: 购买后联系作者,即可免费获取该指标的 Auto-Trade Assistant EA(自动交易助手 EA)。 Code2Profit 频道 通过多时间框架分析掌控市场! 如何使用 Trend Sniper X 最大化您的胜率:核心规则与交易时段技巧 技术规格 平台 MetaTrader 5 指标类型 多时间周期趋势指标 运行时间周期 任何图表时间周期,可独立选择更高的时间周期 (M1–MN1) 主要交易品种 外汇、黄金 (XAUUSD) 及其他差价合约 (CFD) 推荐账户 任何账户类型 可视化 彩色趋势蜡烛 (买入/卖出/微弱/变化) + 买入/卖出箭头 附加模块 交易时段方框 (悉尼、东京、伦敦、纽约) 主要功能 多时间周期趋势分析: 直接在
Neuro Poseidon MT5
Daria Rezueva
4.8 (54)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
SMC Intraday Formula
Kareem Abbas
5 (22)
让我们先坦诚一点。 没有任何一个指标可以单独让你实现盈利。如果有人告诉你可以,那他是在向你兜售一个梦想。任何显示完美买卖箭头的指标都可以被做得看起来毫无瑕疵——只需要放大历史中的某一段并截取成功交易的截图。我们不会这样做。 SMC Intraday Formula 是一个工具。 它为你读取市场结构,标记出概率最高的价格区域,并用简单直白的语言准确告诉你当前智能资金的行为轨迹。你仍然需要做决定。你仍然需要执行交易。但现在,你是带着精确性执行,而不是靠希望。 我们已经在黄金(XAUUSD)以及主要外汇货币对的日内剥头皮交易中使用该指标将近三年。这是我们在 M1、M5、M15 和 M30 上的日常主力工具。它之所以有效,是因为它不试图预测未来——它展示的是当前正在形成的高概率交易机会,并解释 为什么 。 它与其他所有指标有什么不同? 大多数交易指标只做一件事。移动平均线交叉。振荡指标触及某个水平。出现一个箭头。你进场交易。你亏损。你责怪指标。重复。 SMC Intraday Formula 将多个机构级概念整合为一个统一的市场解读: - 斐波那契共振引擎 不只是普通的斐波那契水平——该指标
Zoryk Gold
Reda El Koutbane
5 (7)
折扣将在 24 小时后结束——下一价格为 69 美元 ZORYK — MetaTrader 5 专用高级 XAUUSD 黄金信号系统 你一定熟悉这种感觉。 你花了很多时间分析黄金,等待合适的入场机会。终于开仓后,价格却立刻朝相反方向移动。你过早平仓、移动止损,或者只犹豫了几秒钟。随后,市场却在没有你的情况下到达了你原本预期的目标。 问题并不总是方向判断错误。 真正的问题是缺乏确定性。 你不知道准确的入场位置在哪里。 你不知道什么时候交易逻辑已经失效。 你不知道应该先锁定较近的利润,还是继续等待更大的行情。 你也不知道当前信号是否足够强,还是自己只是在强行寻找交易机会。 黄金市场变化非常快。一个没有明确计划的好想法,可能在几秒钟内变成错误的交易决定。 ZORYK 正是为了解决这个问题而开发。 什么是 ZORYK ZORYK 是一套完整的 XAUUSD 黄金信号与交易计划系统,专门为 MetaTrader 5  和 M5 时间周期 开发。 它不是一个只显示 BUY 或 SELL 箭头,然后让你独自决定其余所有内容的简单指标。 每个确认后的信号都可以在图表上显示完整的可视化交易计划,包
Unix Scalper
Issam Kassas
UNIX Scalper — Gold Scalping Indicator for MetaTrader 5 UNIX Scalper is a focused Gold scalping indicator designed primarily for XAUUSD on M1, M2, M3, M5, M10 and M15. It gives the trader a clear BUY, SELL or WAIT decision together with the complete trade plan: Entry, Stop Loss, TP1 and TP2 . PRICE UPDATE NOTICE: Currently available for $199. The price will   increase to $399   after the next   30 purchases . The concept is simple: wait for the signal, follow the levels, move the Stop Loss to
M1 Sniper MT5
Oleg Rodin
5 (7)
M1 SNIPER   是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading opp
SuperScalp Pro
Van Minh Nguyen
4.63 (32)
SuperScalp Pro - Professional Multi-Layer Confluence Scalping System SuperScalp Pro 是一款高级剥头皮交易指标,在经典 Supertrend 的基础上加入了多个智能确认过滤器。它可以帮助您识别概率更高的 Buy/Sell 交易机会,同时显著减少虚假信号。 清晰的 Buy 和 Sell 箭头会直接显示在图表上,基于 ATR 的 Stop Loss 和 Take Profit 水平会实时自动计算。 购买后,请联系我获取设置指导和推荐配置。 使用 SuperScalp Pro Auto Trader 轻松实现信号自动化: [Auto Trader] 下载推荐设置文件: [Set File] 完整文档请参阅产品博客: [User Guide] 加入官方频道获取最新更新: [Official Channel] SuperScalp Pro 如何工作? 只有当多个确认层同时一致时,指标才会生成交易信号(趋势 + 动能 + 成交量 + 波动率)。 您可以手动交易,也可以连接 SuperScalp Pro Auto Tr
GoldenX Entry MT5
Kareem Abbas
5 (16)
GoldenX Entry 是一款用于 MT5 的指标,包含自适应 Smart Entry Trend 算法、信号评分系统、市场状态识别器以及波动率过滤器。每个信号都包含计算得出的入场位、三个止盈位(TP1、TP2、TP3)以及止损位。它基于多个分析层构建,旨在适应不同市场条件,将多层分析系统与内置优化器及统计跟踪系统相结合。该指标基于风险收益比(RR)指标和历史交易行为提供量化分析。 开始使用非常简单——在所选时间周期上运行优化器,然后在图表上开始使用该指标。 核心功能 GoldenX Entry 将信号引擎与内置交易管理及历史统计跟踪整合在同一图表中: - 内置优化器: 优化器可在图表上单击运行。它通过两阶段搜索流程测试200种参数组合——先进行探索,再进行优化——并在完成后自动应用选定配置。结果会按时间周期缓存,因此当返回已优化的周期时,会立即恢复相同设置。 - 黄金品种自动周期识别: 将指标加载到任何 XAUUSD 图表(M1 到月线)。系统会自动识别当前周期并加载对应预设。共包含9个时间周期配置文件,专为黄金在标准周期上优化设计。切换周期时,参数会自动调整。 - 资金参考面
ATstrong
Zaha Feiz
ATSTRONG PRO: 市场结构与突破指标 突破检测引擎 | 5个动态TP目标 | 实时仪表板面板 | 不重绘 首发价格 当前价格: $59 — 每售出10份价格增加$10。 ATSTRONG PRO 是一款专为 MetaTrader 5 设计的高级突破和机构市场结构指标。 它能够检测高概率波段枢轴,识别集群的支撑和阻力堆积区,并实时发送结构破坏(BOS)和特征改变(CHoCH)信号。 该指标会自动在您的图表上绘制动态止损和5个不同的止盈水平(TP1到TP5), 并配有风险回报预测框、星级信号质量评级以及图表上的实时绩效分析仪表板。 交易提示: 这是一款用于手动交易和市场分析的指标。它在K线收盘时显示清晰的视觉信号、水平和警报,并且 完全不重绘 。它不执行自动交易。 核心亮点与特性 智能突破引擎: 同时检测集群水平区域突破和单波段枢轴突破(BOS / CHoCH)。 突破强度评分: 评估动能、成交量/K线实体大小和枢轴质量,以过滤虚假突破和诱多/诱空。 5阶段止盈水平: 预测可自定义的R倍数目标(TP1: 0.5R, TP2: 1.0R, TP3: 1.5R, TP4:
Atomic Analyst MT5
Issam Kassas
4.44 (54)
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Atomic Analyst 目前价格为 $99 。 接下来的 30 次购买 后,价格将上涨至 $199 。 特别优惠: 购买 Atomic Analyst 后,请发送私信给我,即可免费领取 Smart Universal EA ,并将您的 Atomic Analyst 信号转换为自动交易。 Atomic Analyst 是一款不重绘、不回绘、不延迟的 Price Action 交易指标,专为手动交易、清晰信号和 EA 自动化而设计。 User manual: settings, inputs and strategy.   &   User Manual PDF . 它分析价格行为、强度、动能、多周期方向和高级过滤器,帮助交易者减少噪音,避免弱势交易机会,并做出更有结构的交易决策。 该指标将复杂的市场计算转换为简单的视觉信号、彩色K线、趋势读数、止损水平和多个止盈区域,使交易者能够快速理解并应用于真实市场环境。 主要交易用途: 剥头皮和日内交易: 专为快速决策、清晰箭头、提醒、K线颜色和
Gold Entry Sniper
Tahir Mehmood
5 (19)
Gold Entry Sniper – 专业多周期ATR黄金交易仪表盘,适合黄金剥头皮与波段交易 Gold Entry Sniper 是一款先进的 MetaTrader 5 指标,旨在为 XAUUSD 及其他品种提供精准的 买/卖信号 。基于 ATR 移动止损逻辑 和 多周期分析仪表盘 ,适合剥头皮交易者与波段交易者,帮助识别 高概率黄金入场点 。 主要功能与优势 多周期信号分析 – 同时显示 M1、M5、M15 趋势方向。 基于ATR的动态止损 – 根据波动性自动调整。 专业图表仪表盘 – 展示信号状态、ATR水平、线性回归中线和交易方向。 清晰买卖标记 – 自动箭头与文字标签提示。 离场提示与交易管理 – 自动检测离场信号锁定利润。 全面自定义 – 调整仪表盘位置、颜色、字体及参数。 专为黄金优化 – 适用于 M1至M15 黄金剥头皮 ,也适合外汇、指数与加密货币。 为什么选择 Gold Entry Sniper? 为追求 快速、精准、可视化交易决策 的交易者打造,ATR 与多周期确认结合,帮助你抓住 最佳黄金入场点
FiboSniper Pro
Van Minh Nguyen
5 (2)
FiboSniper Pro – 专业多重过滤 Fibonacci 网格交易系统 FiboSniper Pro 是一套先进的技术交易指标系统,将 Fibonacci Envelopes 与多层市场确认条件相结合,包括 ADX、EMA、RSI、ATR 和时间过滤器。通过综合分析价格结构、趋势、动量和波动率,该系统帮助交易者识别更加精选且质量更高的入场机会,同时提供基于 ATR 自动计算的 Stop Loss 和 Take Profit 水平,以实现结构化的交易管理。 购买后,请联系我获取使用 Auto Trader X 自动交易 FiboSniper Pro 信号的操作说明。 使用 Auto Trader X 自动执行 FiboSniper Pro 交易信号: [Auto Trader X] 查看用户指南并下载推荐的设置文件: [Click here] 加入 FiboSniper Pro MQL5 官方公开频道,获取产品更新和新闻: [Click here] 该系统使用 5 个 Fibonacci 水平(23.6%、38.2%、50%、61.8% 和 100%)识别动态支撑和阻力区域,这
Superhero
Ihor Otkydach
5 (3)
SUPERHERO 指標是一款基於「全方位」原則設計的多貨幣交易系統。該指標能獨立分析市場,並提供開倉與平倉的交易訊號。它採用止損與獲利了結訂單,風險報酬比(R:R)為 1:1。 我偶爾會根據這個系統的訊號親自進行交易,以下是我獲得的結果—— 即時訊號 此系統可向您的智慧型手機發送推播通知,讓您無需綁定電腦,即可「隨時隨地」進行交易。這對於自營交易公司而言再適合不過了。 每位顧客皆可享額外好禮: 每位購買此指標的買家,都將收到我贈送的一項特別實用工具,該工具: 自動下達止損與獲利了結訂單 當價格達到目標水準時,系統會自動平倉 支援待執行訂單交易 支援均值交易模式 如果您希望將這款優秀且極為便利的工具作為禮物獲贈,請在購買 SUPERHERO 指標後,立即透過 MQL5 平台的私訊與我聯繫。此外,您還將獲得培訓課程「如何安裝與設定 SUPERHERO 並開始穩定獲利」的存取權限。 關於「超級英雄」策略 SUPERHERO 策略是利用價格回調時,順應趨勢方向進行盤中交易。 「超級英雄」程式碼內含數個強大的技術指標,用以分析價格通道的趨勢方向與波動範圍,並能識別在修正性回調後形成的盤中波段反
Divergence Bomber
Ihor Otkydach
4.89 (94)
我偶爾會親自使用這個系統進行交易。 請評估我在真實帳戶上進行的手動 BOMBER 交易—— LIVE SIGNAL 购买该指标的每位用户将额外免费获得以下内容: 原创工具“Bomber Utility”,该工具会自动跟踪每一笔交易,设置止损和止盈点,并根据策略规则自动平仓; 适用于不同交易品种的指标设置文件(Set 文件); 三种不同风险模式下的 Bomber Utility 设置文件:“最低风险”、“平衡风险” 和 “观望策略”; 一套详细的 视频操作手册,帮助您快速完成安装、配置并开始使用本交易系统。 注意: 要获取以上所有赠品,请通过 MQL5 的私人消息系统联系卖家。 我为您介绍原创的自定义指标 “Divergence Bomber”(背离轰炸机),它是一套基于 MACD 背离交易策略 的“全功能”交易系统。 该技术指标的主要任务是识别 价格与 MACD 指标之间的背离,并发出交易信号(包括推送通知),指示未来价格可能的运动方向。平均而言,这些信号的准确率超过 98%。有关该指标如何工作的详细说明,请观看本页面上的视频演示。 该系统使用 止损订单 和 动态回撤平仓机制 来管理
Gann Made Easy MT5
Oleg Rodin
5 (9)
Gann Made Easy   是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
Entry Points Pro for MT5
Yury Orlov
4.51 (150)
传奇回归:Entry Points Pro 10。 这款传奇指标曾 3 年稳居 MQL5 Market 前三,如今全面重启。 数百条热情好评(两个版本合计 589 条),每天有数千名交易者用它交易,演示版下载 31,000+   MT4+MT5  次。 五年来我读过你们的每一条评价——在第 10 版里,我没有给出许诺,而是把答案直接做进了产品。指标作者自 1999 年入市, 珍视诚信、自己的声誉和自己的客户 。 Entry Points Pro 给出的入场信号严格不重绘。 而且这一次不再只是作者的一面之词,而是可验证的事实:确认信号只在 K 线收盘后标出,自动化测试记录到 零重绘 (在 EURUSD、XAUUSD 和 BTCUSD 上共 2,486,568 次不变量检查——0 次违规)。测试方法完全公开——您可以在策略测试器中自行复现。 购买后请务必第一时间给我发私信。 我会发给您 扩展版说明书《交易者圣经》 ——使用本指标交易的完整指南——并告诉您如何免费获得 赠品:市场扫描器 ,它能同时分析多个品种和多个时间周期,并在一个界面上显示 Entry Points Pro 此刻在哪里表现
UZFX {SSS} 超短线智能信号 v5.0 MT5 是一款无重绘的高性能交易指标,专为在快速波动的市场中需要精准、实时信号的超短线交易者、日内交易者和波段交易者设计。该指标由 (UZFX-LABS) 开发,融合了价格行为分析、趋势确认和智能过滤技术,可在所有货币对和时间周期内生成高概率的买卖信号、预警信号以及趋势延续机会。 别再对交易犹豫不决了,开始遵循这一专为追求清晰、精准和纪律性市场执行的交易者设计的结构化信号系统吧。 相信我,这是 MQL5 上最优秀的指标之一,所以千万不要错过!!“为睿智交易者打造的智能信号” 最新 5.0 版本现已发布,价格可能会在未事先通知的情况下上涨至 499.99 美元,所以请尽快入手,以免错失良机!! 最终购买前!如果您想获取免费试用版,请通过 WhatsApp 号码 +923030751987 联系我!! 如果您遇到任何问题“或”有任何不明白的地方,请在私聊中向我咨询!!! 主要功能更新 • 自动买入和卖出信号检测 • 先进的反转识别逻辑 • 潜在市场反转前的预警信号 • 趋势延续确认信号 • 内置风险管理功能,包含入场点、止损点、TP1、
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5合成分形结构分析与确认入场 概述 Azimuth Pro 是 Merkava Labs 推出的多层级波段结构指标。四层嵌套波段层级、锚定波段的VWAP、ABC形态识别、三时间框架结构过滤以及收盘确认入场——一个图表,一个从微观波段到宏观周期的完整工作流程。 这不是盲目的信号产品。它是一个以结构为先的工作流程,专为重视位置、背景和时机的交易者打造。 ️ 夏季促销 — 庆祝夏至与 The Oracle Pro 上市:Azimuth Pro 七折优惠,现价 279 美元(原价 399 美元)。限时夏季优惠。 1. V2的变化 合成多时间框架引擎 高时间框架分析从零开始重建,采用与Meridian Pro相同的专有合成架构。更清晰的HTF背景、稳定的实时行为、无经典MTF同步问题。合成引擎还解锁了 固定比率时间框架级联 (x2、x3、x4、x6)——不再在经纪商的固定时间框架之间任意跳转,您可以按图表时间框架的固定倍数分析结构,在每个尺度上保持相同的分形关系。 确认入场箭头 作为稳定且可恢复的执行层而设计的收盘确认箭头。当ABC设置形成且自适应确认逻辑
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Smart Price Action Concepts 目前价格为 $200 。 接下来的 30 次购买 后,价格将上涨至 $299 。 特别优惠: 购买后,请发送私信给我,即可领取 免费赠品 + 礼物 。 首先需要强调的是,这款交易工具是不重绘、不回绘、不延迟的指标,因此非常适合专业交易使用。 [Online course] ,   [User Manual]  ,  [How to Install]  ,   [PDF] Smart Price Action Concepts 指标是一款非常强大的工具,适合新手和有经验的交易者使用。它将 20 多个实用指标整合到一个系统中,结合了 Inner Circle Trader Analysis 和 Smart Money Concepts Trading Strategies 等高级交易理念。该指标专注于 Smart Money Concepts,帮助交易者理解大型机构如何交易,并辅助预测其市场行为。 它特别擅长流动性分析,使交易者更容易理解机
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (6)
全新王者降临 - 指标 + 订单管理提示(TP1 + TP2 + TP3)+ 可选 Telegram 信号发送器 INCLUDED(免费) (完整交易与信号系统) 我们最强的黄金 EA: Gold Slayer 该指标包含先进的交易策略、可自定义订单管理系统,以及结合 Envelope 扩展的均值回归系统,并通过 RSI 等多重智能确认过滤器进行验证,以捕捉高概率反转入场机会,提供 BUY 与 SELL 信号。 你不仅能够学习如何交易,还能学会如何高效管理多个仓位,并利用之前盈利的持仓来覆盖亏损交易。 专为 M5 周期打造并优化,在 BTCUSD 和 XAUUSD 上表现尤为出色,因为这些市场的流动性能够让信号更加干净、可靠。 该指标会自动生成清晰的多头(Long)与空头(Short)信号,同时基于 ATR 自动计算入场位、止损位和止盈位,让风险管理从一开始就融入系统之中。 多 TP 系统设有三个渐进式目标位,你可以在 TP1 锁定部分利润、在 TP2 继续持仓,并在更大的行情中将仓位持有至 TP3,而这正是平均风险回报比真正开始大放异彩的地方。 默认参数开箱即用,已经针对稳定表现进行
Power Candles MT5
Daniel Stein
4.73 (11)
Power Candles V3 - 自我优化的强度指标 Power Candles V3 把货币与品种的强度直接转化为图表上可执行的交易方案。指标不再仅根据强度给K线着色,而是在后台持续运行实时自动优化,为您正面对的品种给出最佳 Stop Loss、Take Profit 与信号阈值。一键采用,Entry、Stop Loss、Take Profit 线就以精确价格绘制在图表上,提醒消息中直接包含方向。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 每根收盘K线运行 3,000+ 次交易模拟。9 种强度状态。2 种策略并行测试。一键采用最优配置。 为什么需要这个 大多数强度指标只给您一个数值,然后留下三个问题:相信哪个阈值、用哪个 Stop Loss、走哪个交易方向。Power Candles V3 在每根收盘K线上自动回答这些问题。结果就是一个完整的交易方案 -
货币强度向导是一个非常强大的指标,为您提供成功交易的一体化解决方案。该指标使用多个时间范围内所有货币的数据来计算这个或那个外汇对的力量。此数据以易于使用的货币指数和货币电力线的形式表示,您可以使用它们来查看这种或那种货币的力量。 您所需要的只是将指标附加到您要交易的图表上,该指标将向您显示您交易的货币的真实强度。该指标还向您显示买卖量压力的极值,您可以在顺势交易时利用这些压力。该指标还显示了基于斐波那契的可能目标。该指标可用于各种交易时间范围。该指标支持各种货币对的交易。   该指标为您提供所有类型的警报,包括推送通知。 购买后请联系我。我将与您分享我的交易技巧,并免费为您提供丰厚的红利指标! 祝您交易愉快,获利丰厚!
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (4)
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
Axiom Matrix
Issam Kassas
5 (6)
[User Manual]   ,   [Online Course]   ,   [PDF]  And [DEMO] Axiom Matrix 是一款适用于 MetaTrader 5 的专业多品种、多时间周期市场扫描器和决策仪表板。 它会扫描您的 Market Watch,分析多个时间周期,读取多个证据引擎,比较最强的交易机会,并在一个清晰的矩阵仪表板中显示最佳 BUY、SELL、WAIT 或被阻止的状态。 我开发 Axiom Matrix,是因为我想要一个可以替我完成繁重市场扫描工作的工具。 我不想只单独检查 RSI。 然后单独检查 MACD。 然后检查移动平均线。 然后检查成交量。 然后检查波动率。 然后检查支撑和阻力。 然后还要手动在不同品种和时间周期之间切换,只为了建立一个交易思路。 我想要一个仪表板,可以扫描市场、比较证据、排序最佳机会,并告诉我现在最强的交易设置在哪里。 这就是 Axiom Matrix 背后的核心理念。 AXIOM MATRIX 的功能 Axiom Matrix 会在多个时间周期上扫描多个交易品种,并根据多个技术证据组建立结构化决策。 Axiom Mat
TrendMaestro5
Stefano Frisetti
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 and momentum to identify the moment in which there is an explosion of one or more of these da
SR Liquidity MT5
Oleg Rodin
5 (2)
SR Liquidity   是一款旨在揭示市场流动性高度集中且价格反应最剧烈的隐蔽区域的交易指标。这些特殊的流动性区域充当着强有力的支撑位与阻力位,为您清晰呈现市场最可能发生反转的位置。 SR Liquidity 指标并非简单地绘制常规的支撑/阻力线,而是通过分析实际的价格行为,识别买卖压力积聚的区域。这些区域实际上是推动市场真实波动的流动性池。通过在图表上直观呈现这些区域,该指标能助您在价格反应发生前预判走势——这意味着它实际上能够预测价格方向可能发生的变化。它将原始的价格行为转化为清晰且具实操价值的市场蓝图,标示出那些可能成为市场转折点的关键价位。 该指标适用于任何交易品种和时间周期——包括外汇、指数、金属、加密货币等。支持任意时间周期。 购买后请联系我,以获取交易指南及免费赠送的优质附加指标!
Smart Market Structure Toolkit
Garry James Goodchild
5 (1)
Smart Market Structure Pro by G-Labs — ICT and Smart Money Concepts toolkit with built-in multi-symbol scanner for MetaTrader 5. Break of structure, change of character, order blocks, fair value gaps, liquidity sweeps, premium and discount zones, ICT sessions, confluence scoring, AI trade ideas, and a traffic-light scanner across up to 30 pairs and four timeframes from one chart. Map SMC and ICT on the active chart while the built-in scanner monitors your full watchlist. Each cell shows BUY, S
Advanced Supply Demand MT5
Bernhard Schweigert
4.53 (15)
任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供需区域用作警报触发器。
作者的更多信息
Manual trade and group management
Gayan Indika Honnanthara Acharige
GTM PANEL PRO is a manual trade-management control panel for MetaTrader 5. It does not open trades on its own and it does not predict anything. It gives you a cockpit: you decide, and the panel executes, protects and reports — in one click instead of ten. It was built for the trader who is already good at reading a chart but keeps losing money to the mechanics of trading: the stop that was never set, the basket that had to be closed one trade at a time, the pending order typed at the wrong price
Trade manager gtm
Gayan Indika Honnanthara Acharige
GTM Panel is a manual trade panel for MetaTrader 5. It does not generate signals and it does not open a single trade on its own. You decide what to trade and when — the panel places it, protects it, follows it, and closes it in one press instead of ten. It is built around one thing most panels treat as an afterthought: pending orders . Four independent limit slots sit beside the market scope, each with its own colour, its own price, its own lots, its own SL and TP, and its own line on the chart.
Background Image and Logo for MT5 chart
Gayan Indika Honnanthara Acharige
GTM Chart Image   puts   your own picture behind the candles   and   your own logo anywhere on the chart . Nothing is built into the indicator — every image is a file you supply, and you can swap it whenever you like. Read this before buying.   This is a   chart decoration tool . It does not trade, it gives no signals, it draws no indicator lines and it makes no claim about your results. It exists so your workspace looks like yours — your branding, your wallpaper, your watermark — on every chart
筛选:
无评论
回复评论