ColorWave Multi MA

ColorWave Multi MA

The ColorWave Multi MA is a highly configurable Moving Average (MA) indicator, with some advanced features:

1. Purpose of the indicator

  • It draws a moving average line on the chart.

  • Instead of a single color, it splits the MA into three line segments:

    • Up (green) when the MA is rising,

    • Down (red) when the MA is falling,

    • Flat (gray, dotted) when the MA is flat within a threshold.

  • It supports many MA types, not just the standard SMA/EMA.

This is useful for traders because it visually shows trend direction and flat (sideways) markets more clearly than a normal MA.

2. User Inputs

You have a lot of customization:

  • Period (InpPeriod) → How many bars to use in calculation.

  • Shift (InpShift) → Moves the MA left/right on the chart.

  • Applied price (InpAppliedPrice) → Choose Close, Open, High, Low, Median, Typical, Weighted.

  • MA type (InpMAType) → One of 8 types:

    • SMA, EMA, SMMA, LWMA, DEMA, TEMA, HMA, T3.

  • Flat threshold (InpFlatPoints) → Defines what “flat” means. Example: 0.5 points means if slope is smaller than 0.5 pipette, it’s flat.

  • Colors (InpColorUp, InpColorDown, InpColorFlat) → Different for up, down, flat.

  • Line width (InpLineWidth) and styles (InpLineStyle, InpFlatStyle).

  • T3 hot factor (InpT3Hot) → Parameter for the special T3 moving average.

3. How it calculates

The code does 3 main things inside OnCalculate():

  1. Prepares price array

    • Gets the price (close/open/etc.) for each bar and stores in PriceArr.

  2. Computes the moving average

    • Depending on InpMAType, it calls the right function:

      • ComputeSMA() = simple average.

      • ComputeEMA() = exponential.

      • ComputeSMMA() = smoothed.

      • ComputeLWMA() = weighted.

      • ComputeDEMA() = double EMA = 2×EMA1 – EMA2.

      • ComputeTEMA() = triple EMA = 3×EMA1 – 3×EMA2 + EMA3.

      • ComputeHMA() = Hull MA (fast-reacting, smooth).

      • ComputeT3() = Tim Tillson’s T3, very smooth.

  3. Classifies slope (Up, Down, Flat)

    • It looks at current MA value (current_ma) and previous MA value (prev_ma).

    • Slope = current_ma - prev_ma.

    • If slope > threshold → UpBuffer gets the MA value.

    • If slope < -threshold → DownBuffer gets the MA value.

    • If |slope| ≤ threshold → FlatBuffer gets the MA value.

Since each buffer is drawn with different style/color, the line is automatically segmented.

4. Buffers and drawing

  • MT4 indicators use buffers to store values for drawing.

  • You have 3 buffers:

    • UpBuffer[] (green solid)

    • DnBuffer[] (red solid)

    • FlBuffer[] (gray dotted)

At each bar, only one buffer gets a value (others get EMPTY_VALUE).
This makes the line appear in 3 colors depending on slope.

5. Special details

  • No repainting:

    • It doesn’t recalc historical values incorrectly.

    • The only value that can change is the last bar, same as a normal MA.

  • Flat detection:

    • Controlled by InpFlatPoints.

    • On a 5-digit broker, 10 points = 1 pip.

    • If you set 0.5, it means half a pipette sensitivity → very sensitive flat detection.

  • Performance:

    • It optimizes recalculation: only recalculates the newest bars, not everything every tick.

  • Advanced MA formulas:

    • Includes non-standard averages (Hull, DEMA, TEMA, T3).

    • Makes it more powerful than built-in MT4 MAs.

6. What you will see on chart

  • A moving average line that changes color and style:

    • Green solid → trend up,

    • Red solid → trend down,

    • Gray dotted → flat sideways.

  • The transitions between colors show where slope changes.

In short:
This is a multi-type adaptive moving average that visually marks trend direction and flat conditions with color-coded segments. It’s much clearer than a regular MA because it tells you not only where the average is but also whether the market is trending or ranging.



