Sub Algo

Sub Algo is a revolutionary indicator for MQL4/MQL5 that transforms how algorithmic strategies are built and executed.

Instead of writing endless if–else conditions, Sub Algo provides a complete visual configuration system with:

  • 6 independent logical operations

  • Adaptive thresholding

  • Automatic Buy/Sell symmetry

  • Simple dropdown menus and input parameters

This is not a library.
This is a ready-to-use professional indicator that converts any combination of technical indicators into precise logical trading signals directly on your chart.

🚀 What Makes Sub Algo Unique?

Sub Algo is the world’s first MQL4/MQL5 indicator implementing a full 6-stage data processing pipeline inside a single chart window.

It allows you to:

✅ Configure complex multi-indicator conditions without coding
✅ Generate perfectly symmetric BUY and SELL signals automatically
✅ Detect divergences, crossovers, extreme zones, and momentum shifts simultaneously
✅ Process up to 4 independent indicator buffers in parallel
✅ Apply 5 logical connectors (AND / OR / XOR / NAND / NOR)

⚙️ Complete Operation Reference

🔹 OPERATION 1 — Compare with Level

Check indicator position relative to horizontal or adaptive levels.

Switch Function
OP1_DISABLED Operation OFF
OP1_GREATER Value > Level
OP1_LESS Value < Level
OP1_GREATER_EQUAL Value ≥ Level
OP1_LESS_EQUAL Value ≤ Level
OP1_CROSS_ABOVE Cross FROM BELOW
OP1_CROSS_BELOW Cross FROM ABOVE

Level Types:

  • LEVEL_ABSOLUTE — Fixed numeric value

  • LEVEL_PERCENTILE — Percentage of range (0–100%)

  • LEVEL_AUTO — Range median

  • LEVEL_DYNAMIC — Volatility-adaptive level

🔹 OPERATION 2 — Compare with Previous

Momentum and acceleration detection.

Switch Function
OP2_DISABLED Operation OFF
OP2_GREATER Current > Previous
OP2_LESS Current < Previous
OP2_GREATER_EQUAL Current ≥ Previous
OP2_LESS_EQUAL Current ≤ Previous
OP2_EQUAL Current = Previous
OP2_NOT_EQUAL Current ≠ Previous
OP2_ACCELERATION Change > (range × coefficient)
OP2_DECELERATION Change < (range × coefficient)

🔹 OPERATION 3 — Position in Range

Locate value inside historical min–max channel.

Switch Function
OP3_DISABLED Operation OFF
OP3_ABOVE_COEFF Above custom percentile
OP3_BELOW_COEFF Below custom percentile
OP3_EXTREME_HIGH Top 10% of range
OP3_EXTREME_LOW Bottom 10% of range
OP3_MID_ABOVE Above 50% midline
OP3_MID_BELOW Below 50% midline
OP3_QUARTILE_1 0–25% (deep value)
OP3_QUARTILE_2 25–50% (lower mid)
OP3_QUARTILE_3 50–75% (upper mid)
OP3_QUARTILE_4 75–100% (peak momentum)

🔹 OPERATION 4 — Dynamics over N Periods

Trend confirmation and extremum detection.

Switch Function
OP4_DISABLED Operation OFF
OP4_INCREASING 3-bar uptrend
OP4_DECREASING 3-bar downtrend
OP4_HIGHER_THAN_N Higher than N bars ago
OP4_LOWER_THAN_N Lower than N bars ago
OP4_HIGHEST_N New N-period high
OP4_LOWEST_N New N-period low

🔹 OPERATION 5 — Price Correlation

Validate indicator against price action.

Switch Function
OP5_DISABLED Operation OFF
OP5_BULLISH Value ↑, Price ↑
OP5_BEARISH Value ↓, Price ↓
OP5_DIVERGENCE_BUY Price ↓, Value ↑
OP5_DIVERGENCE_SELL Price ↑, Value ↓

🔹 OPERATION 6 — Buffer Comparison

Inter-indicator analysis between two buffers.

Switch Function
OP6_DISABLED Operation OFF
OP6_GREATER Buffer0 > Buffer1
OP6_LESS Buffer0 < Buffer1
OP6_GREATER_EQUAL Buffer0 ≥ Buffer1
OP6_LESS_EQUAL Buffer0 ≤ Buffer1
OP6_CROSS_ABOVE Buffer0 crosses ABOVE Buffer1
OP6_CROSS_BELOW Buffer0 crosses BELOW Buffer1
OP6_DIFF_GREATER (Buffer0 − Buffer1) > Coefficient
OP6_DIFF_LESS (Buffer0 − Buffer1) < Coefficient

🔹 LOGIC CONNECTORS

How operations combine to form the final signal.

Switch Rule
LOGIC_AND ALL operations TRUE
LOGIC_OR At least ONE TRUE
LOGIC_XOR EXACTLY ONE TRUE
LOGIC_NAND NOT ALL TRUE
LOGIC_NOR NONE TRUE
🔄 Automatic Symmetry Engine — Zero Coding

Sub Algo’s most powerful feature:

You configure only BUY conditions.
SELL conditions are generated automatically using perfect mathematical inversion:

✓ GREATER ↔ LESS
✓ CROSS_ABOVE ↔ CROSS_BELOW
✓ 70% ↔ 30%
✓ QUARTILE_1 ↔ QUARTILE_4
✓ DIVERGENCE_BUY ↔ DIVERGENCE_SELL
✓ BULLISH ↔ BEARISH

Result: Perfectly balanced long/short systems in seconds.

📊 How Sub Algo Works
  1. Select your indicators — Up to 4 independent data sources (RSI, MACD, Stochastic, custom buffers, etc.)

  2. Configure operations — 40+ logical conditions across 6 categories

  3. Set logic connector — AND / OR / XOR / NAND / NOR

  4. Sub Algo executes — Real-time signal processing directly on chart

  5. Get arrows — Blue BUY and Red SELL signals with zero latency

🎯 Perfect For
  • Neural network traders — Clean binary feature vectors

  • Systematic strategists — Complex logic without programming

  • Divergence traders — Automatic classic & hidden divergence detection

  • Multi-indicator users — Combine RSI, MACD, Bollinger Bands into one signal

  • Hedge funds & prop firms — Rapid strategy prototyping

✅ Why Professional Traders Choose Sub Algo
Without Sub Algo With Sub Algo
100+ lines of code per condition 5 dropdown selections
Manual SELL duplication Automatic symmetry
Hours of debugging Seconds of configuration
Hardcoded levels Adaptive percentiles
Single-indicator logic 4-buffer correlation

Sub Algo is not a framework.
It’s not a library.

It’s the final signal processor you’ve been waiting for.


