ICT Propulsion Block MTF

The ICT Propulsion Block indicator is meant to detect and highlight propulsion blocks, which are specific price structures introduced by the Inner Circle Trader (ICT).

Note: THIS IS MTF version.  Single Timeframe version avaiable at here 

Propulsion Blocks are essentially blocks located where prices interact with preceding order blocks. Traders often utilize them when analyzing price movements to identify potential turning points and market behavior or areas of interest in the market.

🔶 USAGE

(fingure 2)

An order block is a significant area on a price chart where there was a notable accumulation or distribution of orders, often identified by a strong move in price followed by a consolidation or sideways movement. Traders use order blocks to identify potential support or resistance levels.

A Propulsion Block, on the other hand, is a concept taught by the Inner Circle Trader (ICT) and refers to a specific type of order block that interacts with the preceding order block. Traders often analyze propulsion blocks to identify potential turning points and areas of interest in the market.

(fingure 3)

A mitigated order block refers to an order block that has been invalidated or nullified due to subsequent market movements or developments. It no longer holds the same significance or relevance in the current market context.

(fingure 4)

Let's explore a bearish order block and propulsion block scenario commonly utilized by ICT traders in their trading strategies.

(fingure 5)

🔶 SETTINGS

🔹 Order & Propulsion Blocks

  • Swing Detection Length: Lookback period used to detect swing points for creating order blocks and/or propulsion blocks.
  • Mitigation Price: Allows users to choose between the closing price or the candle's wick for mitigation.
  • Highlight Propulsion Block Signals: Highlights the propulsion block and its sentiment for easier identification and analysis.
  • Remove Unassociated Order Blocks: Eliminate order blocks that are not associated with any propulsion block.
  • Remove Mitigated Blocks: Eliminates mitigated order blocks and propulsion blocks along with their associated order blocks, streamlining the visualization for clearer analysis.
  • Most Recent Blocks: Activates processing of the specified number of most recent blocks according to the option. If not enabled, the script defaults to processing the last 125 occurrences.

🔹 Order & Propulsion Blocks Style

  • Bullish Order & Propulsion Blocks: Toggles the visibility of bullish order and propulsion blocks, along with color customization options.
  • Bearish Order & Propulsion Blocks: Toggles the visibility of bearish order and propulsion blocks, along with color customization options.
  • Block Labels: Toggles the visibility of order and propulsion block labels, and label size customization option.

🔹 Notification

Frequently Asked Questions


Why nothing show on chart when i load inidicator?

https://www.youtube.com/watch?v=hW-KHHvUCWI

How i build signal scan system with this indicator?

https://youtu.be/VlaQJvTQVAw