推荐产品
The Super Arrow Indicator provides non-repainting buy and sell signals with exceptional accuracy. Key Features No repainting – confirmed signals remain fixed Clear visual arrows: green for buy, red for sell Real-time alerts via pop-up, sound, and optional email Clean chart view with no unnecessary clutter Works on all markets: Forex, gold, oil, indices, crypto Adjustable Parameters TimeFrame Default: "current time frame" Function: Sets the time frame for indicator calculation Options: Can be set
Stepping Trend
Mpendulo Chiliza
The Stepping Trend Indicator     The Steppi ng Trend indicator uses the  average true range  (ATR indicator) in its calculation. This gives you control to set your own average true range period, I set the Default as 10.   Indicator Details. Green Arrow Up: This means you are at the starting point of a new bullish trend, it’s time to buy.   Red  Arrow  Down : This means you are at the starting point of a new  bearish  trend, it’ s time to sell .   What if you miss the Arrow Signal?   No prob
这是一个预测蜡烛收盘价的指标。 该指标主要用于 D1 图表。 该指标适用于传统外汇交易和二元期权交易。 该指标可以用作独立的交易系统,也可以作为您现有交易系统的补充。 该指标分析当前蜡烛,计算蜡烛本身内部的某些强度因素,以及前一根蜡烛的参数。 因此,该指标预测市场走势的进一步方向和当前蜡烛的收盘价。 由于这种方法,该指标既适用于短期盘中交易,也适用于中长期交易。 该指标允许您设置指标在分析市场情况期间将产生的潜在信号的数量。 在指标设置中有一个特殊的参数。 此外,该指标可以通过图表上的消息、电子邮件以及推送通知的形式通知新信号。感谢您的关注!交易愉快! 购买后一定要写信给我! 我会给你我的交易指标的建议! 还可以获得奖金!
Happy Scalping Indicator
Leandro Bernardez Camero
这个指标是为 激进的 scalping 和 快速进入二元期权 设计的 ,它会在 每根蜡烛图 上生成信号,帮助你随时了解市场的动向。 加入 Happy Scalping 频道: MQL5 不重绘 :当前蜡烛的信号在 实时 生成,这意味着它可以在蜡烛形成过程中发生变化,具体取决于价格是上涨还是下跌,与前一根蜡烛的收盘价相比。 但是,一旦蜡烛 关闭 ,信号的颜色就会 完全固定 。它不会变化、消失或移动。 你看到的就是最终的信号。 为什么这样设计? 因为许多 scalper 重视即时获得信号,特别是在 价格突破或剧烈波动 时,他们可以在价格波动的同一秒钟内抓住这些快速的点数。 另一方面,也有一些交易者更喜欢等待 蜡烛收盘后的确认 ,他们也可以完美使用这个指标。 这两种方法都是有效的 ,该系统可以适应这两种风格。 重要提示: 查看视频,了解如何在实时市场中操作, 如何入场交易,何时交易,何时最好避免交易 。 该指标非常强大 ,但和任何工具一样, 理解其逻辑非常重要 ,才能最大化利用它。 如果有任何疑问,请随时联系我。我会帮你解答。
Master Volume profile
Israr Hussain Shah
Money Flow Profile MT5 HERE   Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis This Master Edition is engineered for clarity and speed, featuring a unique Auto-Theme Sync system that instantly beautifies your chart layout upon loading. Key Features: True Money Flow Calculation: Goes beyond stand
Super Reversal Pattern
Parfait Mujinga Ndalika
Super Reversal Pattern Indicator Unlock the power of advanced pattern recognition with our Super Reversal Pattern Indicator. Designed for traders seeking precision and reliability, this indicator identifies one of the most effective reversal patterns in technical analysis, offering a significant edge in your trading strategy. Key Features: Non-Repainting Accuracy: Enjoy the confidence of non-repainting technology. Once a Super Reversal Pattern is detected, it remains static, providing consiste
DYJ Alligator 信号源基于 Alligator 指示器。它可以用于任何货币对和时间框架。 蓝线(Alligator‘s Jaw)是用于构建图表的时间段的平衡线(13期平滑移动平均线,向未来移动8条); 红线(鳄鱼的牙齿)是低一级(8期平滑移动平均线,向未来移动5条)的价值时间框架的平衡线; 绿线(Alligator's Lips)是价值时间段的平衡线,再低一级(5期平滑移动平均线,向未来移动3条)。 市场进入条件 BUY:  Lips#1 > Teeth#1 and Teeth#1 > Jaws#1 SELL: Lips#1 < Teeth#1 and Teeth#1 < Jaws#1 该指标的入场信号,则是趋势转折点。 该指标使用模拟交易技术,   指标为你提供评价开盘信号和收盘信号整体盈利。   你用哪种评估模式交易都很方便。   当你选择最大利润模型评估模型时, 建议您使用跟踪止损功能。 这样可以最大程度的跟踪趋势利润。   当您选择反向信号关闭评估模式时, 建议你耐心等待反信号出现,然后关闭仓位。 这个可以一直等趋势真正结束并盈利。 如果您需要自动化跟
EZZ Zig Zag MT4
Paulo Rocha
5 (1)
EZZ Elite Zig Zag is an indicator for the MetaTrader 4 terminal. This indicator traces the peak of the trend based on the market reversal, thus showing various opportunities in the financial market. EZZ Elite Zig Zag is a visual tool, intuitive, and easy to understand and use.  Test it Yourself by Downloading it for Free. Author Paulo Rocha all rights reserved
这个多时间框架和多符号指示器提醒 Heiken Ashi 平滑颜色变化。作为奖励,它还可以扫描赫尔移动平均线趋势(颜色)的变化。结合您自己的规则和技术,该指标将允许您创建(或增强)您自己的强大交易系统。 特征 可以同时监控您的市场报价窗口中可见的所有交易品种。将该指标仅应用于一张图表,并立即监控整个市场。 可以监控从 M1 到 MN 的每个时间范围,并在识别出颜色变化时向您发送实时警报。支持所有 Metatrader 本地警报类型。 该指示器包括一个交互式面板。当您单击面板中的信号时,将打开带有相关交易品种和时间范围的新图表。请看下面的截图。 选择延迟一个或多个条形的警报以确认颜色(趋势)变化。 该指标可以将信号写入一个文件,EA 可以使用该文件进行自动交易。比如 这个产品 。 输入参数 输入参数的描述和解释可以在 这里 找到。 重要的 请注意,由于具有多功能性,既不会在安装指标的图表上绘制买入/卖出建议,也不会绘制线条和箭头。强烈建议将指标放在干净(空)图表上,不要在其上放置任何其他可能干扰扫描仪的指标或智能交易系统。
Chart Patterns Detect 15 patterns (Ascending Triangle, Descending Triangle, Rising Wedge, Falling Wedge, Bullish Flag, Bearish Flag, Bullish Rectangle, Bearish Rectangle Symmetrical triangle, Head and Shoulders, Inverted Head and Shoulders, Triple top, Triple Bottom, Double Top, Double Bottom) Use historical data to calculate the probability of each pattern to succeed (possibility to filter notification according to the chance of success) gives graphic indication about the invalidation level and
概述 Candle Timer Countdown Pro for MT4 是一款用于 MetaTrader 4 的K线收盘倒计时指标。它可以在图表上显示当前K线距离收盘还剩多少时间,并配合圆形进度弧,让交易者一眼就能判断当前K线所处的时间阶段。 相比普通倒计时指标只在新 tick 到来时刷新,本指标使用服务器时间锚定与本地时钟插值方式,在 tick 稀少时仍能保持稳定倒计时显示,减少冻结、跳动和时间漂移问题。 无论您是在 M1 图上进行短线交易,还是在 H1、H4、D1 图上观察趋势和K线形态,准确知道当前K线何时收盘,都有助于更好地把握入场时机、确认收盘形态,并避免过早做出交易判断。 为什么本计时器与众不同 很多 MT4 倒计时指标主要依赖 TimeCurrent() 。在 MetaTrader 4 中,服务器时间通常随市场报价更新;当市场波动较低、报价间隔变长,或者当前品种暂时没有新 tick 时,普通倒计时容易出现短暂停顿,然后突然跳动。 本指标通过在新 tick 到达时锚定服务器时间,并在两次 tick 之间使用本地时钟进行时间插值,使倒计时显示更加平滑、稳定。配合圆形进度弧
Alpha Trend sign Alpha Trend sign 是我么长期以来非常受欢迎的交易工具,它可以验证我们的交易系统,并且明确的提示交易信号,并且信号不会漂移。 主要功能: •  根据市场显示活跃区域,根据指标可以很直观的判断当前行情是属于趋势行情,还是震荡行情。    并根据指标的指示箭头切入市场,绿色箭头提示买入,红色箭头提示卖出。 •  建议使用5分钟以上的时间周期进行交易,避免因为小周期波动出现频繁的交易信号。 •  您也可以开启信号提示,以免错过最佳的交易时机。 •  本指标不但可以很好的预测趋势行情,也可以在宽幅震荡行情中获利。 •  本指标本着大道至简的原则,适合不同阶段的交易者使用。 注意事项: •  Alpha Trend sign 有明确的进出场信号,不建议逆势操作,以免造成损失。 •  Alpha Trend sign 是特别成熟的指标,我们团队人手一个,使用它可以实现稳定盈利。     
Auto Fibo Pro m
DMITRII GRIDASOV
“Auto FIBO Pro” Crypto_Forex 指标 - 是交易中的绝佳辅助工具! - 指标自动计算并放置在图表斐波那契水平和局部趋势线(红色)上。 - 斐波那契水平指示价格可能反转的关键区域。 - 最重要的水平是 23.6%、38.2%、50% 和 61.8%。 - 您可以将其用于反转剥头皮或区域网格交易。 - 还有很多机会可以使用 Auto FIBO Pro 指标来改进您当前的系统。 - 它具有信息价差掉期显示 - 它显示所连接的外汇对的当前价差和掉期。 - 显示屏还显示账户余额、净值和保证金。 - 可以将信息价差掉期显示定位在图表的任何角落 . 点击这里查看高质量的交易机器人和指标! 这是仅在此 MQL5 网站上提供的原创产品。 ...............................................
Trend PA
Mikhail Nazarenko
5 (3)
The Trend PA indicator uses   Price Action   and its own filtering algorithm to determine the trend. This approach helps to accurately determine entry points and the current trend on any timeframe. The indicator uses its own algorithm for analyzing price changes and Price Action. Which gives you the advantage of recognizing, without delay, a new nascent trend with fewer false positives. Trend filtering conditions can be selected in the settings individually for your trading style. The indicator
Signal From Level
Yaroslav Varankin
Binary Options Support Resistance Indicator This indicator is designed for binary options trading and effectively shows retracements from support and resistance levels. Signals appear on the current candle. A red arrow pointing downwards indicates a potential selling opportunity, while a blue arrow pointing upwards suggests buying opportunities. All that needs adjustment is the color of the signal arrows. It is recommended to use it on the M1-M5 timeframes as signals are frequent on these timef
该指标的独特优势在于其基于 Arjo 设计和开发的“公允价值缺口理论”。Arjo 是一位顶尖的导师,而我本人则在此基础上进行了开发完善。该系列视频将包含完整的 YouTube 链接,提供详尽的讲解,并附有编译后的 MT4/MT5 系统运行的截图。 所有发布的系统都将分别提供 MT4 和 MT5 版本,以满足不同平台和用户的需求。 所有购买该系统的 100 位客户都将获得一项额外福利:购买 Pine 脚本工具后,即可在 Trading View 上免费使用该系统。 链接: https://youtu.be/gT5SFdwIYC0?si=L_ldI4E_pCx4gVhL   您将获得: 1. 根据链接中的说明,自动检测并绘制看涨/看跌公允价值缺口框。 2. 隐蔽突破缺口信号 3. 突破缺口信号 4. 推送(通知)提醒指标(可选) 5. 该系统适用于所有时间周期。推荐时间周期:15分钟、1小时、4小时和日线。 总结:这仅仅是我们征程的开始,我们将根据用户需求定期更新更多功能、开发和升级,欢迎随时评论或私信我们提出任何问题。很遗憾,我们目前不提供演示下载,但我们保证,为了满足所有用户的需求,
Heiken Ashi candle chart is an improved version of The Japanese candle chart, which can effectively filter the market "noise" of the Japanese candle chart. It is favored by many traders for its simplicity and intuition. For trend traders, the HA candle chart is a magic tool. Unlike the traditional Japanese candle chart, Heikenashi does not reflect the opening price, high price, low price and closing price of the market. Instead, Heikenashi calculates the value of a single K line in the dominant
FXArk Kcci
Nithaam Davis
The KCCi uses a Grid method with a breakeven feature, its based around the CCI and Kijun-Sen of the Ichimoku indicator. Its recommended to be used with a cent account as it requires a high volume of capital along with a broker that allows numerous open positions, along with this low spreads are desired. All major pairs can be traded with this EA, including commodities and on all TFs though before any usage please optimize . IMPORTANT: These parameters will need to be increased to the max open
Advanced Trend Regime
Shellard Securities (Pty) Ltd
The indicator has been designed to function on any time-frame and any pair.   This regime filter will help the trader better evaluate whether the current market is trending, and in which direction. It quickly reacts to changes in market dynamics using a series of advanced calculations. The user is able to select whether the calculation remains standard, or if a further filter constraint is added to the calculation.   A Yellow moving average of the signal has been included for the trader to smoot
Wave Trend MT4
Diego Arribas Lopez
MT5 Version   Wave Trend MT4 Wave Trend is an oscillator, which helps identifing in a extremely accurate manner market reversals. The Oscillator being obove the overbought level and a cross down of the fast into the slow MA usually indicates a good SELL signal. If the oscillators is below the oversold level and the fast MA crosses over the slower MA usually highlights a good BUY signal. The Wave Trend indicator can be also used when divergences appear against the price, indicating the current mo
Distinctive
Tatiana Savkevych
Distinctive is a forex trending arrow indicator for identifying potential entry points. I like it, first of all, because it has a simple mechanism of work, adaptation to all time periods and trading tactics. Created on the basis of a regression channel with filters. Plotting the Lawrence indicator signals on a price function chart using a mathematical approach. How it works - when the price breaks out in the overbought / oversold zone (channel levels), a buy or sell signal is generated. Everyt
This indicator is an upgrade of traditional MACD on MT4. Macd Base line cross above Macd signal line the color of histogram change is red color and entry order Sell. Macd Base line cross below Macd signal line the color of histogram change is green color and entry order Buy. For above histogram of Macd can change color to good looking by can change color above zero line and lower line.
Matrixs
Andriy Sydoruk
Matrix is a Forex arrow indicator. Displays signals simply and clearly! The arrows show the direction of the transaction, and are colored accordingly, which can be seen in the screenshots. As you can see, trading with such an indicator is easy. I waited for an arrow to appear in the desired direction - I opened a deal. An arrow formed in the opposite direction - closed the deal. The indicator also displays the lines with the help of which the arrow signals are formed, taking into account the int
ZhiBiCCI MT4
Qiuyang Zheng
【ZhiBiCCI】指标适合所有的周期使用,也适合所有的市场品种。 【ZhiBiCCI】绿色实线是逆转看涨背离。绿色虚线是经典的看涨背离。 【ZhiBiCCI】向红色实线是反向看跌背离。红色虚线是古典看跌背离。 【ZhiBiCCI】可以在参数里面设置(Alert、Send mail、Send notification),设置为(true)就可以发送即时信号到警报窗口、电子邮件、即时消息。 参数设置说明: 【displayAlert】:这是警报开关,设置成true,如果出现箭头就会自动警报提示;设置成false,则不会警报提示。 【sendmail_NO_OFF】:这是发送邮件的开关,设置成true,如果出现箭头就会发送邮件到你在MT4设置好的邮箱里面;设置成false,则不会发邮件。 【sendnotification_NO_OFF】:这是发送即时消息的开关,设置成true,如果出现箭头就会发送消息到你的移动设备;设置成false,则不会发消息。 更多好用的指标网址: https://www.mql5.com/en/users/zhengqiuyang/seller
NexusSignal Scalping
Vincent Jose Proenca
技术说明 Nexus Signal System 是一款 MT4 指标,结合了 12 个技术指标来生成交易信号。该系统在确认信号前会分析多种因素的共振(趋势、动量、成交量、支撑/阻力区),与只使用单一指标的工具相比,可减少假信号的数量。 分析标准(评分 0–15 分): 图形形态识别(Pin Bar、吞没形态) 多时间框架分析(高时间框架趋势确认) ADX 市场状态(避免无趋势市场) 支撑/阻力区(自动识别波段点) 均线 20/50/200(趋势对齐) RSI 14 周期(动量指标) 相对成交量(机构确认) ATR(波动率) 功能特点: 带透明评分的信号(0–15 分) 自动检测支撑/阻力区并在图表上显示 初步信号(当前K线)与确认信号(已收盘K线) 止损和止盈通过 ATR 计算 实时市场信息面板 8 种颜色主题可供视觉定制 56 个可配置参数,可适应您的交易风格 使用方法: 安装: 在 MetaEditor 编译并加载到图表 关键参数: Min_Signal_Score :设置最低信号质量阈值(默认 6.5/15) MTF_Timeframe :确认用时间框架(默认 H4) Colo
我们为您提供一个指标"蜡烛收盘台",它将成为您在贸易领域不可或缺的助手。 这就是为什么知道蜡烛何时关闭会有所帮助的原因: 如果你喜欢使用蜡烛花纹进行交易,你就会知道蜡烛何时关闭。 此指标将允许您检查是否形成了已知模式以及是否存在交易的可能性。 该指标将帮助您做好市场开放和市场关闭的准备。 可以设置一个计时器来创建计划新闻的预览,这样就可以检查市场对此的反应。 您可以设置指示灯,以便在蜡烛关闭前几秒钟发送警报/警告。 通知/警报/警报可以发送到: 屏幕警报 电子邮件 移动应用 MT4烛台计时器指示器为什么有用 那么烛台计时器什么时候有用呢?如果你长期交易,你可能不需要蜡烛计时器指示器,因为你的参赛不会受到一分钟或一小时的太大影响。但是,如果你在短时间内是黄牛或交易员,那么你知道时机非常重要。 外汇市场24小时开放,只在周末关门,有些策略可能会受到您入仓时出现错误时机的严重影响。 MT4蜡烛计时器指示器可以显示当前蜡烛中的剩余时间,以便为下一次蜡烛打开做好准备。 可以从这一指标中受益的一些情况例子有: 预定消息传出 地理市场开闭 预定发生的事件,通常是金融、经济或政治事件
Delta Fusion Pro
Francesco Secchi
5 (2)
Delta Fusion Pro – 高级订单流分析,专为日内交易设计 Delta Fusion Pro 是一款专业的 MetaTrader 4 指标,能够揭示市场中的主动订单流,实时显示机构压力的强度和方向。与传统的成交量指标不同,它分析买盘(Ask)与卖盘(Bid)之间的成交量差值(Delta),用于提前预测反转、确认趋势并识别专业兴趣区域。 主要特点 智能自动调节系统 根据以下条件自动调整所有参数: 交易品种类型(外汇、加密货币、指数、大宗商品、股票) 操作周期 市场波动率(ATR) 最近平均成交量 无需手动配置,适合新手交易者——指标自动完成校准! 核心功能 净Delta与累计Delta 计算主动买盘/卖盘成交量差值,支持自定义 EMA 平滑 实时显示方向性压力 可自定义直方图颜色(买入/卖出) 价格/成交量背离 自动检测常规与隐藏背离 强度分类:强/中/弱 高级过滤:成交量确认、趋势、时间距离 图形信号(彩色箭头) 市场失衡 识别显著的买盘/卖盘比例失衡(可配置比率) 最小成交量阈值验证 图表显示彩色点(多头/空头) Infusion Volume 检测异常成交量峰值(
Neural Adaptive Macd Mt4
Pieter Gerhardus Van Zyl
Neural Adaptive MACD is a next-generation evolution of the classic MACD, enhanced with adaptive logic, volatility awareness, and market regime intelligence. Instead of relying on fixed EMA periods, this version dynamically adjusts its calculations based on current market conditions, allowing the indicator to remain responsive during trends and stable during ranging phases. The indicator automatically adapts using one of three methods:   Volatility-based ,   Trend-based , or a   Hybrid approach  
MasterDot
Andrey Kozak
Master Dot for MetaTrader 4 Detect Volatility Exhaustion Before the Market Returns to Balance Master Dot is a professional non-repainting indicator designed to detect moments when price moves beyond its statistically expected volatility range. These situations often occur during sharp market impulses, liquidity grabs or temporary emotional moves, when price departs from its normal trading conditions. Instead of following trends, Master Dot highlights volatility exhaustion — moments where the mar
Trend Bilio
Ivan Simonika
Trend Bilio - an arrow indicator without redrawing shows potential market entry points in the form of arrows of the corresponding color: upward red arrows suggest opening a buy, green down arrows - selling. The entrance is supposed to be at the next bar after the pointer. The arrow indicator Trend Bilio visually "unloads" the price chart and saves time for analysis: no signal - no deal, if an opposite signal appears, then the current deal should be closed. It is Trend Bilio that is considered
该产品的买家也购买
Neuro Poseidon MT4
Daria Rezueva
4.8 (45)
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 all
SR Liquidity
Oleg Rodin
5 (1)
SR Liquidity 是一款旨在揭示市场流动性高度集中且价格反应最剧烈的隐蔽区域的交易指标。这些特殊的流动性区域充当着强有力的支撑位与阻力位,为您清晰呈现市场最可能发生反转的位置。 SR Liquidity 指标并非简单地绘制常规的支撑/阻力线,而是通过分析实际的价格行为,识别买卖压力积聚的区域。这些区域实际上是推动市场真实波动的流动性池。通过在图表上直观呈现这些区域,该指标能助您在价格反应发生前预判走势——这意味着它实际上能够预测价格方向可能发生的变化。它将原始的价格行为转化为清晰且具实操价值的市场蓝图,标示出那些可能成为市场转折点的关键价位。 该指标适用于任何交易品种和时间周期——包括外汇、指数、金属、加密货币等。支持任意时间周期。 购买后请联系我,以获取交易指南及免费赠送的优质附加指标!
M1 Sniper
Oleg Rodin
5 (27)
M1 SNIPER 是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
DayTrader PRO MT4
Davit Beridze
5 (1)
DayTrader PRO DayTrader PRO 是一款先进的交易指标,它结合了约翰·埃勒斯 (John Ehlers) 的 Laguerre 滤波器与强大的自动优化引擎。该指标不依赖固定的参数,而是根据最新的市场状况自动搜寻最佳设置,帮助您在无需手动调整的情况下适应不断变化的市场波动。 该指标可生成清晰的买入 (BUY) 和卖出 (SELL) 信号,并提供根据当前市场波动率计算得出的自适应止损 (Stop Loss) 和止盈 (Take Profit) 水平。内置的趋势、效率系数 (Efficiency Ratio)、波动率和蜡烛图过滤功能,有助于剔除低质量的交易设置,从而提高信号的准确性。 实时性能面板会显示当前已优化的设置、利润因子 (Profit Factor)、胜率 (Win Rate)、回撤 (Drawdown) 以及其他交易统计数据。DayTrader PRO 还支持弹出窗口、推送、邮件和声音提醒,确保您不会错过任何交易机会。 主要功能 全自动参数优化 自适应买入与卖出信号 基于 ATR 的动态止损与止盈 支持每日、每周或每月重新优化 内置趋势与市场过滤功能 性能统
Prop Firm Sniper
Mohamed Hassan
4.33 (6)
Prop Firm Sniper MT4  is a professional market structure indicator that automatically identifies high-probability BUY and SELL opportunities using BOS and CHoCH analysis. Recommended Timeframes: For backtesting, use the indicator on   M5 or M15   for Gold (XAUUSD), and   M15 or H1   for more volatile Forex pairs such as   GBPUSD, USDJPY, EURGBP , and similar markets. CONTACT ME AFTER PURCHASE TO CLAIM YOUR FREE BONUSES! Prop Firm Sniper  is a professional market structure indicator designed t
Gann Made Easy
Oleg Rodin
4.84 (171)
Gann Made Easy 是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
Zoryk Gold mt4
Reda El Koutbane
5 (1)
折扣将在 24 小时后结束——下一价格为 69 美元 联系我获取推荐设置 首发名额有限 ZORYK — MetaTrader 4 专业 XAUUSD 黄金信号与交易计划系统 你一定经历过这种感觉。 你花时间分析黄金,等待入场,终于打开交易后,价格却立即向相反方向移动。你过早平仓,移动止损,或者因为犹豫几秒而错过机会。随后市场在没有你的情况下,准确到达你最初预期的目标。 问题并不总是方向错误。 真正的问题是不确定性。 你不知道真正的入场位置在哪里,不知道交易逻辑在什么位置失效,也不知道应该先保护较小的利润,还是继续等待更大的行情。你甚至不知道当前信号是否足够强,还是自己只是在勉强寻找一笔交易。 黄金移动速度非常快。没有明确计划的正确判断,也可能在几秒钟内变成错误决定。 ZORYK 正是为了解决这个问题而开发。 什么是 ZORYK ZORYK 是一套专门为 MetaTrader 4 和 XAUUSD M5 周期开发的完整黄金信号与交易计划系统。 它不是一个只显示 BUY 或 SELL 箭头,然后让你独自处理所有后续决定的普通指标。 每个确认信号都可以在图表上显示
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
Dynamic Forex28 Navigator - 下一代外汇交易工具。 当前 49% 折扣。 Dynamic Forex28 Navigator 是我们长期流行的指标的演变,将三种功能合二为一: 高级货币强度 28 指标 (695 条评论)+ 高级货币 IMPULSE 带警报 (520 条评论)+ CS28 组合信号(奖励)。 有关指标的详细信息 https://www.mql5.com/en/blogs/post/758844 下一代强度指标提供什么? 您喜欢的原始指标的一切,现在通过新功能和更高的精度进行了增强。 主要特点: 专有货币强度公式。  所有时间范围内的平滑和准确的强度线。 非常适合识别趋势和精确进入。 动态市场斐波那契水平(市场斐波那契)。  此指标独有的独特功能。 斐波那契应用于货币强度,而不是价格图表。 适应实时市场活动以获得准确的反转区域。 实时市场动量。  第 9 行显示市场是活跃还是被动。 对于定时交易至关重要。 全面的警报和显示。  每种货币最强的买入和卖出动量。 ​​28 对的双重动量买入和卖出。 超买/超卖警告外部范围和止损。 反转
Supply and Demand Dashboard PRO
Bernhard Schweigert
4.81 (21)
目前八折优惠! 这个仪表板是一个非常强大的软件,可用于多个符号和多达9个时间段。 它是基于我们的主要指标(最佳评论:高级供应需求)。 Advanced Supply Demand 该仪表板提供了一个伟大的概述。它显示。   筛选后的供需值,包括区域强度评级。 区间内和区间外的点位距离。 它突出了嵌套的区域。 在所有(9个)时间段内,它对所选符号发出4种警报。 它是高度可配置的,以满足您的个人需求! 您的利益! 对每个交易者来说,最重要的问题是。 什么是入市的最佳水平? 在强大的供应/需求区域内或附近进入你的交易,以获得最佳的成功机会和风险/回报。 我的止损的最佳位置是哪里? 把你的止损放在强势供应/需求区的下方/上方是最安全的。 我的最佳盈利目标是什么? 你的退出策略和你的进入策略一样重要,了解更高的时间框架图可以帮助你。对于买入,使用下一个供应区作为目标,对于卖出,使用下一个需求区作为目标。在回撤到供应区或需求区时进场,以确保有足够的利润空间,达到更高的时间框架的供应和需求,将增加你的利润。 为什么我们要过滤强区和弱区? 不平衡性越大,价格的变动就
Super Signal – Skyblade Edition 專業級無重繪 / 無延遲趨勢信號系統,擁有卓越勝率 | 適用於 MT4 / MT5 在較低的時間週期上效果最佳,例如 1 分鐘、5 分鐘與 15 分鐘圖表。 核心特色: Super Signal – Skyblade Edition 是一套專為趨勢交易設計的智能信號系統。 其採用多重濾波邏輯,僅篩選出具有明確方向性、動能強勁且波動結構健康的走勢進場點。 本系統 不預測高點或低點 ,只有在同時滿足以下三項條件時才會觸發交易信號: 趨勢方向明確 動能持續增強 波動率結構穩定 此外,系統還結合市場流動性分析,以進一步提升信號的準確性與觸發時機。 信號特性: 所有箭頭信號皆為 100% 無重繪,無延遲 信號一旦出現即固定於圖表,不會閃爍或消失 提供圖表箭頭、資訊面板、彈出通知、聲音提示及推播訊息 支援 EA 呼叫(Buffer 輸出),可整合至自動化交易或信號跟單系統 提供預設參數模板,免調整即可使用,適合新手快速上手 總結: Super Signal – Skyblade Edition 是一款邏輯清晰、穩定高效的專業趨勢型
Atomic Analyst
Issam Kassas
5 (11)
本产品已针对 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线
A. 什么是 A2SR ?   * 这是一个领先的技术指标(没有重绘,没有滞后)。  -  指导 : -- 在  https://www.mql5.com/en/blogs/post/734748/page4#comment_16532516 -- 和  https://www.mql5.com/en/users/yohana/blog .. MT5 version:  https://www.mql5.com/en/market/product/140111 A2SR 在确定支撑(需求)和阻力(供应)水平方面有一种特殊的技术。 与我们在网上看到的普通方式不同,A2SR 在确定实际 SR 级别时有一个独创的概念。 原技术不是从网上拿来的,也没有在网上公开过。 A2SR 将根据您的交易风格自动选择 SR 级别。 即使您正在更改时间范围,但 SR 级别仍将保留在其位置上。 因为实际的 SR 不是从你使用的时间范围内获得的。 A2SR 拥有完整的交易工具 。 实际支持(需求)和阻力(供应)的真正概念。 新闻事件和央行讲话的市场情绪。 新闻事件和趋势的主要货币强度 (MCS) 的真正概
ORB Seeker
Marcela Goncalves De Oliveira
限时折扣价! 仅售99美元! 购买后请联系我以获取奖励的 ORB Seeker EA 和个人优化设置文件。 自信地捕捉干净利落的比赛片段! ORB Seeker 是一款专业的开盘区间突破 (ORB) 指标,专为追求准确性、简洁性、灵活性和清晰图表结构的交易者而设计。 它能自动绘制任何交易品种的盘前或自定义交易时段区间,然后给出清晰的突破信号,包括入场点、止损点、止盈点以及可选的50%部分止盈位。所有数据均实时计算并直接显示在图表上。 您可以选择交易伦敦开盘、纽约交易时段、亚洲交易时段,或者您自定义的交易时段。ORB Seeker 会根据您选择的交易时段自动调整,让您精准掌握市场波动范围、突破位和交易位的位置。 每次购买均免费赠送 ORB Seeker EA 智能交易系统。该 EA 系统读取指标的突破信号并可自动下单,您可以选择手动交易,也可以让 EA 系统根据指标的信号逻辑自动处理入场。   为什么选择 ORB Seeker 支持多个交易时段 - 您可以自行设置伦敦、纽约、亚洲或自定义交易时段的盘前交易时间和交易时段。 完整的突破视觉效果 - 交易最高点和最低点线、范围框、突破箭头
BTMM State Engine Pro MT4
Garry James Goodchild
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 4. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status,
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
现在优惠 30%! 任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供需
Built-in multi-symbol scanner — traffic-light grid for up to 30 pairs across four timeframes. No separate scanner file required. BUY, SELL, WAIT cells with confluence score and recent structure event. Full alignment with AI Trade Idea — current chart cell reads live engine data so scanner, dashboard, and AI panel always show the same verdict, score, and reason. Per-cell explain popup — four-section breakdown of what is happening, how the score was built, what to look for, and what to watch out
IQ Gold Gann Levels
INTRAQUOTES
5 (4)
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calculation
Currency Strength Exotics
Bernhard Schweigert
4.88 (33)
目前8折优惠! 对任何新手或专家交易者来说都是最好的解决方案! 这个指标是专门用来显示任何符号的货币强度,如异国货币对、商品、指数或期货。它是同类产品中的第一个,任何符号都可以添加到第9行,以显示黄金、白银、石油、DAX、US30、MXN、TRY、CNH等的真实货币强度。这是一个独特的、高质量的、负担得起的交易工具,因为我们已经纳入了一些专有的功能和一个新的公式。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点? 用户手册:点击这里   https://www.mql5.com/en/blogs/post/708876 它适用于所有时间框架。你将很快能够看到TREND! 根据新的基础算法设计,它使识别和确认潜在交易变得更加容易。这是因为它以图形方式显示了8种主要货币和一种符号的强弱。 该指标显示了8种主要货币(澳元加元瑞士法郎欧元英镑日元新西兰美元)的强弱线,再加上一个符号! 该指标显示了符号的真实价值。例如:对于XAUUSD(黄金):价格以美元报价。如果黄金在上涨,你怎么能知道是黄金的强势还是美元的弱势?只有当黄金走强时,我们才会进行交易。该指
Scalper Inside PRO
Alexey Minkov
4.74 (68)
Scalper Inside PRO 帮你分析日内趋势,在入场前就把交易规划好。核心是三套专属策略,让你更精准地读懂市场。信号一出现,指标就自动判断行情方向并计算关键价位,你能提前看到潜在入场点、预期的止损以及多个止盈位。详尽的绩效统计会展示不同品种和策略在历史上的表现,帮你根据当前行情挑选合适的资产。它既可以作为独立的剥头皮工具,也可以融入你的系统,或者作为你自己 EA 的基础。运行于 MetaTrader 4 平台。 指标会直接在图表上标出入场、三个止盈位 - TP1、TP2、TP3 以及一个可选止损。你甚至可以接入自己的箭头指标,检验它们的统计数据和盈利能力。 购买后请直接联系我,即可获得指标的专属附赠 add-ons、更多关于实盘运用的说明,以及把它正确接入你自己交易系统和 EA 的帮助。 指标主要功能 内置三套专属交易策略,可即时切换。 箭头信号出现后即时计算价位:入场以及 TP1、TP2、TP3 多级目标立刻显示,方便你提前规划交易。开启手动或自动计算后,会显示止损位。 三套策略均内置优化模块:自动把参数适配到当前品种和周期,帮你快速筛选资产(仅在实时状态下可用)。 HTF
Level Breakout Indicator is a technical analysis product that works from upper and lower boundaries, which can determine the direction of the trend. Works on candle 0 without redrawing or delays. In its work, it uses a system of different indicators, the parameters of which have already been configured and combined into a single parameter - “ Scale ”, which performs gradation of periods. The indicator is easy to use, does not require any calculations, using a single parameter you need to select
Scalper Vault
Oleg Rodin
5 (38)
Scalper Vault 是一个专业的剥头皮系统,为您提供成功剥头皮所需的一切。该指标是一个完整的交易系统,可供外汇和二元期权交易者使用。推荐的时间范围是 M5。 该系统为您提供趋势方向的准确箭头信号。它还为您提供顶部和底部信号以及江恩市场水平。无论您拥有何种交易经验,该系统都易于使用。您只需要遵循简单的规则并每天重复该过程。 建议将此系统用于主要货币对。感谢您的关注! 请注意,该指标在策略测试器中可能无法正常工作。因此,我建议仅在模拟或真实账户的真实交易条件下使用该系统。 指示器提供所有类型的警报,包括推送通知。 购买指标后请与我联系。我将免费与您分享我的个人交易建议和出色的奖励指标! 祝您交易愉快,盈利!
Color Trend FX
Alexey Minkov
4.5 (4)
Color Trend FX 直接在图表上显示当前的趋势方向,并标出入场点、trailing 跟踪止损位以及可能的出场点。该指标专为想看到开仓点、获得平仓建议并查看历史表现的交易者设计。它可以作为独立工具使用,也可以作为您自己交易系统的一部分,或作为您 Expert Advisors 的基础。 指标以彩色圆点的形式显示信号,圆点跟随趋势,同时充当持仓的 trailing 跟踪止损位。当行情动能减弱、价格开始从极值回撤时,会出现一个提示出场 / 平仓的信号。 购买后请直接联系我,获取关于如何在交易中使用该指标,以及如何将其正确接入您自己的交易系统和 Expert Advisors 的更多信息。 主要功能 趋势圆点跟随价格,充当持仓的 trailing 跟踪止损位。 当行情动能减弱、价格从极值回撤时,出现出场信号。 不重绘信号:信号出现在已收盘的 K 线上,固定不动,之后不会重新计算。 趋势变化提醒:终端弹窗、声音提示、Push 和 Email(需要在终端中额外设置)。 可灵活调节信号过滤器灵敏度(Accuracy Delta)以及出场检测灵敏度,适配不同品种和周期。 可选的时间过滤器:设
Trend Catcher ind
Ramil Minniakhmetov
5 (11)
趨勢捕捉指標 趨勢捕捉指標結合了作者獨有的客製化自適應趨勢分析指標,用於分析市場價格趨勢。它透過過濾掉短期噪音,並專注於潛在的動能強度、波動性擴張和價格結構行為,來識別真實的市場方向。此外,它還結合了平滑和趨勢過濾等客製化指標,例如移動平均線、相對強弱指標 (RSI) 和波動率過濾器。 您可以在這裡查看實際運行情況以及我的其他產品: https://www.mql5.com/en/users/mechanic/seller 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。 重要提示!購買後請立即聯繫我,以獲取使用說明和額外獎勵! 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。
GOLD Impulse with Alert
Bernhard Schweigert
4.67 (12)
这个指标是我们2个产品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics 的一个超级组合。 它适用于所有时间框架,并以图形方式显示8种主要货币和一种符号的强势或弱势冲动! 该指标专门用于显示任何符号的货币强度加速,如黄金、异国货币对、商品、指数或期货。这是它的第一个指标,任何符号都可以被添加到第9行,以显示黄金、白银、石油、DAX、US30、MXN、TRY、CNH等的真实货币强度加速(冲动或速度)。 建立在新的基础算法上,它使识别和确认潜在的交易更加容易。这是因为它以图形方式显示了一种货币的强势或弱势是否正在加速,并测量了这种加速的速度--把它想象成你汽车中的速度表。当你加速时,事情显然会发生得更快,这在外汇市场上也是一样的,即如果你配对的货币正在向相反的方向加速,你就会发现一个潜在的有利可图的交易。 动态市场斐波那契28水平被用作警报触发器,将适应市场活动。如果冲动击中黄色触发线,你将收到警报。然后你就知道作为一个交易员应该做什么。货币对和方向已经给出。只需点击警报按钮,就可以切换到该货
Adopt market correlation and indicator resonance Here are some trading recommendations based on the current market conditions: (1) Note: It doesn't mean you have a perfect deal, but rather helps you avoid bad trades (2) Why traditional indicators are prone to distortion. For example, the 10-day moving average is calculated by calculating the average price of the top 10 candlesticks. Result: I prove I want to rise, and the signal is easily distorted. This indicator adopts a self-proof + corrob
Day Trader Master
Oleg Rodin
5 (15)
Day Trader Master 是一个完整的日间交易者交易系统。该系统由两个指标组成。一个指标是买入和卖出的箭头信号。这是你得到的箭头指示器。我将免费为您提供第二个指标。第二个指标是专门设计用于与这些箭头结合使用的趋势指标。 指标不重复也不迟到! 使用这个系统非常简单。您只需按照当前趋势方向的箭头信号,显示为双色线。蓝色是买入趋势。红色是一种销售趋势。蓝色箭头是买入信号。红色箭头是卖出信号。您需要箭头的颜色和信号的方向来匹配趋势线的颜色。 箭头指标主要是为 M5 和 M15 时间间隔的日内交易而创建的。但从技术上讲,该系统可以用于其他时间间隔。 指示器配备带有推送消息功能的弹出警报。 购买后一定要写信给我!我将为您提供与系统交易的个人建议,以及我的趋势指标。此外,还有丰厚的奖励等着您!
ReTest Histogram ms
DMITRII GRIDASOV
适用于MT4平台的“回测柱状图”加密货币外汇指标,无重绘。 - “回测柱状图”指标可用于在强支撑/阻力位回测后寻找进入主要趋势方向的入场信号。 - “回测柱状图”有两种颜色:红色代表下跌趋势,绿色代表上涨趋势。 - 当您看到连续稳定的同色柱状图时,意味着新的趋势正在形成。 - 回测信号表现为柱状图中第一列颜色与当前趋势相反,第二列颜色与当前趋势一致(参见图片)。 - 该指标内置移动端和PC端提醒功能。 指标使用方法: - 买入信号:持续稳定的绿色柱状图(上涨趋势)+ 一列红色柱状图(回测)+ 一列绿色柱状图(在此处开立多头头寸)。 - 卖出信号:持续稳定的红色柱状图(下跌趋势),柱状图上出现一根绿色柱(回测),再出现一根红色柱(在此处开立空头头寸)。 Click here to see high quality Trading Robots and Indicators! 这是仅在 MQL5 网站上提供的原创产品。
Mechanism Trend
Vitalii Zakharuk
The Mechanism Trend indicator is a hybrid indicator that shows the moments for entering the market with arrows. This indicator was created on the basis of the original indicators for searching for extreme points, the indicator is well suited for determining a reversal or a large sharp jerk to one side. When the trend changes, the Mechanism Trend indicator uses color signaling: green - when changing from a downtrend to an uptrend, and red - vice versa, to a downtrend. You can use the indicator
KURAMA GOLD SIGNAL PRO(MT4)— 7层过滤 · 自动止盈止损 · 质量评分 · 信号历史保存 | 完整的XAUUSD交易系统 实时不重绘。信号出现的瞬间,箭头、入场、止盈、止损当场锁定,之后绝不移动。你交易的就是这个实时信号。而且在v7.20中,每一个真正发出的信号都会自动保存,并在重启后精确还原。 购买者专属赠品 购买永久授权,即可免费获得 AI Zone Radar(价值$59)+ 完整PDF手册。在产品价格之外,额外附赠价值$59的赠品。购买后在MQL5上给我留言即可。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 在黄金交易者社区中被实际使用,因精度与易用性而广受好评。 你的难题 —— 以及解决方案 黄金一天波动$30–$50。你知道机会就在那里。但这些情况是否似曾相识: - 入场太早,价格逆行$10后才朝你的方
Trend Lines PRO
Roman Podpora
5 (1)
TREND LINES PRO 帮助您了解市场真正的方向转变点。该指标显示真实的趋势反转点以及主要参与者重新入场的时机。 您可以看到 BOS线、 趋势变化和更高时间框架的关键水平——无需复杂的设置或不必要的干扰。信号不会重绘,并在K线收盘后仍然保留在图表上。 VERSION MT 5    -   与……搭配使用时,可发挥其最大潜力   RFI LEVELS PRO 指示器 该指标显示的内容: 实际变化 趋势(BOS 线) 一旦信号出现,它就始终有效!这与会重绘的指标有着重要的区别,后者可能会发出信号后又改变信号,从而导致资金损失。现在,您可以更精准、更准确地进入市场。此外,还有一个功能,会在箭头出现后为K线着色,直到达到目标价位(止盈)或出现反转信号为止。 重复条目   以及主要玩家的充值 为了提高寻找入场点时的视觉清晰度,我们创建了一个模块,该模块首先显示买入/卖出区域,并在该区域内寻找最佳入场点。此外,我们还加入了智能逻辑来管理止损位,该逻辑会随着时间的推移逐步降低止损位的大小,从而降低入场交易时的初始风险(移动止损位)。 信号强度水平(BOS) 该指标采用三个显著性等级来衡量
作者的更多信息
## RSI Divergence Printer Indicator This MetaTrader 4 (MT4) non repainting indicator automatically identifies and prints RSI divergences directly onto your price chart.  This indicator can be used at any timeframes and is suitable for scalping, daytrading and swingtrading.  In short, it looks for moments when the price is moving in one direction, but the underlying momentum is moving in the opposite direction, signaling a potential trend reversal. ## Explanation of the Indicator This tool, the
## RSI Divergence Printer Indicator MT5 This MetaTrader 5 (MT5) non repainting indicator automatically identifies and prints RSI divergences directly onto your price chart. This indicator can be used at any timeframes and is suitable for scalping, daytrading and swingtrading.  In short, it looks for moments when the price is moving in one direction, but the underlying momentum is moving in the opposite direction, signaling a potential trend reversal. ## Explanation of the Indicator This tool, t
筛选:
无评论
回复评论