推荐产品
MT4 版本: https://www.mql5.com/en/market/product/157433 MT5 版本: https://www.mql5.com/en/market/product/167286 成交量不平衡指标是一款轻量级的成交量分布图 + Delta 不平衡可视化工具,旨在帮助您在可配置的回溯范围内发现高成交量价格区域、方向性压力和“空位”价格区域。 与仅显示总成交量的传统成交量分布图不同,该指标将每个价格水平拆分为: 牛市成交量(买入压力)——根据阳线(收盘价 > 开盘价)估算 熊市成交量(卖出压力)——根据阴线(收盘价 ≤ 开盘价)估算 最终生成一个简洁的、类似 TradingView 风格的成交量分布图,绘制在图表右侧,此外还有一个 Delta 汇总面板,显示各个价格区间的不平衡百分比 (Δ%),方便您轻松识别买方或卖方主导的区域。 它还会突出显示零成交量区域(选定回溯期内成交量为零的价格区间),这些区域流动性较差,价格可能在此快速波动。 注意:对于外汇/差价合约交易品种,该指标使用逐笔成交量(由经纪商提供)。Delta 值是基于K线方向
Algo Trading Indicaor MT5 The ATC ALGO indicator has been developed to work on the MetaTrader 5 platform. It has the same specifications and zones as the MetaTrader 4 version. There may be slight lag, which we believe is due to differences in MetaTrader 5 programming. We will work on improving it, God willing. MT5 Version                    https://www.mql5.com/en/market/product/170028 MT4 Version                    https://www.mql5.com/en/market/product/88034 With this indicator , you’ll have
Fundamental Signals Indicator MT5
Kyra Nickaline Watson-gordon
Fundamental Signals Indicator is a Non-Repaint Indicator with a powerful calculation engine that can predict market movement over 3000 pips (30000 points). The indicator does not analyze the market fundamentally, it is named fundamental because it can predict trends with large movements, no complicated inputs and low risk. Also Indicator can alert on market trend changes. Using Indicator : The Indicator is very simple and without complicated input parameters. (No need to optimize anything.)T
NeuroTrend Dashboard MT5
Andrew Ingosi Likare
NeuroTrend Dashboard – Advanced Multi-Asset Market Intelligence NeuroTrend Dashboard is a professional-grade technical analysis suite designed to provide a high-level, "bird’s-eye view" of market momentum across multiple symbols and timeframes simultaneously. By synthesizing complex proprietary momentum, real-time currency strength, and volume flow data, NeuroTrend distills the pulse of the market into a clean, actionable interface. Stop wasting time switching between individual chart windows. N
CChart
Rong Bin Su
在外汇和金融市场中,快速反应和精准的决策至关重要。然而,常规的 MetaTrader 5 终端最低只支持 1 分钟图表,限制了交易者对市场波动的敏感度。为了解决这一问题,我们推出了全新的 秒级图表 K 线指标 ,让您在副图中轻松查看和分析 1 秒至 30 秒的市场动态。 主要功能 支持多种秒级周期 :该指标允许您选择以下周期,满足不同交易策略的需求: S1 : 1 秒 S2 : 2 秒 S3 : 3 秒 S4 : 4 秒 S5 : 5 秒 S10 : 10 秒 S15 : 15 秒 S20 : 20 秒 S30 : 30 秒 实时更新 :秒级图表将实时更新,确保您在每一刻都能获取到最新的市场信息,帮助您做出及时的交易决策。 用户友好的界面 :该指标在副图中显示,直观易用,您可以轻松切换不同的时间周期,快速分析市场走势。 适用人群 短线交易者 :适合高频交易和短线策略的交易者,通过秒级图表捕捉瞬息万变的市场机会。 技术分析师 :为技术分析提供更细致的数据支持,帮助您识别潜在的买入和卖出信号。 如何使用 将指标添加到您的图表上。 选择您希望观察的秒级时间周期。 实时监控市场动向,利用丰富
Fifty Pro MT5
Ivan Stefanov
这是为数不多仅基于价格计算水平的指标之一。该指标不受时间周期、趋势或市场周期的影响,是有史以来最具逻辑性的指标之一。 现在, FIFTY 指标推出了自动版本,无需手动绘制水平线。此版本会自动在图表上绘制每日、每周、每月和每年的水平线,确保精确并节省时间。此外,提供了按钮用于切换这些水平线的显示,方便用户完全自定义。对于喜欢手动方式的用户,免费版本仍然可用且功能齐全,可根据交易需求选择手动或自动工具。 非常可靠,强烈推荐!快来索取你的手动版 FIFTY 指标吧! 这是为数不多仅基于价格计算水平的指标之一。该指标不受时间周期、趋势或市场周期的影响,是有史以来最具逻辑性的指标之一。 现在, FIFTY 指标推出了自动版本,无需手动绘制水平线。此版本会自动在图表上绘制每日、每周、每月和每年的水平线,确保精确并节省时间。此外,提供了按钮用于切换这些水平线的显示,方便用户完全自定义。对于喜欢手动方式的用户,免费版本仍然可用且功能齐全,可根据交易需求选择手动或自动工具。 非常可靠,强烈推荐!快来索取你的手动版 FIFTY 指标吧!
Visual Polar Bear Indicator
AL MOOSAWI ABDULLAH JAFFER BAQER
Unlock the Market's True Direction with the Visual Polar Bear Indicator Are you tired of relying on single-instrument indicators that only show a fraction of the market's story? Do you want a powerful, visual tool that cuts through the noise and gives you a clear, comprehensive view of currency strength and weakness? Introducing the Visual Polar Bear Indicator , a sophisticated multi-asset cluster indicator designed to give you a decisive edge in the forex market. For just $30, you can transfor
Defense Line
Silvio Marcos Garcia
Indicator that determines very accurately "future" where BUYERS and SELLERS will defend their positions. DOES NOT use moving averages, Fibonacci or any other underlying indicators. SIMPLE AND EFFICIENT !! In these defense regions "DEFENSE LINE" is the best region for decision making to buy / sell. 1- Place the indicator on the chart 2 - Move the Vertical lines to the period to be analyzed 3 - The Defense Line will be drawn automatically 4 - To erase the Defense Line, press the "R" key
AO Trade
Ka Lok Louis Wong
AO Trade 系統是專門為趨勢交易而設計,利用競價時段或新聞時間作為參考點,與其他特定時間進行比較,以預測市場趨勢。 ** EA 中使用的所有時間參數均基於您的終端時間。不同的經紀人可能運作在不同的格林尼治標準時間區域,亦可能因夏令時調整而進一步變化。 請確保在實施之前對齊您終端的時間設置進行全面驗證。** 推薦設置: Use in   M1  timeframe HK50 / DE40 / ustec / UK100 在時間檢查期間,您將注意到價格檢查發生在特定檢查時間分鐘之後的1分鐘(1.2檢查時間分鐘)。這個設計是有意的,允許參考的柱子完成,從而確保開盤價、最高價、最低價和收盤價可以用於與訂單時間進行準確比較。 設置: -----------------1 Timers------------------- 1.1 Check time hour (HH)    --  用於記錄價格的時間戳。 1.2 Check time minute (MM) 1.3 Order time hour (HH)    -- 用於與檢查價格進行比較以開啟訂單的時間戳。 1.4 Order
The Expert Advisor analyzes tick micro-signals and determines the direction to open a position. Micro-signals are identified by predetermined codes, which in the optimization are recorded in the settings of the bot. When a bot sees the corresponding micro-signal, it reacts to it by opening a position and its accompaniment! The bot has good predictability. You can check the work of the bot on the simulation of real history, how to configure the tester will be shown in the screenshot. Also, we sh
Breaker Blocks
Navdeep Singh
Market structures, Market balance, Range breakouts This tools helps to identify areas of market ranges, structures and plots colored boxes on breakout of those areas. User is given the option to receive alerts and notifications on the formation of the blocks. The tool has the ability to become an essential part of a technical trading system or even pure price action trading. Usage:- An essential tool for price action or technical traders.  More information in the blog
Garen Luxe
Murad Nagiev
精准。强大。卓越。 Garen Luxe 是一款专为现代市场打造的高性能交易机器人。它基于先进的算法和实时数据处理技术,旨在以速度、准确性和严谨性识别高概率交易机会。 无论是短线交易黄金、驾驭波动剧烈的交易时段,还是执行结构化策略,Garen Luxe 都能以冷静高效和精准控制的方式运行。摒弃情绪干扰,毫不犹豫,只专注于精准执行。 主要特点: 闪电般的信号处理速度 严格的风险管理协议 能够随市场状况不断演进的自适应逻辑 性能稳定可靠,注重一致性而非炒作 Garen Luxe 并非一款喧嚣嘈杂的机器人。它是一款精准的工具——设计优雅,执行力强悍,专为追求卓越业绩的投资者而打造。 完美适配所有经纪商 低调的统治力。稳健的力量。持久的优势
TSI Trend Analyzer
Joao Paulo Ferreira Fortes
4.67 (6)
In which direction should I trade today? For “TREND followers”, we need to determine the TREND . This indicator determines the Trend based on the price High, Low and Close of every bar, for a given period and timeframe. Calculating and plotting the Trend UP and Trend DOWN lines. If the:   “Trend UP” line (Green) is above the “Trend DOWN” line (Red), then it is a BULLISH Trend (see "Screenshots" tab). “Trend DOWN” line (Red) is above the “Trend UP” line (Green), then it is a BEARISH Trend (see "
FREE
SMC Gap Magnet
Syamsurizal Dimjati
The KCI Advanced SMC & Trend Engine is a state-of-the-art price action indicator designed for Smart Money Concepts (SMC) and institutional-style traders. By combining the proprietary Kinematics Computing Core (KCI) with advanced Fair Value Gap (FVG) detection, this indicator filters out market noise, uncovers true trend direction, and precisely maps out untouched liquidity zones. Whether you trade Forex, Crypto, Indices, or Metals, the indicator dynamically adapts to the volatility of any symbo
FREE
CURRENCYPOWER NAVIGATOR MT5 Currency Strength Ranking Dashboard TAGLINE See the strongest and weakest currencies before choosing the pair. PRODUCT OVERVIEW CurrencyPower Navigator MT5 is a currency-strength indicator for MetaTrader 5. Instead of focusing on one chart only, it evaluates a basket of major Forex pairs and estimates the relative strength of individual currencies. The indicator then ranks the main currencies and helps identify stronger-versus-weaker combinations that may offer
FREE
Trend Fusion MTF
Elham Afsharpour
Trend Fusion MTF Trend Fusion MTF是一款适用于MetaTrader 5的多时间周期趋势和市场结构指标。 它可以独立分析最多六个选定的时间周期,并在清晰的图表面板中显示每个周期的当前方向。每个时间周期都可以设置不同的权重,使较高时间周期能够对最终趋势强度产生更大的影响。 该指标使用已确认的价格枢轴点以及包括BOS和CHOCH在内的市场结构形态,将每个时间周期分类为: 上升趋势 下降趋势 中性状态 等待确认 工作原理 对于每个已启用的时间周期,Trend Fusion MTF会自动: 扫描之前的K线。 查找初始有效高点和低点枢轴。 检测新的已确认枢轴点。 监控重要市场结构水平的突破。 确认看涨、看跌或中性趋势状态。 将该时间周期的结果加入总加权趋势强度。 每个时间周期都使用其自身的K线数据独立计算。 该指标不需要其他指标、额外的EX5文件或外部资源。 多时间周期面板 面板显示: 所选时间周期 当前趋势方向 时间周期权重 看涨或看跌贡献 总趋势强度 整体趋势状态 时间周期同步状态 可视化强度条 当所有已启用的时间周期都朝同一方向时,指标还可以在图表上绘制趋势同
Clarity Pulse Detector
Camila Bernardez Camero
Clarity Pulse Detector Clarity Pulse Detector 分析已收盘的 K 线以及相应的成交量柱,以识别真实的趋势反转,且不依赖于未来数据。该指标基于可配置的 SSP(信号强度参数)设置计算脉冲强度,并比较近期的高点和低点以检测突破点。 一旦在已收盘 K 线上满足所需条件,工具会在该 K 线上绘制一个明确的买入或卖出标记。所有计算均在已确认的 K 线上完成,确保不会对历史信号进行任何虚假调整。 Signal 当检测到有效的反转时,指标会在看涨 K 线下方显示一个绿色圆点作为买入信号,或在看跌 K 线上方显示一个红色圆点作为卖出信号。 这些标记会在 K 线收盘时准确出现,因此您可以在下一根开盘时毫不犹豫地入场。所有箭头和圆点均绘制在已收盘的 K 线上,确保一旦信号可见,就不会移动或消失。 HOW TO USE IT? Step 1: 将 Clarity Pulse Detector 附加到任意图表上,等待 K 线收盘时出现买入或卖出标记。 Step 2: 根据您的风险管理偏好设置止损和止盈水平。 Step 3: 为实现最佳执行,使用一键下
Understudy
Keattisuk Viriyasu
Understudy shows which market regime you are in, and it tells you when its own machine learning is not good enough to be trusted. Most machine learning indicators ask you to take the model on faith. This one measures itself against a fixed structural baseline on every closed bar and publishes the verdict on the chart. It will tell you, in writing, when it is losing. HOW IT WORKS Two forecasters run side by side. The Principal is a fixed structural model. Its weights never change, so it stay
Key level wedge MT5
Presley Annais Tatenda Meck
The   Key level wedge MT5   indicator automatically draws rising wedge pattern and falling wedge pattern for you on the chart. This pattern is really good when used as a confirmation entry at key support & resistance, supply & demand and reversal zones. Advantages  The   Key level wedge MT5   block DOES NOT RE-PAINT, giving you confidence when a signal appears and also helps when looking back.  The   Key level wedge MT5   includes an on/off button on the chart to easily keep the charts clean
Horizontal Volumes
Vitalii Zakharuk
Horizontal Volumes Indicator - using a histogram, displays the volume of transactions at a certain price without reference to time. At the same time, the histogram appears directly in the terminal window, and each column of the volume is easily correlated with the quote value of the currency pair. The indicator practically does not require changing the settings, and if desired, any trader can figure them out. The volume of transactions is of great importance in exchange trading, usually an inc
Rexa
Said M Juma
### Product Title: RV16 Institutional V14 (SMC Logic) ### Short Description: Institutional grade EA based on Smart Money Concepts (SMC), Liquidity Sweeps, and Multi-Timeframe Analysis. Features a unique "Global Trade Lock" and Dynamic Profit Protection. ### Long Description: RV16 Institutional V14 is a high-performance trading algorithm built for traders who demand institutional precision. It combines the power of Smart Money Concepts (SMC) with a rigorous risk management framework to ensure
Seven Target
Suleiman Alhawamdah
5 (1)
Seven Target   – 一款专业的分析型指标,包含两套系统和两种目标确定方式。 第一目标系统: 本系统基于对所有类型“旗形”或“三角旗形”形态的分析,涵盖其各种形态方向及可能的绘制概率。并据此从这些看涨或看跌形态中提取和推导出专业的斐波那契水平。 我们拥有一个专业的浮动分析仪表盘,其中包含8个专业的信息分析系统,旨在通过智能方法分析图表,确定形态目标的准确性,并对其进行持续监控。因此,我们将拥有活跃的“旗形”或“三角旗形”形态目标,以及其他可能变为失效的目标——所有这些目标在其活跃状态和失效状态下都受到控制和具有利用价值。我们还将拥有专业的斐波那契水平。如果50%水平得到确认——且具备绝对确定性——则该水平将对交易产生强烈影响,并可被充分利用,以轻松有效地判断价格反转方向,以及在上下50%水平之间获取利润。 监控浮动分析仪表盘对于理解总体趋势非常重要,其中包括7-MA移动平均线系统,该系统使用了7条专业且智能的均线。因此,建议始终关注浮动仪表盘。 当价格到达第一系统(即“旗形”或“三角旗形”形态系统)的预期目标区域时,投影线将变为绿色,表示目标已被触及,无论是在图表绘制上
X Sensors Pro
Igor Nagorniuk
X Sensors Pro 是一个专业的成交量轮廓指标,可在选定周期内可视化交易成交量在价格水平上的分布情况。该指标自动识别局部极值点(HH 和 LL),计算控制点(POC)——成交量最大的价位,并根据识别出的范围构建支撑位和阻力位。 主要功能: 以彩色直方图形式可视化成交量轮廓 自动检测 POC(控制点) 构建 HH(更高高点)和 LL(更低低点)水平线 计算枢轴点及多重支撑/阻力位 看涨(绿色)和看跌(红色)成交量的颜色指示 自适应调整适用于任何时间周期 该指标有何用途? 该指标解决交易者的以下任务: 1. 识别积累和分布区域 成交量总是集中在大户进入或退出市场的位置。POC 显示交易量最大的价格——这是一个心理上重要的水平。 2. 寻找公允价值 POC 通常被视为"公允价值"——市场在其周围花费最多时间的水平。 3. 识别支撑位和阻力位 水平成交量构成价格的自然屏障。某一水平的成交量越大,该水平就越重要。 4. 确认趋势 如果价格高于 POC 且成交量向上倾斜,则趋势强劲。如果价格低于 POC 且成交量为红色,则趋势看跌。 5. 突破或反弹交易 交易者使用 PO
Pure SMC Quantum PRO
Syamsurizal Dimjati
Ritz SMC QUANTUM PRO – Ultimate Institutional Engine is an advanced, all-in-one institutional trading indicator designed for MetaTrader 5. Engineered by Ritz_EANEHA, this tool fuses the precision of Smart Money Concepts (SMC), the depth of Advanced Volume Profile, VWAP metrics, and KAMA-driven dynamic momentum into a single, lag-free chart engine. Designed for professional traders, it eliminates chart clutter through a proprietary "Clean Chart Protocol," automatically managing expired and miti
////////////////////////////////////////////////////////////////////////////////////////////////// 这很简单 - 没有设置。 只需要指定箭头的颜色和大小。 该指标的读数也很容易理解。 向上箭头是买入信号,向下箭头是卖出信号。 尝试在策略测试器中对其进行测试 - 你会喜欢的!!! ///////////////////////////////////////////////// /////////////////////////////////////////////////// 我希望该指标对您成功交易非常有用。 祝你好运。
Order Block Detector
Cao Minh Quang
5 (2)
Automatically detect bullish or bearish order blocks to optimize your trade entries with our powerful indicator. Ideal for traders following ICT (The Inner Circle Trader). Works with any asset type, including cryptocurrencies, stocks, and forex. Displays order blocks on multiple timeframes, from M2 to W1. Alerts you when an order block is detected, migrated, or a higher timeframe order block is created/migrated. Perfect for both scalping and swing trading. Enhanced by strong VSA (Volume Spread A
Smart Liquidity Profile MT5
Suvashish Halder
5 (2)
The Smart Liquidity Profile is color-coded based on the importance of the traded activity at specific price levels, allowing traders to identify significant price levels such as support and resistance levels, supply and demand zones, liquidity gaps, consolidation zones, Buy-Side/Sell-Side Liquidity and so on.  Smart Liquidity Profile allows users to choose from a number of different time periods including 'Auto,' 'Fixed Range,' 'Swing High,' 'Swing Low,' 'Session,' 'Day,' 'Week,' 'Month,' 'Quart
System Of Break
Gun Gun Gunawan
Gold System Of Break EA System Of Break is an Expert Advisor strategy for gold trading that identifies shifts in market trend by tracking swing highs and swing lows on the chart. When price breaks through a previous structural level with a confirmed candle close, the system treats this as a signal that the trend is either continuing or reversing, then looks for an entry on the retracement that follows the break. The system works by continuously scanning the chosen timeframe to map out swing high
QueenAlgoAdvisor
Marius Ovidiu Sunzuiana
QueenAlgoAdvisor is your pre‑trade decision engine , built to advise when to enable your bots algo and when not. It acts as a quant intelligence filter , analyzing market structure, volatility regimes, liquidity flow, and directional bias — then advising you whether your algo bots should be enabled or paused. This indicator doesn’t generate random signals. It provides strategic activation guidance , showing you when the market is stable, readable, and favorable for automated systems — and when c
Smart FVG Stats
- Md Rashidul Hasan
5 (1)
The  Smart FVG Statistics Indicator  is a powerful MetaTrader 5 tool designed to automatically identify, track, and analyze Fair Value Gaps (FVGs) on your charts. Love it? Hate it? Let me know in a review! Feature requests and ideas for new tools are highly appreciated. :) Try "The AUDCAD Trader": https://www.mql5.com/en/market/product/151841 Key Features Advanced  Fair Value Gap  Detection Automatic Identification : Automatically scans for both bullish and bearish FVGs across specified histo
FREE
该产品的买家也购买
Neuro Poseidon MT5
Daria Rezueva
4.85 (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
UZFX {SSS} 超短线智能信号 v4.0 MT5 是一款无重绘的高性能交易指标,专为在快速波动的市场中需要精准、实时信号的超短线交易者、日内交易者和波段交易者设计。该指标由 (UZFX-LABS) 开发,融合了价格行为分析、趋势确认和智能过滤技术,可在所有货币对和时间周期内生成高概率的买卖信号、预警信号以及趋势延续机会。 别再对交易犹豫不决了,开始遵循这一专为追求清晰、精准和纪律性市场执行的交易者设计的结构化信号系统吧。 我的建议* 最佳时间周期:15分钟及以上。 {H1} 是我的最爱。而且效果令人惊叹……!! 更新后的主要功能 • 自动买入和卖出信号检测 • 先进的反转识别逻辑 • 潜在市场反转前的早期预警信号 • 趋势延续确认信号 • 内置风险管理功能,包含入场点、止损点、TP1、TP2和TP3水平 • 完全可自定义的风险回报比 • 实时警报、声音提醒和移动端推送通知 • 带交易建议的专业信息面板 • 适用于所有MT5交易品种和时间周期 • 界面简洁、轻量且用户友好 为什么交易者选择 UZFX SSS? 大多数交易者亏损的原因在于入场过晚、平仓过早,或者缺乏明确的交
Gem SIGNAL
Shengzu Zhong
5 (1)
GEM Signal Pro GEM Signal Pro 是一款適用於 MetaTrader 5 的趨勢跟隨指標,專為希望在圖表上獲得更清晰訊號、更有結構的交易設定,以及更實用風險管理的交易者而設計。 它不僅僅顯示一個簡單的箭頭,GEM Signal Pro 還能以更清晰、更易讀的方式呈現完整的交易思路。當條件確認完成後,指標可在圖表上顯示進場價、止損價與止盈目標,幫助交易者更有效率地評估交易設定。 運作方式 該指標首先根據其內部邏輯識別有效的初始訊號。 當確認條件滿足後,GEM Signal Pro 會在圖表上顯示完整的交易設定。這讓交易者可以更清楚地看到交易結構,並減少手動分析與計算的工作量。 圖表上的交易價位 對於已確認的訊號,GEM Signal Pro 可顯示: 進場價 止損價 止盈 1 止盈 2 止盈 3 風險報酬比 這讓交易設定更容易理解,也有助於讓圖表分析更有條理。 內建風險管理 風險管理是此指標設計的重要部分。 止損位基於近期市場結構,結合附近的擺動高低點與可選的 ATR 緩衝距離。這能讓交易價位更貼近當前市場條件,而不只是依賴固定距離。 圖表資訊面板 GEM Si
Ace Trend
Mikhail Sergeev
5 (3)
我们为您呈现一个革命性的指标,它改变了趋势交易世界的游戏规则。 该指标旨在重新思考性能并将您的交易体验提升到前所未有的高度。 我们的指标拥有先进功能的独特组合,使其有别于竞争对手。 "真实定价因素"的先进技术即使在最困难和最不稳定的市场条件下也能确保无与伦比的稳定性。 告别不稳定的模式,破碎的指标,欢迎有意识的,受控的交易。 该指标不仅仅是一个美丽的画面! 指标应该将赔率转移到交易者身边,从而赚取利润。 熟悉基于指标信号的交易结果(全自动模式): https://www.mql5.com/zh/signals/2339244 AceTrend在根据RBTI版本的趋势指标排名中排名第一。 AceTrend-最大的盈利能力和交易控制. 我们的指标根据当前市场报价而不是历史来突出盈利能力。 加入革命-释放您的交易经验的潜力! 指标不会在已形成的柱上重绘。 如果柱形已形成,指标读数保持不变。 该指标适用于从M1到MN的任何时间框架。 标准是H1时间框架。 您的反馈非常重要! 您有任何问题,建议,或只是想分享您的意见? 写评论或发送消息-我总是保持联系! 指标参数: PreSets - 如果选择
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设置形成且自适应确认逻辑
PrimeScalping
Temirlan Kdyrkhan
PrimeScalping 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
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
FX-AIEA 供给需求区智能识别指标( Supply and demand indicators MT5 ) 版本:2.51   | 适用平台:MetaTrader 5  为什么交易需要供给需求区? 供给需求区是机构订单流的核心体现,比传统支撑阻力更精准地反映真实买卖力量。但手动绘制不仅耗时,而且主观性强、容易错过关键区域。 FX-AIEA 供给需求区指标   采用自适应 ZigZag 算法,自动识别高概率供需区域,并将它们以彩色矩形直观标注在图表上,让您一眼看清当前市场的“禁区”与“机会区”。 ️ 核心特性 全自动绘制 + 实时刷新 基于改良版 ZigZag 动态提取有效波峰波谷,精准定位潜在供给区(红色)与需求区(天蓝色)。 新 K 线自动更新 :指标使用 MQL5 原生   prev_calculated   机制,每出现一根新 K 线即重新计算并重绘区域,永远不会“卡住不刷新”。 支持手动刷新(双击图表或切换周期),确保数据始终同步。 灵活的时间框架 Forced_TimeFrame   参数 :可强制指标运行在任意周期(如小时图加载指标,但基于日线计
AriX
Temirlan Kdyrkhan
1 (4)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX 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 with real-time stat
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
ScalpPoint
Temirlan Kdyrkhan
ScalpPoint 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 emai
ZAB Supply Demand MTF automatically detects institutional supply and demand zones across up to 9 timeframes and draws them directly on your chart. Based on Sam Seiden's methodology, this indicator identifies the exact zones where banks and institutions placed their orders. Why This Indicator? Unlike basic support/resistance tools, ZAB Supply Demand MTF classifies every zone by its formation pattern and merges overlapping zones from different timeframes into high-probability confluence areas. Key
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 可在图表上
VTrende Pro
Andrii Diachenko
5 (1)
VTrende Pro - MTF indicator for trend trading with a display panel for MT5 *** Videos can be translated into any language using subtitles (video language - Russian) Although the signals of the VTrende Pro indicator can be used as signals of a full-fledged trading system, it is recommended to use them in conjunction with the Bill Williams TS. VTrende Pro is an extended version of the VTrende indicator. Difference between Pro version and VTrende: - Time zones - Signal V - signal 1-2 waves -    S
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
MasterTrend
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
Transaction Speed MT5
Ivan Stefanov
5 (4)
当然,以下是翻译成中文(简体)的版本: 该指标标出市场中显现出 交易兴趣 的区域,并随后显示 订单积累区域 。它的工作方式类似于大规模的订单簿。 这是为 大资金 打造的指标,性能卓越。市场中有任何兴趣,你都能通过它清晰看到。 (这是一个 完全重写的自动化版本 —— 不再需要手动分析。) 交易速度 是一个全新的概念指标,它显示了市场上大订单 何时 、 何地 聚集,并揭示了其背后的意义。它可以在 非常早期 就检测到趋势的变化。 在外汇市场,所谓的“交易量”实际上是误导性的,因为那指的是价格在单位时间内的变化,因此真正的名称应是“交易速度”。 一切都取决于我们如何思考、如何行动、如何分析。 改变分析范式至关重要。 该指标完全重构了外汇市场上“交易量”的概念,用逻辑方式重新定义并应用,从而成为一个 独特而精准的工具 。 使用方法: 默认情况下,指标处于 自动模式 ,可独立用于任何时间周期。如果你希望切换到手动模式,只需点击 Auto / Manual Mode 按钮即可。 在 手动模式 下,所有计算从 2025年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 结构汇聚的精确入场
Introducing the South African Sniper Indicator Created by a dedicated team of South African traders with years of profitable experience in the financial markets, the South African Sniper Indicator is designed to give traders a sharp edge — combining simplicity, precision, and power in one tool. This is a plug-and-play indicator for MT5, built to deliver accurate BUY and SELL (Sniper Entry) signals — complete with target levels and automated trailing stops. Whether you trade forex, indice
看清市场真正在做什么。   在您眼前实时观察三大市场阶段(收缩、扩张、趋势),并在趋势阶段的早期阶段抓住更优的入场点。   不要再猜测。开始像机构和聪明钱那样解读市场。   Apex Market Structure Pro(MT5 版)是一款精准的聪明钱分析工具,它剥离噪音,向您展示每根 K 线之下的真实结构:流动性、结构转变、吸   筹区域与趋势偏向,全部呈现在一个简洁、专业的图层中。专为厌倦了滞后指标、准备以清晰视角交易的严肃交易者打造。   重要提示:本指标专为 Heikin Ashi(平均足)K 线设计。使用前请将图表切换为 Heikin Ashi,以释放其全部威力。全部分析都围绕 Heikin   Ashi 的价格流构建。正是在这里,Apex Market Structure Pro 发挥出最佳表现。   交易者为何选择 Apex Market Structure Pro:   流动性,一览无遗: 瞬间看清止损池所在之处。卖方与买方流动性会被自动标注。实时关注尚未被扫的价位,捕捉价格攫取流动性并反转的精确时   刻。在聪明钱交易的地方交易。   会说话的结构:
OrderFlow Absorption – 專業級MT5買賣差與吸收訊號指標 釋放真正訂單流分析的力量,OrderFlow Absorption 是MetaTrader 5上最強大的買賣差(Delta)直方圖與吸收訊號指標。專為想看清每一個價格波動背後真相的交易者設計,這個工具揭示了隱藏的買賣壓力與推動市場的吸收事件。 功能特色 買賣差直方圖視覺化:   以清晰的色彩直方圖即時顯示買方與賣方壓力。 吸收訊號偵測:   先進邏輯自動辨識多空吸收事件,及早預警潛在反轉。 圖表標記:   吸收訊號直接標示於主圖表,方便視覺辨識。 彈出式警報:   新吸收訊號出現時即時通知。 自訂門檻:   過濾弱訊號,專注高勝率機會。 資源管理:   高效運算,適用於大型圖表也能流暢運行。 全品種兼容:   適用於任何商品與週期,包括外匯、指數、商品等。 簡易整合:   參數簡單,快速上手與調整。 OrderFlow Absorption 的邏輯說明 OrderFlow Absorption 採用專利演算法,能在沒有完整Tick數據的情況下,估算每根K棒的買賣壓力(Delta)。它分析成交量、價格行為、K
Btcusd Pro
Metin Erkamoglu
BTCUSD PRO Signal Solution for MT5 BTCUSD PRO is a decision-support indicator for MetaTrader 5, designed for traders who analyze BTCUSD or BTCUSD# with a structured signal workflow. The product is not an automated trading system. It does not open, close, or manage trades automatically. It provides analytical buy and sell signal information and displays a visual trade plan on the chart so the user can make their own trading decisions. Main purpose BTCUSD PRO is designed for traders who prefe
Meravith MT5
Ivan Stefanov
5 (3)
做市商工具。 Meravith 将: 分析所有时间周期并显示当前正在运行的趋势。 标注流动性区域(成交量均衡区),即多头与空头成交量相等的位置。 在您的图表上直接显示来自不同时间周期的所有流动性水平。 生成并展示基于文本的市场分析供您参考。 根据当前趋势计算目标位、支撑位和止损位。 计算交易的风险回报比。 根据您的账户余额计算仓位大小,并估算潜在利润。 在市场出现重大变化时,Meravith 还会发出警告。 指标的主要线条: 多头/空头成交量衰竭线 —— 作为目标位使用。 趋势线 —— 指示市场趋势方向。根据市场是多头还是空头而改变颜色,并作为趋势支撑。其颜色主要反映市场情绪。 成交量均衡线(Eq)—— Eq(Volume Equilibrium)是系统的核心。它表示买卖双方成交量的平衡点,即市场流动性所在位置。向上突破 Eq 表示多头倾向,向下突破 Eq 表示空头倾向。突破后,应等待回调——当价格回到相反趋势的偏离线或衰竭线附近时。 使用方法:只需将其添加到图表中。 Meravith 可以分析一切——趋势和回调。 趋势线与某条成交量衰竭线之间的距离越大,说明该方向的成交量越高。 趋势
您好,交易员! 大多数散户交易者依赖于滞后的网页脚本。真正具有交易优势需要机构化的架构。 Astro AI 指标并非标准的图表叠加层。它是一个编译后的神经网络,包含两个代理,直接运行在您的终端上。 以下是该系统背后的具体技术: 1. 代理 1:分析师(图神经网络 - GNN) 市场并非孤立的价格柱;它们是相互关联的数据网络。 功能:代理 1 使用图神经网络来映射这些复杂的非线性关系。 优势:标准指标仅考虑单一的历史移动平均线,而我们的 GNN 可以实时处理深层的市场结构关系,在散户交易量发挥作用之前揭示隐藏的相关性。 2. 代理 2:执行器(近端策略优化 - PPO) 模式识别只是成功的一半。基于当前市场波动做出正确的决策,才是预测模型与滞后模型之间的区别所在。 功能:代理 2 使用 PPO(一种先进的强化学习算法)来确定最佳入场点。 优势:它持续调整交易策略,而非使用静态的“超买”或“超卖”线。它会分析当前市场状况并计算最可能的成交点。 执行桥接:通过 ONNX 集成到交易终端 如果执行速度慢,模式识别就毫无用处。我们已通过 ONNX(开放神经网络交换平台)
==================================================================== SMC Pro v6.1 APEX AI — XAUUSD Gold Empire MetaTrader 5 指标 · Smart Money Concepts · 预测智能引擎 ==================================================================== SMC Pro v6.1 APEX AI 是一套专业的 Smart Money Concepts 指标系统,专为 MetaTrader 5 上的 XAUUSD(黄金)打造。 它将完整的 SMC 框架——Order Blocks、Liquidity sweeps(流动性扫荡)、Fair Value Gaps、Break of Structure、Change of Character——与 8 个全新的 AI 驱动模块相结合,直接在图表上呈现精准的可视化信号、预测轨迹线、彩色的 SL/TP 风险回报框,以及三级自适应 TP Ladde
Flag Pattern Angelo
Brighton Mufaro Mudzingwa
Brandon Angelo Flag Pattern — how it works This indicator automatically detects classic bull and bear flag chart patterns in real time. The detection happens in three stages for each bar. First it looks for a flagpole — a sharp, strong directional move over a configurable number of bars ( FlagpoleBars , default 5) that must exceed a minimum percentage size ( FlagpoleMinPct ). For a bullish flag the pole must close net higher than it opened; for a bearish flag, net lower. Second it identifies th
This indicator automatically detects internal & swing market structure, Fibonacci Retracement and Fibo Levels. Features Full internal & swing market structure labeling in real-time Fibonacci Retracement Fibonacci Levels After purchasing the indicator, the full source code is provided, and via indicator buffers it can be easily integrated into your Expert Advisors (EAs) for automated trading strategies.
Naked Forex Tweezer Pro Indicator Tweezer Pro Indicator is a pattern recognition indicator for Forex, Stocks, Indices, Futures, Commodities and Cryptos. The standard Tweezer is a two bar pattern. Our enhanced version is a multi-bar pattern. We filter the patterns for you so that you only get the     best and most effective patterns   and ignore the noise. The Tweezer pattern is a simple and effective pattern to trade. The strategy that comes with the Tweezer is based on price action. The Twe
Chimera Volume
Marko Milenkovic
适用于 MetaTrader 5 的 Chimera Volume 高级成交量分析与市场活跃度可视化 Chimera Volume 是一款为 MetaTrader 5 设计的自定义指标,旨在通过动态视觉框架分析标准化成交量活跃度,并展示市场参与度的变化。 该指标利用自适应标准化算法处理 Tick 成交量数据,生成关于成交量强度、累积阶段以及不同市场条件下活跃度变化的结构化表达。 与显示原始成交量数值的标准成交量指标不同,Chimera Volume 应用了额外的计算方法,以突出市场活动的相对变化并提高图表的可读性。 主要功能 根意图直方图 (Root Intent Histogram): 一种动态直方图,用于可视化标准化成交量强度和市场参与度。该直方图使用自适应颜色过渡,以区分活跃度增加时期与参与度减弱时期。 惯性线 (Inertia Line): 一条由标准化成交量计算得出的平滑分析线。旨在帮助交易者观察成交量动能的变化,并监控扩张期与收缩期之间的转换。 信号线 (Signal Line): 一个用于比较短期和长期成交量表现的次级计算层,在评估市场状况时可作为辅助参考。 自适应成交量
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
作者的更多信息
Trend Radar — Expert Advisor for MetaTrader 4 Overview Trend Radar is an Expert Advisor (EA) for MetaTrader 4 that opens trades based on a proprietary price-channel analysis model, filtered by slope angle and corridor width. The EA combines clear signal logic with flexible risk management and full control over every stage of trade management — from entry to trailing stop. How It Works Channel analysis. The EA builds a price channel from the last SignalBarCount bars and determines its overall dir
Vector Horizon is an advanced analytical tool designed for mathematical modeling of the probable price trajectory over a specified number of bars ahead. The indicator generates a projection line representing simulated future price values derived from rigorous historical data analysis. This technical insight serves as a supplemental guide for identifying potential trend exhaustion zones, optimizing market entry/exit points, and fine-tuning stop-loss adjustments for active positions. Input Paramet
The Compare Graphs indicator is an analysis tool that allows traders to compare two or more graphs on the same chart window. This indicator is commonly used in trading platforms such as MetaTrader and provides a clearer comparison of different financial instruments or time frames. Functions of the Compare Graphs indicator may include: Selecting Charts: The trader can select the charts he wants to compare, such as price charts of different currency pairs or indicators on the same chart. Setting
The   Angle Prices   indicator is a tool that calculates the price angle based on price analysis, interpreting the time vector in the form of price points on the price chart. In other words, the X axis and Y axis are represented as price points, so you can actually calculate the angle with two axes of the same dimension. This allows traders to obtain information about the direction of price movement and possible entry or exit points for trades. Let's look at the main characteristics and interpr
The " Fortune Long " bot works using pending orders and reacts to a channel breakdown with the direction of work in the channel; it is necessary to correctly calculate the levels of entry, stop loss, take profit, and the level of deviation of the pending order from the price. The bot needs to be optimized for 2 years with a forward period of 1/2. Once optimization is complete, select the best settings and save them. Work for 6 months. The bot automatically calculates all levels and the entry le
In the world of trading, one of the main concerns is finding a reliable trading system. Meet the TrendEdge Channel indicator - your reliable companion in this search. Developed based on complex mathematical calculations, this indicator predicts the most likely short-term price movements. TrendEdge Channel is designed specifically to identify trends in price movements. Thanks to it, you can quickly determine not only the direction of the trend, but also the levels of interaction between buyers
With the growth of information technology and the increasing number of participants in financial markets, traditional analysis tools are becoming less effective. Conventional technical indicators, such as the moving average or stochastic, in their pure form are unable to accurately determine the direction of the trend or its reversal. Is it possible to find an indicator that remains effective for 14 years without changing its parameters, and at the same time adapts to market changes? Yes, such
Misio
Sabina Fik
Misio - can be used as an independent trading system. The indicator determines the market trend, ignoring sharp fluctuations and noise around the average price. It displays the trending movement with potential stop points. Simple, clear and effective use. The indicator does not redraw and does not lag. Suitable for all currency pairs and all timeframes. Interpretation: The location of the rate above or below the shadows indicates the presence of a trend. A move into the shadows signals a pos
Trend Divergence Indicator: Your Essential Tool for Market Analysis The Trend Divergence Indicator is a powerful tool designed to assist traders in identifying market trends and pinpointing entry points with precision. By leveraging price divergence, this indicator enhances your trading strategy, offering reliable insights and filtering unnecessary signals. Key Features and Benefits of the Trend Divergence Indicator Accurate Trend Analysis: The Trend Divergence Indicator uses price divergence t
BioStars
Sabina Fik
The "BioStar" indicator is an innovative tool for trend analysis on the Forex market. It has unique capabilities and a wide range of settings that will help traders make informed decisions when trading. This indicator is based on the analysis of the market trend and helps to identify the direction of price movement. It uses various mathematical algorithms and statistical methods to determine the strength and stability of the trend in the market. One of the key features of the "BioStar" indica
Core Drift Index: Your Reliable Guide in the World of Trading Core Drift Index is an innovative trend indicator designed for precise detection of market directions and reversal points . This powerful tool enables traders to optimize their investments , minimize risk, and maximize profit. Key Features and Benefits Intuitive Trend Detection Core Drift Index clearly shows trend direction, helping traders make timely entry and exit decisions. High Probability of Success With its high accuracy
Warp Range Sensor: The Color of Your Trend Warp Range Sensor is a trend direction indicator that visually displays the current market condition by coloring bars red and blue based on trend direction. What Does Warp Range Sensor Do? Identifies the Current Trend Direction Blue bars indicate an uptrend Red bars signal a downtrend Universal Application Compatible with all currency pairs and timeframes , from short-term scalping to long-term trading. Powered by Market Context & Historical Data W
Pointer Trend Switch — precision trend reversal indicator Pointer Trend Switch is a high-precision arrow indicator designed to detect key moments of trend reversal based on asymmetric price behavior within a selected range of bars. It identifies localized price impulses by analyzing how far price deviates from the opening level, helping traders find accurate entry points before a trend visibly shifts. This indicator is ideal for scalping, intraday strategies, and swing trading, and performs equa
TrendCore Adaptive FX — Smart Expert Advisor for Confident and Adaptive Forex Trading TrendCore Adaptive FX   is a powerful, fully automated trading robot designed for consistent performance in the Forex market. It combines trend-based technical analysis, adaptive lot management, and solid capital protection strategies to ensure robust and efficient trading under real market conditions. Whether you're a professional trader or a long-term investor, this EA offers an intelligent solution to a
FlexiTrade Bot: Trade Smart, Not Blind Ditch the guesswork.   FlexiTrade Bot   is more than just a trading tool — it’s an intelligent trading engine built for traders who value   speed, precision, and adaptability . With real-time market analysis and pattern recognition, FlexiTrade delivers actionable signals with razor-sharp accuracy so you can focus on results, not reaction.   What Sets FlexiTrade Apart? Market Structure Awareness Unlike bots that rely on rigid indicator rules,   FlexiTr
AlphaTrader: Your Intelligent Partner in Forex Trading AlphaTrader   is an advanced trading system that utilizes automated analysis and trading strategies to optimize decision-making in the Forex market. Built using geometric patterns and cutting-edge algorithms, this bot detects pricing patterns, providing precise signals for successful trades.   Why Choose AlphaTrader? AlphaTrader is not just a trading bot; it’s a   full-fledged partner   designed to help you manage your capital as efficien
Acceleration Bias — Price Acceleration Impulse Indicator Acceleration Bias   is a modern analytical tool designed to measure changes in price acceleration and visualize impulse asymmetry using a robust mathematical model. This indicator is intended for traders working with market volatility, impulse phases, and price-movement structure, as well as those who need algorithmic, rule-based analytical support. Purpose and Core Concept Unlike traditional oscillators that analyze only velocity changes
Structural Equilibrium: A New Era of Adaptive Market Analysis As information technology advances and market participation grows, traditional analytical tools often face declining efficiency. Standard technical indicators frequently struggle to interpret the complexities of modern, algorithm-driven market structures. Structural Equilibrium was developed as a high-performance solution featuring a multi-level adaptive smoothing mechanism. This core logic allows the tool to maintain its analytical r
Phase Analytics Pro: Advanced Cyclic Market Analyzer Phase Analytics Pro is a sophisticated technical tool designed for traders who prioritize mathematical precision over lag-heavy traditional indicators. Based on the principles of digital signal processing, this indicator decomposes price action into phase and quadrature components to identify the dominant market cycle. How it works: The algorithm calculates the instantaneous phase of the market, allowing it to distinguish between trending and
Ось відформатований текст без альтернативних назв у дужках: Latency Edge Scalpel Latency Edge Scalpel is a high-frequency, institutional-grade trading solution engineered for high-precision scalping in the decentralized Forex market. This is not a simple grid or martingale bot; it is a sophisticated mathematical tool designed to exploit micro-structural price gaps and momentary volatility imbalances. The Algorithmic Core At its heart, Latency Edge Scalpel operates on a hybrid volatility-filterin
Sub Algo4
Sabina Fik
Sub Algo is a revolutionary indicator for MQL4/MQL5 that transforms how algorithmic strategies are built and executed. Instead of writing endless if–else conditions, Sub Algo provides a complete visual configuration system with: 6 independent logical operations Adaptive thresholding Automatic Buy/Sell symmetry Simple dropdown menus and input parameters This is not a library . This is a ready-to-use professional indicator that converts any combination of technical indicators into precise logical
Orynth 4
Sabina Fik
Orynth P&F Chart Overlay – Clean Trend Visualizer Orynth is a professional technical analysis tool that brings the power of Point and Figure (P&F) charting directly onto your standard candlestick chart. It filters out market noise by focusing solely on meaningful price movement, allowing traders to identify clear trends and reversals without the distraction of minor fluctuations. Unlike traditional P&F charts that open in a separate window, Orynth overlays price "boxes" directly on your main cha
Trend Sonar — Adaptive Trend Indicator with Multi-Timeframe Confirmation for MetaTrader 4 Overview Trend Sonar is a MetaTrader 4 indicator that combines an adaptive trend line, an ATR-based volatility channel, and a multi-timeframe confirmation panel in a single tool. The line speeds up or slows down on its own depending on how efficiently price is actually moving — so it lags less in trends and stays quieter in ranging markets. The indicator is non-repainting: values on closed bars are final an
Piticular
Sabina Fik
Piticular — Professional Trading Expert Advisor Piticular   is a professional Expert Advisor built for precise, disciplined, and consistent trading. It blends smart market structure analysis with flexible money management and strict risk control across every trade series. Designed for traders who value predictability, transparent logic, and full control over fine-tuning the strategy to their own style. Key Features Flexible Lot Management Fixed lot size (ManualLotSize) Automatic risk calculation
EN — Description Meridian Pulse   is a trend-following indicator for MetaTrader 4 that plots a smooth, color-coded line directly on the chart to reveal the current market direction at a glance. It combines adaptive volatility measurement (ATR-based step sizing) with a step-MA trend engine, automatically switching color — gray for neutral, blue for an emerging bullish phase, and green for a confirmed uptrend — as market conditions shift. Key Features Adaptive step size calculated from average vol
Vertex Rebound — Micro-Range Reversion & Volatility-Surge Breakout EA (Spread-Sensitive, Short-Holding-Period System) Vertex Rebound is a dual-logic automated system operating on a very short statistical lookback: a compatible price channel is rebuilt on every tick from an M1 moving average and a bands indicator over a 3-bar window, giving the EA a live estimate of the instrument's short-term equilibrium range. Two complementary signal families are derived from this channel: a   mean-reversion  
Aurum Cascade — Adaptive Chain-Entry Expert Advisor for MetaTrader 4 Overview Aurum Cascade combines a momentum-and-volatility confirmation stack with a chain-order (cascading) execution model. Rather than acting on a single indicator signal, it waits for agreement across trend direction, momentum, volatility expansion, and price inclination before committing to a trade — then manages exposure through a controlled, capped chain of orders instead of a single fixed position. It is built for trader
Momentum Snap Markers — Instant Visual Reversal Alerts for MetaTrader 4 Overview Stop staring at raw oscillator lines trying to guess where momentum actually turns. Momentum Snap Markers does the reading for you — it watches momentum shift out of extreme territory and drops a clean, unmistakable arrow directly on your chart the moment it happens, paired with an optional sound alert so you never miss the move while you're away from the screen. Built for traders who want a fast, at-a-glance read o
The Plasma Trend indicator is a simple technical indication that is used to determine the current trend direction in the market. The Plasma Trend indicator is a powerful tool for determining the direction of the trend in the Forex market. It is based on both standard technical indicators and proprietary mathematical calculations, which provides a more accurate and reliable trend determination. Its implementation in the form of lines of two colors simplifies the visual determination of a change
Cryo
Sabina Fik
5 (1)
Cryo is based on the process of identifying the rate of change in price growth and allows you to find entry and exit points from the market. A fundamental technical indicator that allows you to assess the current market situation in order to enter the market of the selected currency pair in a trend and with minimal risk. The Cryo indicator was created on the basis of the original indicators for searching for extremes, the indicator is well suited for determining a reversal or a large sharp jer
筛选:
无评论
回复评论