推荐产品
SMC Retest Trading System 是一款 MetaTrader 5 指标,通过等待价格回测已突破的结构水平,然后使用九种K线形态之一确认入场,来交易 Break of Structure(BOS)和 Change of Character(CHoCH)事件。每个信号具有三重汇流:结构事件、回测突破水平、形态确认。适用于任何品种和时间框架。 详细的用户指南可在作者的   MQL5 博客   中找到。额外更新可通过作者的   MQL5 频道   获取 3 阶段信号管道 阶段 1——结构事件:分形分析识别摆动高低点,分类 BOS/CHoCH,Structure Trigger 模式(CHoCH/BOS/两者),最多 10 个追踪事件。阶段 2——回测检测:ATR 区域内监控,固定或自适应到期(默认 80 根K线),可配置区域宽度(2.0 ATR)。阶段 3——形态确认:9 种形态(Engulfing、Kicker、Hikkake、OutsideBar、Star、PiercingLine、DarkCloud、Tweezer、HaramiCross)。选择最高质量匹配。然
With dynamic Moving average, you can estimate the price movement, predict the next trend of price and have a better decision. Parameters setup: Period start <= Period Stop Period start >= 1 Maximum lines is 100 You can customize Moving average method: Simple averaging, Exponential averaging, Smoothed averaging, Linear-weighted averaging and price to apply: PRICE_CLOSE: Close price PRICE_OPEN: Open price PRICE_HIGH: The maximum price for the period PRICE_LOW: The minimum price for the period PRIC
Three Methods Trading System for MetaTrader 5 Three Methods Trading System is a price action indicator for MT5 designed to detect 5-candle continuation patterns where a strong trend candle is followed by a brief consolidation and then a breakout in the original direction. A detailed user guide is available on the author’s MQL5 Blog . Additional updates are available through the author’s   MQL5 Channel . Depending on the current support policy, buyers may receive additional access to selected co
Trend Info
Vitalii Zakharuk
By launching the Trend Info indicator, the user will see two lines and bars of different colors, which can change color to green during an uptrend, to red during a downtrend or to be yellow during an uncertainty. The indicator is based on the calculation of price values, in order to answer questions about what direction the trend is acting on the market at the moment and when this trend will end. The trader uses the Trend Info indicator to determine the market situation. This is a trending alg
Relative Volume RVOL
Alberto Gauer Borrego
4.67 (3)
Relative Volume or RVOL   is an indicator that averages the volume of X amount of days, making it easy to compare sessions volumes. The histogram only has 3 colors: Green - Above average volume Yellow - Average volume Red - Below average volume The default setting is 20 days, which corresponds more or less to a month of trading. In this version is possible to choose between tick and real volumes (if you are using a broker which offers future contracts) With the data obtained from this in
FREE
该指标基于离散哈特利变换。使用此转换允许您在处理金融时间序列时应用不同的方法。该指标的一个显着特点是它的读数不是指图表上的一个点,而是指指标周期的所有点。 处理时间序列时,指标允许您选择时间序列的各种元素。过滤的第一种可能性是建立在这种方法上的——所有不必要的高频分量都被简单地丢弃。第一个图展示了这种方法的可能性,选择CutOff参数,可以选择原始时间序列的细节(红线-只剩下主要信息CutOff = 0,黄色-主要和最低频率周期CutOff = 1 , 蓝色 - 所有最高频的噪声都被丢弃 CutOff = 4 )。然而,这不是唯一的可能性——噪声分量可以通过额外的过滤来抑制。 这两个选项都在该指标中实施。它的参数是: iPeriod - 指标周期 Shift - 指标相对于当前柱的偏移。通过更改此参数,您可以评估指标过去的表现。 NoiseReduction 是一种降低噪音的方法。可能的值:none - 不抑制噪声(在这种情况下只有 CutOff 参数起作用),constant - 噪声通过常数衰减,linear - 线性噪声抑制,对数 - 对数衰减,square - 根据平方根进行
Haven Volume Profile
Maksim Tarutin
4.55 (11)
Haven Volume Profile 是一个多功能的成交量剖面分析指标,帮助基于交易量分布识别关键价格水平。它旨在为专业交易者提供更深入的市场理解,并帮助识别重要的进出场点。 其他产品 ->  这里 主要功能: Point of Control (POC) 计算 - 最大交易活动水平,帮助识别最具流动性的水平 Value Area 定义(增加活动区)和可自定义的成交量百分比,帮助更准确地评估交易区间 支持tick成交量和实际成交量,适用于不同市场类型和交易策略 灵活的计算周期设置(天数),使工具能够适应任何时间范围 自动适应浅色和深色终端主题,提升用户界面的可视体验 清晰的水平可视化,支持自定义样式和颜色,便于图表分析和快速决策 该指标非常适合识别重要的价格水平和整合区,帮助交易者做出更加明智的交易决策。使用 Haven Volume Profile 有助于通过更准确的成交量和市场动态分析来降低风险并增加利润。
FREE
Macro-R Pro Signal — Advanced Trading Signal Indicator Macro-R Pro Signal is a professional trading indicator designed to deliver high-quality BUY and SELL signals with enhanced precision and reduced market noise. By combining Bollinger Bands, RSI, and adaptive volatility filtering , this indicator helps traders identify high-probability reversal points while avoiding unfavorable market conditions. How the Strategy Works This indicator is built on a mean reversion + momentum confirmation concep
FREE
该指标建立当前报价,可以与历史报价进行比较,并在此基础上进行价格走势预测。指示器有一个文本字段,用于快速导航到所需日期。 选项: 符号 - 选择指标将显示的符号; SymbolPeriod - 选择指标从中获取数据的时段; IndicatorColor - 指示器颜色; HorisontalShift - 由指标绘制的报价移动指定的柱数; Inverse - true 反转引号,false - 原始视图; ChartVerticalShiftStep - 图表垂直移动(键盘上的向上/向下箭头); 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。
DrillDown Timeframe is a MetaTrader 5 utility that enables seamless navigation between higher and lower timeframes with visual area highlighting. Draw a rectangle on any timeframe and instantly drill down to see the same price region on a lower timeframe. How it works: Set the Higher and Lower Timeframes in the indicator's variables (Example 1h / 15min) On the selected higher timeframe, press 'B' to create a draggable/resizable rectangle (Blue) in the visible chart area.  Select (double click o
Panther Trade Scenario — 直接在图表上展示清晰的交易 сценарий。 该指标解决了交易中的核心问题——在需要做出决策的时刻缺乏确定性。与其试图猜测最佳时机,你可以清楚地看到: 在哪里入场,在哪里控制风险,以及在哪里止盈。   为什么大多数交易错误发生在入场时 问题不在于你不了解市场。大多数情况下是这样:你看到了行情,理解了方向,但在入场的那一刻开始产生犹豫。 现在进还是再等等?会不会太早?如果价格再往下怎么办? 结果总是一样:你过早入场——被止损;或者你选择等待——市场却在没有你的情况下走完。 最令人沮丧的是——你的判断是对的,错误只发生在入场时机。 使用 Panther Trade Scenario,交易过程变得清晰 当图表上出现信号时,就不再需要猜测。 该指标不仅仅给出方向——   它会构建一个已经明确   是否具备入场条件 的交易环境。 你不需要对比多个因素、寻找额外确认,或凭“感觉”做决定。 这消除了那种持续的不确定状态——你似乎理解市场,但却不确定现在该行动还是继续等待。 一切归结为一个简单而清晰的规则: 要么   条件满足   — 直接入场 要
Stackable VWAP
Flavio Javier Jarabeck
3.5 (4)
Volume Weighted Average Price (VWAP) is a trading benchmark commonly used by Big Players that gives the average price a Symbol has traded throughout the day. It is based on both Volume and price. Additionally we put in this indicator the MVWAP (Moving Volume Weighted Average Price). For those who do not know the usage and the importance od this indicator I recommend a great article about this subject at Investopedia ( https://www.investopedia.com/articles/trading/11/trading-with-vwap-mvwap.asp
FREE
Value Chart Candlesticks
Flavio Javier Jarabeck
4.57 (14)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
FREE
Premium https://www.mql5.com/en/market/product/167272 BITCOIN DAILY TOP BOTTOM ENGINE (V1) This is not a simple indicator. This is a professional-grade market observation and decision engine designed for serious Bitcoin traders who demand clarity, structure, and precision. The Bitcoin Daily Top Bottom Engine is built to identify high-probability daily extremes using adaptive range logic, sweep behavior analysis, and market condition filtering. Instead of reacting late, this engine prepares y
FREE
VWAP Anchor Tool
Jackson Mukurani Wanguthi
Anchored VWAP is a lightweight, interactive volume-weighted average price indicator designed for traders who need precision without clutter. Unlike standard VWAP that resets every session, this tool lets you drop up to five custom anchors directly on any candle. Each anchor calculates VWAP from that exact point forward, complete with standard deviation bands to highlight where price may find support or resistance relative to volume. Key Features: • Up to 5 simultaneous anchors — compare multi
FREE
Fakeouts
TECHAURORA - FZCO
Advanced Fakeout Detection Indicator   Professional Liquidity Sweep & Market Structure Analysis for MetaTrader 5 The Advanced Fakeout Detection Indicator is a sophisticated technical analysis tool designed to identify high-probability market reversal opportunities by detecting liquidity sweeps and structural breaks in price action. What This Indicator Does This indicator automatically identifies and visualizes potential fakeout scenarios where price temporarily breaks through significant level
Shoot Point
Tiofelo Da Olga Gilbert Teles
1. CONSTITUTION Shoot [Point] is momentum indicator composed of one oscillator and three floating levels [upper, middler, lower]. The oscillator crosses the floating levels forming Shoot Points!  The inputs can be used to adjust the oscillator, the floating levels and the alert signals. It is designed only for the MT5 platform. 2. OPERATION As entry signal: When combined with a trend filter [preferably the Currency Strength Meter], it provides very good entry points. bullish entry signal: oscill
该指标允许您确定当前的价格方向和市场波动。此版本的交易者动态指数消除了历史数据的重绘,优化了算法计算速度,更多的外部参数进行了更精确的调整,并扩展了其功能:增加了初始振荡器的选择和平均线的平滑方法. 参数: Mode Osc - 估计振荡器选择 Period Osc - 所用振荡器的计算周期 Price Osc - 振荡计算的应用价格 Osc volatility bands period - 振荡器的波动周期 Osc volatility bands multiplier - 振荡器的波动率乘数 Smoothing Osc price line period - 主线平滑期 Smoothing Osc price line method - 主线的平滑方法 Smoothing Osc signal line period - 信号线的平滑周期 Smoothing Osc signal line method - 信号线的平滑方法 Use original levels - 允许添加指标的初始水平水平
Opening Levels Indicator MT5 Opening Levels is an MT5 indicator that displays open price levels from multiple timeframes directly on the chart. It provides a structured way to observe how price behaves around key reference levels such as the daily, weekly, and monthly open. Overview The indicator plots open price levels across selected timeframes and keeps them updated in real time. These levels can be used as reference points for: intraday trading levels market structure observation support and
FREE
Boom 600 Precision Spike Detector The Boom 600 Precision Spike Detector is your ultimate tool for trading the Boom 600 market with precision and confidence. Equipped with advanced features, this indicator helps you identify potential buy opportunities and reversals, making it an essential tool for traders aiming to capture spikes with minimal effort. Key Features: Non-Repainting Signals: Accurate, non-repainting signals that you can trust for reliable trading decisions. Audible Alerts: Stay on t
VFI Quantum
Nikita Berdnikov
5 (1)
Introducing VFI (Volume Flow Indicator) – a trading indicator that analyzes the relationship between volume and price movement to identify key trading opportunities. The indicator displays the strength and direction of volume flow, providing clear signals about potential entry and exit points. Signals are formed based on zero line crossovers, crossovers between the VFI line and its exponential moving average (EMA), and when the indicator exits overbought and oversold zones. Attention! This stra
FREE
Blahtech Market Profile MT5
Blahtech Limited
5 (10)
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
MA Color Candles
Vladimir Kuzmin
MA Color Candles Indicator MA Color Candles is an indicator for visually displaying market trends by coloring chart candles. It does not add objects or distort price data, instead coloring real candles based on the state of two moving averages. This enables quick trend assessment and use as a filter in trading strategies. How It Works Bullish trend: Fast MA above slow MA, slow MA rising (green candles). Bearish trend: Fast MA below slow MA, slow MA falling (red candles). Neutral state: Candles
FREE
趋势波幅分析工具 概述 趋势波幅分析工具是专为MetaTrader 5平台开发的MQL5工具,用于识别、分析和可视化金融市场中的价格趋势周期。通过识别价格走势中的关键转折点(峰值和谷值),它能够检测完整的上涨/下跌/震荡价格运动,为交易者提供有关市场行为模式的宝贵见解。 #主要特点 -多品种分析:同时分析多个交易品种 -趋势识别:自动检测上涨趋势、下跌趋势和震荡市场条件 -波幅测量:量化每次价格运动的大小和持续时间 -统计分析:计算每种趋势类型的平均和最大波幅 -可视化表示:直接在图表上显示带有颜色编码的趋势 -数据导出:将详细的趋势数据保存到CSV文件中以供进一步分析 -可定制参数:可调整的趋势检测灵敏度和分析条件设置 #技术方法 该工具采用系统的峰谷检测算法来识别价格序列中的潜在反转点。然后分析这些点之间的关系,确定每个趋势段的方向、强度和幅度。高级过滤选项有助于消除噪音,专注于统计上显著的价格走势。 安装 1.下载TrendWaveAnalyzer.ex5文件 2.打开MetaTrader 5平台 3.导航至"文件→打开数据文件夹" 4.将
LZ Session Boxes PRO
Lukasz Tomasz Zychal
LZ Session Boxes PRO is a professional-grade tool for day traders, designed to beautifully visualize global trading sessions (Asia, Pacific/Sydney, London, New York) across your entire chart history. It eliminates the confusion of broker time offsets by automatically detecting timezones and adjusting for Daylight Saving Time (DST), ensuring your session boxes always align perfectly with real-market hours. **SPECIAL PROMOTION: All PRO features are FREE to use until June 30, 2026!** Enjoy the
FREE
VWAP and MVWAP
Flavio Javier Jarabeck
3.88 (8)
Volume Weighted Average Price (VWAP) is a trading benchmark commonly used by Big Players that gives the average price a Symbol has traded throughout the day. It is based on both Volume and price. Additionally we put in this indicator the MVWAP (Moving Volume Weighted Average Price). For those who do not know the usage and the importance od this indicator I recommend a great article about this subject at Investopedia ( https://www.investopedia.com/articles/trading/11/trading-with-vwap-mvwap.asp )
FREE
EMA with RSI
Nikita Berdnikov
4.5 (4)
Introducing EMA + RSI – A Trading Indicator Combining Exponential Moving Average (EMA) and Relative Strength Index (RSI) Analysis. The indicator signals trade entries with arrows on the chart when two EMAs cross and the RSI meets the specified conditions. It is initially optimized for the GBPUSD currency pair on the 1H timeframe, but users can customize it to fit their strategy. Key Features: Flexible settings: Users can adjust EMA length, choose the price for calculation, and configure RSI para
FREE
"Hunttern harmonic pattern finder" base on the dynamic zigzag with the notification and prediction mode This version of the indicator identifies 11 harmonic patterns and predicts them in real-time before they are completely formed. It offers the ability to calculate the error rate of Zigzag patterns depending on a risk threshold. It moreover sends out a notification once the pattern is complete. The supported patterns: ABCD BAT ALT BAT BUTTERFLY GARTLEY CRAB DEEP CRAB CYPHER SHARK THREE DRIV
Above the Stomach Trading System for MetaTrader 5 Above the Stomach Trading System is a price action indicator for MT5 designed to detect 2-bar reversal patterns where the second candle confirms a momentum shift through midpoint penetration and close strength. A detailed user guide is available on the author’s MQL5 Blog . Additional updates are available through the author’s   MQL5 Channel . Depending on the current support policy, buyers may receive additional access to selected companion tool
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
该产品的买家也购买
Neuro Poseidon MT5
Daria Rezueva
5 (9)
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
SuperScalp Pro
Van Minh Nguyen
4.65 (26)
SuperScalp Pro – 高级多重过滤剥头皮指标系统 SuperScalp Pro 是一款高级剥头皮交易指标,将经典 Supertrend 与多种智能确认过滤器结合,帮助识别交易机会。它可高效运行于 M1 至 H4 多个时间周期,并针对 XAUUSD、BTCUSD 及主要外汇货币对进行了优化。 该指标提供清晰的 Buy 和 Sell 信号,并基于 ATR 自动计算入场价、止损和止盈水平,帮助交易者更有效地管理风险。Fibonacci Take Profit 功能可在关键价格水平提前平仓,并在到达这些水平时发送通知,从而提升交易管理效率与稳定性。 默认配置已启用 Fibonacci Take Profit,专注于更稳定、更持续的交易体验。您只需将指标加载到图表即可立即开始使用,无需额外设置。对于高级用户,所有参数均可完全自定义,以适应不同交易策略和偏好。 SuperScalp Pro 集成了 EMA、RSI、ADX、Volume、VWAP、Bollinger Bands 和 MACD Divergence 等多种过滤器,有助于减少虚假信号并提高入场质量。指标还包含图表内交互控制面
Entry In The Zone and SMC Multi Timeframe is a real-time 2-in-1 market analysis tool that combines market structure analysis and a No Repaint BUY / SELL signal system into a single indicator, built on Smart Money Concepts (SMC) — a widely adopted framework used by professional traders to understand market structure. This indicator helps you see the market more clearly, make decisions based on structure rather than guesswork, and focus on high-probability zones where price is more likely to react
Divergence Bomber
Ihor Otkydach
4.9 (89)
购买该指标的每位用户将额外免费获得以下内容: 原创工具“Bomber Utility”,该工具会自动跟踪每一笔交易,设置止损和止盈点,并根据策略规则自动平仓; 适用于不同交易品种的指标设置文件(Set 文件); 三种不同风险模式下的 Bomber Utility 设置文件:“最低风险”、“平衡风险” 和 “观望策略”; 一套详细的 视频操作手册,帮助您快速完成安装、配置并开始使用本交易系统。 注意: 要获取以上所有赠品,请通过 MQL5 的私人消息系统联系卖家。 我为您介绍原创的自定义指标 “Divergence Bomber”(背离轰炸机),它是一套基于 MACD 背离交易策略 的“全功能”交易系统。 该技术指标的主要任务是识别 价格与 MACD 指标之间的背离,并发出交易信号(包括推送通知),指示未来价格可能的运动方向。平均而言,这些信号的准确率超过 98%。有关该指标如何工作的详细说明,请观看本页面上的视频演示。 该系统使用 止损订单 和 动态回撤平仓机制 来管理交易。 Divergence Bomber 指标的主要特点: 支持交易的品种: AUDCAD、AUDCHF、AUDSG
Power Candles MT5
Daniel Stein
5 (8)
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线上自动回答这些问题。结果就是一个完整的交易方案 -
SmartScalping
Temirlan Kdyrkhan
SmartScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
TrendProMaster
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5合成分形结构分析与确认入场 概述 Azimuth Pro 是 Merkava Labs 推出的多层级波段结构指标。四层嵌套波段层级、锚定波段的VWAP、ABC形态识别、三时间框架结构过滤以及收盘确认入场——一个图表,一个从微观波段到宏观周期的完整工作流程。 这不是盲目的信号产品。它是一个以结构为先的工作流程,专为重视位置、背景和时机的交易者打造。 V2上市优惠 — Azimuth Pro V2售价USD 399(接下来的100份)。最终价格:USD 499。 1. V2的变化 合成多时间框架引擎 高时间框架分析从零开始重建,采用与Meridian Pro相同的专有合成架构。更清晰的HTF背景、稳定的实时行为、无经典MTF同步问题。合成引擎还解锁了 固定比率时间框架级联 (x2、x3、x4、x6)——不再在经纪商的固定时间框架之间任意跳转,您可以按图表时间框架的固定倍数分析结构,在每个尺度上保持相同的分形关系。 确认入场箭头 作为稳定且可恢复的执行层而设计的收盘确认箭头。当ABC设置形成且自适应确认逻辑在收盘K线上验证方向时,箭头会写入下一根K线的
SignalTech MT5
Yue Wang
5 (26)
SignalTech MT5 is an unique fully rule based trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY.  All the winning trades with chart setups are published on the comments page. 2026-05 3690 Pips (Until 05-26 NY Closed) 2026-04 2243 Pips 2026-03 2165 Pips 2026-02 2937 Pips 2026-01 2624 Pips 2025-12 1174 Pips It can generate signals with Buy/Sell Arrows and Pop-Up/Sound Alerts. Each signal has clear Entry and Stop Loss levels, which should be automatically flag
介绍     Quantum Breakout PRO   ,突破性的 MQL5 指标,正在改变您交易突破区域的方式!由拥有超过13年交易经验的资深交易员团队开发,     量子突破 PRO     旨在通过其创新和动态的突破区域策略将您的交易之旅推向新的高度。 量子突破指标将为您提供带有 5 个利润目标区域的突破区域的信号箭头,以及基于突破框的止损建议。 它既适合新手交易者,也适合专业交易者。 量子 EA 通道:       点击这里 重要的!购买后请私信我领取安装手册。 建议: 时间范围:M15 货币对:GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD 账户类型:ECN、Raw 或 Razor,点差极低 经纪商时间:GMT +3 经纪商:IC Markets、Pepperstone with Raw 和 Razor 的点差最低 规格: 不重漆! 最多 5 个建议利润目标区域 建议止损水平 可定制的盒子。您可以设置自己的 Box Time Start 和 Box Time End。 接触 如果您有任何疑问或需要帮助,请通过私人消息与我联系。
Atomic Analyst MT5
Issam Kassas
4.19 (32)
本产品已针对 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. 它分析价格行为、强度、动能、多周期方向和高级过滤器,帮助交易者减少噪音,避免弱势交易机会,并做出更有结构的交易决策。 该指标将复杂的市场计算转换为简单的视觉信号、彩色K线、趋势读数、止损水平和多个止盈区域,使交易者能够快速理解并应用于真实市场环境。 主要交易用途: 剥头皮和日内交易: 专为快速决策、清晰箭头、提醒、K线颜色和结构化进出场区域而设计。 日内交易和波段交易:
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Smart Trend Trading System 目前价格为 $99 。 接下来的 30 次购买 后,价格将上涨至 $199 。 特别优惠: 购买 Smart Trend Trading System 后,请发送私信给我,即可免费领取 Smart Universal EA ,并将您的 Smart Trend 信号转换为自动交易。 Smart Trend Trading System 是一套完整的交易系统,具备不重绘、不回绘、不延迟的特点,专为希望获得更清晰信号、更准确趋势方向以及更有组织交易方式的交易者打造。 Online course , manual and download presets . 它将 10 多种交易工具 整合到一个系统中,包括趋势检测、反转区域、Smart Cloud、移动止损逻辑、支撑与阻力、K线着色、提醒以及多周期分析。 该系统旨在帮助您应对不同的市场环境: 趋势市场: 识别主要趋势,发现回调,跟随动能,并通过止损指导和移动止损选项寻找更清晰的入场机会。 震荡
FX Trend MT5 NG
Daniel Stein
5 (6)
FX Trend NG:新一代多市场趋势智能分析工具 概述 FX Trend NG 是一款专业的多时间周期趋势分析与市场监控工具,帮助您在几秒钟内全面了解市场结构。 无需在多个图表之间来回切换,您可以立即看到哪些品种处于趋势中、哪里动能正在减弱,以及哪些时间周期之间存在强烈共振。 限时发布优惠 – 仅需 $30(6个月) 或 $80 终身授权 即可拥有 FX Trend NG 。 已经是 Stein Investments 客户? -> 发送消息 以获取专属客户群访问权限。 需要帮助或安装指导? -> 请访问 Stein Investments 官方页面 。 1. FX Trend NG 的核心优势 三状态趋势逻辑 —— 不只是 Buy 或 Sell • 大多数指标仅显示两种状态:Buy 或 Sell。 • FX Trend NG 增加第三种状态: Fade 。 • Fade 表示趋势强度正在减弱,在完全反转之前提前发出信号。 这种结构化逻辑让您看到趋势变化过程,而不仅仅是简单方向信号。 多时间周期分析(M1 至 MN1) • 从短线交易到中长线交易全面覆盖。 • 快速识别趋势
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (4)
趨勢捕捉指標 趨勢捕捉指標結合了作者獨有的客製化自適應趨勢分析指標,用於分析市場價格趨勢。它透過過濾掉短期噪音,並專注於潛在的動能強度、波動性擴張和價格結構行為,來識別真實的市場方向。此外,它還結合了平滑和趨勢過濾等客製化指標,例如移動平均線、相對強弱指標 (RSI) 和波動率過濾器。 您可以在這裡查看實際運行情況以及我的其他產品: https://www.mql5.com/en/users/mechanic/seller 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。 重要提示!購買後請立即聯繫我,以獲取使用說明和額外獎勵! 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (2)
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
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
介绍 Quantum TrendPulse   ,这是一款终极交易工具,它将 SuperTrend   、   RSI 和 Stochastic 的强大功能整合到一个综合指标中,以最大限度地发挥您的交易潜力。该指标专为追求精准和效率的交易者而设计,可帮助您自信地识别市场趋势、动量变化以及最佳进入和退出点。 主要特点: 超级趋势整合: 轻松跟随当前的市场趋势并乘上盈利浪潮。 RSI 精度: 检测超买和超卖水平,非常适合把握市场逆转时机,可用作 SuperTrend 的过滤器 随机精度: 利用随机振荡在波动的市场中寻找隐藏的机会, 用作超级趋势的过滤器 多时间范围分析: 从 M5 到 H1 或 H4,在不同时间范围内关注市场动态。 可定制的警报: 当您的自定义交易条件得到满足时收到通知,这样您就不会错过任何交易。 无论您是新手还是经验丰富的交易员,   Quantum TrendPulse 都能为您提供所需的优势,帮助您增强策略并自信地进行交易。借助这一强大的指标,将洞察力转化为利润 — 掌控您的交易! ***购买 Quantum TrendPulse,即可免费获得 Quantum Tr
M30/H1/H4 波段版已上线 想抓住M5/M15无法捕捉的大行情? Gold Signal Swing Pro(M30/H1/H4)现已发售。 目标每笔$20-$80+。 https://www.mql5.com/en/market/product/177643 KURAMA GOLD SIGNAL PRO(MT5版)— 7层过滤器 XAUUSD完整交易系统 不重绘。不重画。不延迟。每个信号确认后永久固定。 买断版购买者专属福利:购买买断版许可证可免费获得 AI Zone Radar(价值$59)+ PDF使用手册。购买后请在MQL5上给我发消息。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 在真实黄金交易员社区中使用,因精度和易用性获得高度评价。 你的问题 — 以及解决方案 黄金每天波动$30-$50。你知道机会就在那里。但你是否经历过: - 入场过早,价格反向运行$10后才朝你预期的方向走 - 每
Trend Forecaster
Alexey Minkov
5 (7)
Trend Forecaster – Since 2023. The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Smart Price Action Concepts 目前价格为 $200 。 接下来的 30 次购买 后,价格将上涨至 $299 。 特别优惠: 购买后,请发送私信给我,即可领取 免费赠品 + 礼物 。 首先需要强调的是,这款交易工具是不重绘、不回绘、不延迟的指标,因此非常适合专业交易使用。 Online course , and manual Smart Price Action Concepts 指标是一款非常强大的工具,适合新手和有经验的交易者使用。它将 20 多个实用指标整合到一个系统中,结合了 Inner Circle Trader Analysis 和 Smart Money Concepts Trading Strategies 等高级交易理念。该指标专注于 Smart Money Concepts,帮助交易者理解大型机构如何交易,并辅助预测其市场行为。 它特别擅长流动性分析,使交易者更容易理解机构交易逻辑。它也非常适合预测市场趋势并仔细分析价格走势。通过让交易与机构策略保
Meridian Pro
Ottaviano De Cicco
5 (2)
Meridian Pro 2.00:MT5 专业多周期趋势矩阵 Meridian Pro 2.00 是面向 MetaTrader 5 的专业自适应趋势矩阵。它结合了原始 Meridian 趋势引擎、清晰的图表 ribbon、收盘柱确认箭头、8 周期 dashboard、Fuel 动量、加权共识、合成 HTF 处理,以及直接显示在当前图表上的高周期环境线。 目标很简单:在一个有纪律的 workflow 中读取当前趋势、多周期结构、强度、动量和 EA-ready 状态,而不是在多个图表上堆叠互不关联的指标。 Meridian Pro 的不同之处 一个自适应引擎 - 同一套波动率感知 Meridian 逻辑应用于 M1 到 W1。 合成 HTF 架构 - 高周期行由低周期数据推导,减少传统零售 MTF 中常见的 repaint、同步延迟和 broker-dependent HTF 质量问题。 完整矩阵输出 - Bias、Strength、Fuel 和加权 Consensus 一起显示,而不是拆成独立工具。 图表执行层 - ribbon 和箭头专注于当前周期,选配 HTF 线在同一图表上增加高
FX Power MT5 NG
Daniel Stein
5 (32)
FX Power:分析货币强度,助您做出更明智的交易决策 概述 FX Power 是一款专业工具,帮助您全面了解主要货币和黄金在任何市场条件下的真实强度。通过识别强势货币用于买入,弱势货币用于卖出, FX Power 简化了交易决策,并帮助您发现高概率的交易机会。不论您是想跟随趋势还是通过极端的 Delta 值预测反转,这款工具都能完美适应您的交易风格。别再盲目交易——用 FX Power 让您的交易更加智慧。 1. 为什么 FX Power 对交易者极具价值 实时货币和黄金强度分析 • FX Power 实时计算并显示主要货币和黄金的相对强度,助您全面了解市场动态。 • 监控领先或落后资产,轻松识别值得交易的货币对。 全面的多时间框架视图 • 跟踪短期、中期和长期时间框架的货币和黄金强度,以便将您的交易策略与市场趋势保持一致。 • 无论是快进快出的短线交易还是更长期的投资策略, FX Power 都能为您提供所需的信息。 Delta 动态分析用于趋势和反转 • 极端 Delta 值常常预示反转机会,而平缓的 Delta 变化则确认趋势延续。 • 使用 Delta 分析,轻
Btmm state engine pro
Garry James Goodchild
5 (5)
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
PZ Trend Trading MT5
PZ TRADING SLU
3.8 (5)
许多盈利交易者不仅知道如何识别市场趋势,而且也能把握趋势建立后的交易机会。 Pz 趋势交易 指标设计用来在趋势行情中尽可能的赚取利润。 已建立的趋势提供了一揽子交易机会,但大多数趋势交易指标完全忽视了它们,让交易者在趋势行情时完全不知道该如何做!一般趋势指标只通知有关的趋势变化,但根本不足以得到卓越的回报. Pz 趋势交易 指标比一般趋势指标显示多达 20 倍的交易 , 因为它注重所谓的市场时机。它不仅显示当前的市场趋势,也有回调,内柱线的突破和调整。它令您在趋势回调之后介入,安全的柱线内突破金字塔加仓,以及发现潜在的反转,和已知的调整。 趋势改变 一个趋势改变在市场方向变化时发生。趋势变化在图表上用带数字的彩色圆圈显示。蓝色 (1) 信号为上涨开始, 而红色 (1) 信号为下跌开始。趋势变化并非评估当前价格动作的结果, 它意味着交易设置是不定时地。如果您正确使用本指标, 在趋势变化时, 您将将已经入场 (参看下面的调整)。 回调 但凡趋势在运动中,行情上下抖动,盈利者收割利润,且其它参与者入场。趋势回调代表好的买入机会,通常是由主力获利离场导致。如果行情在回调后回归上行, 指标将
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro: 量化市场操作系统 终身访问限时 70% 折扣 - 加入 2,000+ 交易员社区 为什么大多数交易者即使拥有“完美”指标也会失败? 因为他们在真空中交易 单一概念 。没有背景的信号是赌博。要持续获胜,您需要 共振 (CONFLUENCE) 。 RelicusRoad Pro 不是一个简单的箭头指标。它是一个完整的 量化市场生态系统 。它描绘价格运行的“公允价值之路”,区分市场噪音和真实的结构性突破。 停止猜测。开始用机构级“路”逻辑进行交易。 核心引擎:“Road” (路) 算法 系统的核心是 Road Algo ,一个实时适应市场条件的动态波动率通道。它投射出 安全线 (平衡) 和价格可能反转的 扩展水平 。 Simple Road: 典型市场的标准结构映射。 Smooth Road: 针对震荡盘整的降噪计算。 Breakout Road: 专为识别波动率扩张和爆发性走势而调整。 1. 算法动量与确认 我们的“剥头皮箭头”不只是简单的交叉。它们利用 高阶多项式逻辑 过滤噪音,确保信号与主周期一致。我们检测动量、价格行为和 Road 结构汇聚的精确入场
KT Alpha Hunter Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
大多数箭头指标只给你一个信号,然后让你自己去判断剩下的一切。KT Alpha Hunter Arrows 为你提供完整的交易计划。 每一个信号箭头出现时,都会同时绘制一套完整计划:入场线、止损位、四个止盈目标,以及实时优势判断,告诉你当前这个交易品种和时间周期是否值得交易。随附的 Trade Manager EA 会在你手动入场后负责后续执行,让你在市场波动剧烈、情绪干扰明显时也能保持交易纪律。不重绘。仅在K线收盘后确认信号。适用于 Forex、黄金、指数以及任何你在 MT5 上交易的品种。 核心功能 不重绘买入和卖出箭头,只在K线收盘后生成。 每个信号都会显示入场线、结构性止损位和四个止盈目标。 Edge Dashboard 会分别评估当前图表上的买入和卖出机会。 判断系统包括:No Edge、Marginal、Tradeable、Good 或 Strong。 一键 Auto Optimize 按钮可根据当前品种和时间周期自动优化设置。 完整套装包含 Trade Manager EA,并提供五种专为本指标设计的预设交易管理方案。 Prop Firm Risk Panel 可在图表上
购买后请联系我,即可免费获取基于此指标的 EA 作为赠品。 ChandraSAR Optimizer:动态自适应量化趋势引擎 大多数趋势指标失效的原因很简单:市场在不断变化,而静态参数却一成不变。 ChandraSAR Optimizer 成功弥合了简单信号生成与高级算法测试之间的差距。作为一款专为 MetaTrader 5 打造的动态趋势跟踪系统,它将一个高效的、基于原生数组的推进分析(Walk-Forward)优化引擎直接嵌入到您的图表中,完美解决了市场波动性更迭的难题。 ChandraSAR 将吊灯止损(Chandelier Exit)的精准过滤与抛物线转向指标(Parabolic SAR)的动能追踪相结合。它不仅仅是生成交易信号,而是持续对历史数据进行测试、评分,并使自身参数自动适应当前的市场环境。在无需任何人工干预的情况下,该指标会在后台快速评估数以千计的参数组合,在寻找绝对统计优势的同时,对过度拟合(Curve-fitted)的参数进行严格的惩罚。 核心量化优势: 动态推进(Walk-Forward)引擎: 根据设定的滚动时间表(每日/每周/每月),利用用户自定义的目标(
PZ Support Resistance MT5
PZ TRADING SLU
3.71 (7)
厌倦了绘制支撑线和阻力线? 支撑阻力 是一个多时间指标,可以自动检测并绘制图表中的支撑线和阻力线,并具有非常有趣的变化:随着时间的推移测试价格水平及其重要性的提高,线变得越来越粗。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 一夜之间增强您的技术分析 无需浏览图表即可检测重要的价格水平 一目了然地识别所有价格水平的相对优势 每次交易最多可节省半小时的绘图线 指标显示所有价格水平的期限 指示器不重涂 过去和现在的价格水平因接近程度而崩溃,并根据当前的市场行为进行了调整。在动作发生的地方绘制了线条,而不一定在峰值处绘制了线条。 价格水平随着时间的推移而被拒绝,变得越来越暗 定期清除不重要的价格水平以避免噪音 可自定义的时间范围选择和崩溃因子 它实现了电子邮件/声音/推送警报的突破 输入参数 指标设置:指标将从当前时间段读取价格,但您可以选择另一个。例如,您可以在H4图表中显示D1支撑线和阻力线。您还可以使用 价格水平密度 参数选择在图表上显示多少价格水平。 颜色设置:根据重要性输入所需的支撑线和阻力线颜色。 标签设置:(可选)可以在指示器中显示用于
PZ Swing Trading MT5
PZ TRADING SLU
5 (5)
Swing Trading 是第一个旨在检测趋势方向的波动和可能的反转波动的指标。它使用在交易文献中广泛描述的基准摆动交易方法。该指标研究多个价格和时间向量,以追踪总体趋势方向,并检测市场超卖或超买并准备好进行修正的情况。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 市场波动的利润不会被窃取 指示器始终显示趋势方向 彩色价格带代表机会基准 彩色虚线表示可能的反转波动 该指标分析其自身的质量和性能 它实现了一个多时间仪表板 可定制的趋势和波动周期 它实现了电子邮件/声音/推送警报 指示器为非重涂或重涂 什么是摇摆交易 摇摆交易是一种尝试在一天到一周内从证券中获得收益的交易方式,尽管某些交易最终可以保持更长的寿命。摇摆交易者使用技术分析来买入弱点和卖出力量,并有耐心等待这些机会的发生,因为在发生一波抛售浪潮之后购买证券而不是陷入抛售更有意义。 机会基准 关于历史数据的大量研究证明,适合于波动交易的市场倾向于在基线价格带上下交易,基线价格带由图表显示,使用平均真实区间计算得出。波动交易者使用基线,该策略是购买常态和卖出躁狂,或做空常态并掩盖沮丧。在没有疲
MetaTrader 5 智能多层突破与回调探测器 "智能 · 简单 · 快速!" 您是否厌倦了错过高概率的突破入场机会? 您是否花费数小时扫描多张图表,试图将突破与趋势方向和货币动能对齐——却仍然错过了行情? Break Pullback 用一个指标解决所有这些问题。 什么是 Break Pullback? Break Pullback 是一款专业级 MetaTrader 5 指标,专为交易市场结构、突破和趋势延续形态的交易者而设计。 它能实时自动检测多个货币对的突破与回调形态——并通过三层确认过滤每个信号: 结构突破检测——识别图表上的关键突破位 高时间框架日线偏向——将入场与主导日线趋势方向对齐 货币强弱指数——确认配对货币间的动能失衡 结果:更少的虚假信号,更强的信心,更快的执行——无需面对图表过载。 适合哪些交易者? Break Pullback 专为使用以下方法的交易者设计: 突破与回测策略 市场结构分析(BOS、 OB Order Block 、结构位) 聪明钱概念(SMC)或 ICT 风格入场 趋势跟踪与延续形态 跨外汇和黄金(XAUUSD)的多对扫描 日内和波段
作者的更多信息
Sessions by LUX in MT5
Minh Truong Pham
5 (1)
This indicator shows when user set sessions are active and returns various tools + metrics using the closing price within active sessions as an input. Users have the option to change up to 4 session times. The indicator will increasingly lack accuracy when the chart timeframe is higher than 1 hour. Settings Sessions Enable Session: Allows to enable or disable all associated elements with a specific user set session. Session Time: Opening and closing times of the user set session in the  
This is a Forex Scalping Trading Sytem based on the Bollinger Bands.  Pairs:Major Time frame: 1M or higher. Spread max:0,0001.  Indicators (just suggestion) Bollinger bands (20, 2); ADX (14 period); RSI   (7 period ). Y ou should only trade this system between 2am to 5am EST, 8am to 12am EST and 7.30pm to 10pm EST. Do not scalp 30 minutes before a orange or red news  report and not for a hour afterwards.   Setup: is for price to move above the lower or lower Bollinger Bands, RSI raise above the
FREE
This is addition of  Effective SV squeeze momentum  that add bolliger band and Keltner channel to chart window.  Squeeze momentum introduced by “John Carter”, the squeeze indicator for MT5 represents a volatility-based tool. Regardless, we can also consider the squeeze indicator as a momentum indicator, as many traders use it to identify the direction and strength of price moves. In fact, the Tradingview  squeeze indicator shows when a financial instrument is willing to change from a trending ma
FREE
ICT Concepts
Minh Truong Pham
5 (2)
The ICT Concepts indicator regroups core concepts highlighted by trader and educator "The Inner Circle Trader" (ICT) into an all-in-one toolkit. Features include Market Structure (MSS & BOS), Order Blocks, Imbalances, Buyside/Sellside Liquidity, Displacements, ICT Killzones, and New Week/Day Opening Gaps. It’s one kind of Smart money concepts. USAGE: Please read this document  !    DETAILS Market Structure Market structure labels are constructed from price breaking a prior extreme point. T
The Breaker Blocks with Signals indicator aims to highlight a complete methodology based on breaker blocks. Breakout signals between the price and breaker blocks are highlighted and premium/discount swing levels are included to provide potential take profit/stop loss levels. This script also includes alerts for each signal highlighted.   SETTINGS   Breaker Blocks Length: Sensitivity of the detected swings used to construct breaker blocks. Higher values will return longer term break
Multiple Wicks forming at OverSold & OverBought levels create Buying and Selling Pressure. This indicator tries to capture the essence of the buy and sell pressure created by those wicks. Wick pressure shows that the trend is Exhausted. Order block should display when buying or selling pressure wick. When price go inside buy order block and up to outside order block, trader should consider a buy order. If price go inside buy order block and down to outside order block, trader should consider a s
Inversion Fair Value Gaps MT4
Minh Truong Pham
4.5 (2)
The Inversion Fair Value Gaps (IFVG) indicator is based on the inversion FVG concept by ICT and provides support and resistance zones based on mitigated Fair Value Gaps (FVGs). Image 1   USAGE Once mitigation of an FVG occurs, we detect the zone as an "Inverted FVG". This would now be looked upon for potential support or resistance. Mitigation occurs when the price closes above or below the FVG area in the opposite direction of its bias. (Image 2) Inverted Bullish FVGs Turn into Potenti
Introduction One of the patterns in "RTM" is the "QM" pattern, also known as "Quasimodo". Its name is derived from the appearance of "Hunchback of Notre-Dame" from Victor Hugo's novel. It is a type of "Head and Shoulders" pattern.   Formation Method   Upward Trend In an upward trend, the left shoulder is formed, and the price creates a new peak higher than the left shoulder peak . After a decline, it manages to break the previous low and move upward again. We expect the price to
All about Smart Money Concepts Strategy: Market struture: internal or swing BOS, CHoCH; Orderblock; Liquity equal; Fair Value Gap with Consequent encroachment, Balanced price range; Level with Previous month, week, day level or in day level (PMH, PWH, PDH, HOD); BuySell Stops Liquidity (BSL, SSL); Liquidity Void Long Wicks; Premium and Discount; Candle pattern ... "Smart Money Concepts" ( SMC ) is a fairly new yet widely used term amongst price action traders looking to more accurately navigate
The indicator   returning pivot point based trendlines with highlighted breakouts . Trendline caculated by pivot point and other clue are ATR, Stdev.   The indicator also includes integrated alerts for  trendlines  breakouts   and foward message to Telegram channel or group if you want. Settings ·            Lookback bar: Default 200 is number of bar caculate when init indicator. ·            Length:  Pivot points  period ·            Slope Calculation Method: Determines how this lope is calcula
This all-in-one indicator displays real-time market structure (internal & swing BOS / CHoCH), order blocks, premium & discount zones, equal highs & lows, and much more...allowing traders to automatically mark up their charts with widely used price action methodologies. Following the release of our Fair Value Gap script, we received numerous requests from our community to release more features in the same category. //------------------------------------// Version 1.x has missing functions + PDAr
Breaker Blocks with Signals
Minh Truong Pham
3 (2)
The Breaker Blocks with Signals indicator aims to highlight a complete methodology based on breaker blocks. Breakout signals between the price and breaker blocks are highlighted and premium/discount swing levels are included to provide potential take profit/stop loss levels. This script also includes alerts for each signal highlighted.   SETTINGS   Breaker Blocks Length: Sensitivity of the detected swings used to construct breaker blocks. Higher values will return longer term break
ICT Concepts in MT4
Minh Truong Pham
The ICT Concepts indicator regroups core concepts highlighted by trader and educator "The Inner Circle Trader" (ICT) into an all-in-one toolkit. Features include Market Structure (MSS & BOS), Order Blocks, Imbalances, Buyside/Sellside Liquidity, Displacements, ICT Killzones, and New Week/Day Opening Gaps. It’s one kind of Smart money concepts.   USAGE:   Please read this   document  !      DETAILS Market Structure Market structure labels are constructed from price breaking a prior extreme
The FollowLine indicator is a trend following indicator. The blue/red lines are activated when the price closes above the upper Bollinger band or below the lower one. Once the trigger of the trend direction is made, the FollowLine will be placed at High or Low (depending of the trend). An ATR filter can be selected to place the line at a more distance level than the normal mode settled at candles Highs/Lows. Some features: + Trend detech + Reversal signal + Alert teminar / mobile app
The ICT Silver Bullet indicator is inspired from the lectures of "The Inner Circle Trader" (ICT) and highlights the Silver Bullet (SB) window which is a specific 1-hour interval where a Fair Value Gap (FVG) pattern can be formed. A detail document about ICT Silver Bullet here . There are 3 different Silver Bullet windows (New York local time): The London Open Silver Bullet (3 AM — 4 AM ~ 03:00 — 04:00) The AM Session Silver Bullet (10 AM — 11 AM ~ 10:00 — 11:00) The PM Session Silver Bullet (2
Sessions by Lux
Minh Truong Pham
This indicator shows when user set sessions are active and returns various tools + metrics using the closing price within active sessions as an input. Users have the option to change up to 4 session times. The indicator will increasingly lack accuracy when the chart timeframe is higher than 1 hour. Settings Sessions Enable Session: Allows to enable or disable all associated elements with a specific user set session. Session Time: Opening and closing times of the user set session in the  
Liquidity Swings
Minh Truong Pham
The liquidity swings indicator highlights swing areas with existent trading activity. The number of times price revisited a swing area is highlighted by a zone delimiting the swing areas. Additionally, the accumulated volume within swing areas is highlighted by labels on the chart. An option to filter out swing areas with volume/counts not reaching a user-set threshold is also included. This indicator by its very nature is not real-time and is meant for descriptive analysis alongside other com
The SuperTrend AI indicator is a novel take on bridging the gap between the K-means clustering machine learning method & technical indicators. In this case, we apply K-Means clustering to the famous SuperTrend indicator.   USAGE Users can interpret the SuperTrend AI trailing stop similarly to the regular SuperTrend indicator. Using higher minimum/maximum factors will return longer-term signals. (image 1) The displayed performance metrics displayed on each signal allow for a deeper interpretat
OVERVIEW A Lorentzian Distance Classifier (LDC) is a Machine Learning classification algorithm capable of categorizing historical data from a multi-dimensional feature space. This indicator demonstrates how Lorentzian Classification can also be used to predict the direction of future price movements when used as the distance metric for a novel implementation of an Approximate Nearest Neighbors (ANN) algorithm. This indicator provide signal as buffer, so very easy for create EA from this indi
This script automatically calculates and updates ICT's daily IPDA look back time intervals and their respective discount / equilibrium / premium, so you don't have to :) IPDA stands for Interbank Price Delivery Algorithm. Said algorithm appears to be referencing the past 20, 40, and 60 days intervals as points of reference to define ranges and related PD arrays. Intraday traders can find most value in the 20 Day Look Back box, by observing imbalances and points of interest. Longer term traders c
An Implied Fair Value Gap (IFVG) is a three candles imbalance formation conceptualized by ICT that is based on detecting a larger candle body & then measuring the average between the two adjacent candle shadows. This indicator automatically detects this imbalance formation on your charts and can be extended by a user set number of bars. The IFVG average can also be extended until a new respective IFVG is detected, serving as a support/resistance line. Alerts for the detection of bullish/be
Consolidation is when price is moving inside a clear trading range. When prices are consolidated it shows the market maker placing orders on both sides of the market. This is mainly due to manipulate the un informed money. This indicator automatically identifies consolidation zones and plots them on the chart. The method of determining consolidation zones is based on pivot points and ATR, ensuring precise identification. The indicator also sends alert notifications to users when a new consolida
This indicator presents an alternative approach to identify Market Structure. The logic used is derived from learning material created by   DaveTeaches (on X) Upgrade v1.10: add option to put protected high/low value to buffer (figure 11, 12) When quantifying Market Structure, it is common to use fractal highs and lows to identify "significant" swing pivots. When price closes through these pivots, we may identify a Market Structure Shift (MSS) for reversals or a Break of Structure (BOS) for co
This indicator provides the ability to recognize the SMC pattern, essentially a condensed version of the Wyckoff model. Once the pattern is confirmed by RTO, it represents a significant investment opportunity.    There are numerous indicators related to SMC beyond the market, but this is the first indicator to leverage patterns to identify specific actions of BigBoy to  navigate the market. Upgrade 2024-03-08: Add TP by RR feature. The SMC (Smart Money Concept)   pattern   is a market analysis m
Created by imjesstwoone and mickey1984, this trade model attempts to capture the expansion from the 10:00-14:00 EST 4h candle using just 3 simple steps. All of the information presented in this description has been outlined by its creators, all I did was translate it to MQL4. All core settings of the trade model may be edited so that users can test several variations, however this description will cover its default, intended behavior using NQ 5m as an example. Step 1 is to identify our Price Ra
The Buyside & Sellside Liquidity indicator aims to detect & highlight the first and arguably most important concept within the ICT trading methodology,   Liquidity   levels. SETTINGS Liquidity Levels Detection Length: Lookback period Margin: Sets margin/sensitivity for a liquidity level detection Liquidity Zones Buyside Liquidity Zones: Enables display of the buyside liquidity zones. Margin: Sets margin/sensitivity for the liquidity zone boundaries. Color: Color option for buysid
The   Liquidation Estimates (Real-Time)   experimental indicator attempts to highlight real-time long and short liquidations on all timeframes. Here with liquidations, we refer to the process of forcibly closing a trader's position in the market. By analyzing liquidation data, traders can gauge market sentiment, identify potential support and resistance levels, identify potential trend reversals, and make informed decisions about entry and exit points. USAGE (Img 1)    Liquidation refers
The   ICT Unicorn Model   indicator highlights the presence of "unicorn" patterns on the user's chart which is derived from the lectures of   "The Inner Circle Trader" (ICT) . Detected patterns are followed by targets with a distance controlled by the user.   USAGE (image 2) At its core, the ICT Unicorn Model relies on two popular concepts, Fair Value Gaps and Breaker Blocks. This combination highlights a future area of support/resistance. A   Bullish Unicorn Pattern   consists out of:
Overview The   Volume SuperTrend AI   is an advanced technical indicator used to predict trends in price movements by utilizing a combination of traditional SuperTrend calculation and AI techniques, particularly the k-nearest neighbors (KNN) algorithm. The Volume SuperTrend AI is designed to provide traders with insights into potential market trends, using both volume-weighted moving averages (VWMA) and the k-nearest neighbors (KNN) algorithm. By combining these approaches, the indicator
OVERVIEW K-means is a clustering algorithm commonly used in machine learning to group data points into distinct clusters based on their similarities. While K-means is not typically used directly for identifying support and resistance levels in financial markets, it can serve as a tool in a broader analysis approach. Support and resistance levels are price levels in financial markets where the price tends to react or reverse. Support is a level where the price tends to stop falling and m
筛选:
无评论
回复评论