ML RSI an AI Classification and Ranking for MT4

ML RSI | AI Classification & Ranking

Overview

ML RSI | AI Classification & Ranking is an adaptive RSI intelligence system that combines momentum analysis, historical analog recognition, machine learning classification, confidence scoring, and dynamic trend management into a single framework.

Rather than interpreting RSI solely through traditional overbought and oversold thresholds, the indicator examines how similar RSI environments have behaved historically and uses those observations to classify current market conditions. The indicator transforms RSI into a multi-dimensional feature space, stores historical market behavior, identifies the closest historical analogs, and allows those analogs to vote on future directional bias. An adaptive feature-optimization engine then continuously learns which RSI characteristics provide the greatest predictive value under current market conditions.

The result is a hybrid system that blends:

·         Multi-dimensional RSI analysis

·         Historical analog matching

·         Machine learning classification

·         Adaptive feature weighting

·         Rank & confidence scoring

·         AI-driven trend management

Why This Indicator Is Unique

This is not a normal RSI. It is a full analog classification engine. It turns RSI behavior into an 8-feature market fingerprint, stores historical examples, labels them by future outcome, finds the closest past situations, lets those analogs vote, then converts the result into an adaptive ML RSI, rank/confidence scores, signals, and an ML-modulated Supertrend.

 

1. Builds 8 RSI-Derived Features

It does not only use the RSI value. It models: RSI level, slope, acceleration, distance from 50, percentile rank, RSI volatility, fast/slow RSI spread, and smoothed RSI regime. Every bar becomes a multi-dimensional state of momentum, not just 'RSI is 63.'

2. Creates a Memory Bank

Each confirmed bar is stored with its feature snapshot and a future outcome label. The label is based on whether price moved up or down after a fixed horizon, scaled by ATR. This is the learning dataset.

3. Uses K-Nearest-Neighbor Analog Matching

For the current bar, the indicator scans the historical bank and finds the closest past examples using a Lorentzian-style compressed distance. This reduces the impact of outliers — huge feature mismatches do not completely dominate the model.

4. Lets Analogs Vote

Nearest neighbors vote bull or bear, weighted by distance. Closer matches matter more. The output becomes: analog score, bias direction, agreement fraction, and gap tightness.

5. Auto-Optimizes Feature Weights

A Fisher-discriminant-style calculation determines which RSI features currently best separate bullish vs. bearish outcomes. Weights are rescaled and smoothed over time, so the model can learn that RSI slope matters more on one instrument while RSI percentile or regime matters more on another.

6. Builds Rank and Confidence

Signals are not triggered just because the model flips bullish or bearish. They must pass a quality system:

·         Rank blends agreement, distance tightness, trend alignment, volatility health, regime fit, slope fit, smoothness, persistence, and penalties for chop or early flips.

·         Confidence focuses on analog agreement, tightness, persistence, and slope fit.

7. Adds Adaptive Supertrend

The Supertrend band width changes based on ML conviction. High conviction tightens the trailing stop. Low conviction or chop widens it.

How It Works

Machine Learning Feature Engine

Most RSI indicators analyze a single value. The ML RSI transforms RSI into a complete momentum fingerprint — eight independent characteristics describing how momentum behaves beneath the surface:

·         RSI Value — Current RSI level

·         RSI Slope — Rate of change

·         RSI Acceleration — Change of the change

·         Distance From Neutral — Distance from the 50 midpoint

·         RSI Percentile Rank — Where current RSI sits vs. recent history

·         RSI Volatility — Standard deviation of RSI

·         Fast vs Slow RSI Spread — Short-term vs. long-term RSI gap

·         RSI Regime — Smoothed directional trend of RSI

Together these create a much richer representation than a single RSI reading. Instead of asking 'Where is RSI?' the model asks 'What type of momentum behavior is currently occurring?'

Historical Analog Memory

The indicator continuously builds a memory bank of historical market behavior. Every confirmed bar is stored with its RSI fingerprint and the future outcome that followed. Over time the model accumulates hundreds or thousands of real market examples it can reference.

AI Classification Engine

The indicator searches for historical situations that closely resemble the current market across all eight RSI features simultaneously. Similarity is measured using a weighted Lorentzian distance function. Unlike traditional Euclidean distance, logarithmic compression reduces the influence of extreme outliers and prevents a single feature from dominating the comparison. The objective is not to find identical charts — it is to find historical momentum environments that behaved similarly.

Historical Analog Voting

After locating the closest historical matches, the system allows them to vote on the current market direction. Closer analogs receive greater influence. The weighted votes produce:

·         Directional Bias

·         Analog Agreement

·         Classification Strength

·         Similarity Quality

·         Market Conviction

Rather than predicting the future directly, the model asks: 'How did the most similar momentum environments behave when they occurred previously?'

Adaptive Feature Optimizer

Markets constantly change. Features that are highly predictive in one regime may become less useful in another. The model continuously evaluates which RSI characteristics best separate bullish outcomes from bearish outcomes using Fisher Discriminant Analysis. Features that consistently separate winning from losing conditions receive larger weights; those that lose predictive power receive less influence over time.

Rank & Confidence Engine

Every setup receives two independent evaluations.

Rank measures setup quality:

·         Historical agreement, analog quality, trend alignment

·         Volatility conditions, regime structure

·         Momentum consistency, market stability

Confidence measures model conviction:

·         Historical consensus, analog clustering

·         Directional consistency, signal persistence

·         Structural confirmation

Signals are only generated once both quality and confidence thresholds have been satisfied.

ML Supertrend System

Unlike traditional Supertrends relying on a fixed ATR multiplier, the ML Supertrend dynamically adjusts sensitivity based on classification strength:

·         High conviction — bands tighten, trend changes become faster, stops become more responsive

·         Low conviction — bands widen, noise tolerance increases, whipsaws are reduced

How To Use

Reading The ML RSI

The ML RSI ranges from 0 to 100.

·         Above 50 — bullish momentum conditions dominate

·         Below 50 — bearish momentum conditions dominate

·         Above 70 — strong bullish pressure

·         Below 30 — strong bearish pressure

Reading The Signals

Long and Short signals appear only when the model detects a meaningful shift in market conditions and that shift passes both quality and confidence requirements.

·         Long signal — classification engine identified a bullish environment supported by historical analog agreement, trend structure, and market conditions.

·         Short signal — classification engine identified a bearish environment supported by historical analog agreement, trend structure, and market conditions.

Using The ML Supertrend

·         Supertrend flips bullish — model considers the market in an uptrend regime

·         Supertrend flips bearish — model considers the market in a downtrend regime

Use the ML Supertrend as both a trend filter and a dynamic trailing stop.

Settings

Parameter Description
Price Source: Price data used to build every RSI feature inside the learning engine
Base RSI Length: Main RSI period used to build the ML RSI and its feature set
Memory Depth: Number of historical bars the model stores and searches
Analog Count (k): Number of closest historical matches allowed to vote
Show Signal Markers: Toggles Long/Short signal markers
Min Rank to Signal: Minimum setup-quality score required before a signal appears
Min Confidence to Signal: Minimum model conviction required before a signal appears
Trend Gate: Requires signals to align with the ML Supertrend direction
Volatility Band: Filters signals to healthier volatility conditions
Min Vol Rank: Lower volatility threshold for signals
Chop Filter: Blocks signals during choppy, range-bound conditions
Learning Sensitivity: Minimum future move required for the model to treat it as a meaningful outcome
Auto-Optimize Weights: Allows the model to automatically learn which RSI features are most important
Adaptation Speed: How quickly learned feature weights adjust to changing conditions
Feature Weights: Manually control the importance of each RSI feature (when Auto-Optimize is off)
Show ML Supertrend: Toggles the adaptive ML Supertrend line
ATR Multiplier: Base distance of the ML Supertrend from price
ML Band Adaptivity: How strongly model conviction adjusts the Supertrend band width
Signal Line Type: Moving average style on the ML RSI: None / SMA / SMA+BB / EMA / SMMA / WMA
Signal Line Length: Smoothing length of the RSI signal line
BB StdDev: Bollinger Band width when using SMA+BB
Colors: Customize signal markers, RSI colors, and Supertrend colors


推荐产品
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
Midnight Queen MT4 —— 午夜皇后 Midnight Queen MT4 是一款专业的 夜间剥头皮智能交易系统(EA) , 专为 亚洲盘的低波动时段 设计。 它结合了 高精准入场逻辑 、 严格的风险控制 与 平稳的收益曲线 , 堪称真正的 “夜之皇后”。 主要特点 交易品种: EURGBP(优化于 M5 时间框) 交易时间: 21:00–07:00(以经纪商时间为准) 核心逻辑: Bollinger Bands 与 RSI 逆势回调策略 过滤系统: 经济新闻、点差、滑点控制 无马丁格尔、无网格、无加仓 内置自动手数与资金保护机制 历史回测(2015–2025) 时间跨度:10 年 净利润: $27,544 盈利因子(Profit Factor): 1.94 胜率: 约 85% 总交易次数: 3,560 最大回撤: 17.8% ️ 使用建议 推荐杠杆: 1:100 或更高 推荐经纪商: Axiory、ICMarkets、Pepperstone(ECN账户) 建议使用 VPS 实现 24/5 全天候运行 运行模式 稳健模式(Safe Mo
EA Index Flip
Stefano Cocconi
FEEL FREE TO ADD A REVIEW TO HELP ME AND OTHER COSTUMERS After over 2000 downloads I decided to put for the software at a price of only 30USD, so as to be able to finance the development of new software. Thank you for understanding JOIN TO MY CHAT FOR UPDATES AND NEWS ABOUT MY PRODUCTS AND SERVICES Check My Products Settings Trading strategy: EA Index Flip trades on US30, U100, US500, XAUUSD and Every Forex Pair The best timeframe are M1 to M15 . The Expert Advisor uses a trading strategy based
NIGHTCrusher Lite FREE
Christian Opperskalski
4.5 (2)
NIGHTCRUSHER is a fully automated expert advisor, designed for scalping on quite market situation. The Lite - Version is limited to minimal Lot per Pair and dont has lot mulitplier and dynamic function you can also run different strategies like swing trading or grid different Trade Entry Signals different Exit Strategies included (MA Cut / Signal Change / Trailing TP) clever Risk & Money management - Balance based - Longrun trades tracking You can also use a Grid function or Lot multipier, if ne
FREE
Note : The slow loading of the indicator issue has been addressed . This new version loads fast and does not slow the platform. Version 1.3 : We have updated the indicator to include an historical bar scanning option . So instead of scanning all bars in the history (which can make the indicator slow sometimes ) , you can select the maximum number of bars it can scan which can increase the performance and make the indicator faster. This indicator scans the 1-3 Trendline pattern . The indicato
Magic EA MT4
Kyra Nickaline Watson-gordon
3 (1)
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA wo
Galaxy MT4
Marta Gonzalez
GALAXY  it is a Secure Automated Software for trade Forex market and indices. Architecture is a Fully Automatic Autonomous Robot Expert capable Independently analyzing the market and making trading decisions  GALAXY      It is an advanced trading system. This is a fully automatic Expert Advisor.        NO INPUT TO SELECT FOR THE TRADER   ALL AUTO MATED THIS SYSTEM IS ALWAIS IN THE MARKET IN THE TWO DIRECCTION MAKE WINING CYCLES   GALAXY  . It is a 100% automatic system, the system controls
Gold Pulse MT4
Ivan Martinez Guillen
5 (1)
GoldPulse MT4 — Professional Gold Scalper GoldPulse MT4 is a fully automated Expert Advisor designed exclusively for XAUUSD on MetaTrader 4. The strategy is based on pure price action. The EA reads the market bar by bar and only opens trades when Gold shows clear directional conviction, avoiding noise and false signals. When no valid setup is present, it waits. Recovery System When a trade moves against the initial entry, GoldPulse activates a conditional grid recovery. New positions are only ad
Parabolic SAR Auto Trader EA
Mohammad Khairy Abdul Ghany
Parabolic SAR Auto Trader EA v1.0 is a fully automated trading system for MetaTrader 4 based on the popular Parabolic SAR indicator, designed to follow market trends and capture momentum movements efficiently. This Expert Advisor automatically detects trend reversals using Parabolic SAR signals and executes trades with built-in risk management and trailing stop functionality. Key Features: Fully automated Parabolic SAR trading system Trend-following strategy using SAR reversal signals Fixe
Intensive
Evgeniy Zhdan
The Expert Advisor algorithm determines on daily charts those candlestick patterns, which set the intraday trading direction. The trading EA determines how long the price is moving in overbought/oversold zones and starts working in the direction of the expected trend movement. Each position is accompanied with a tight stop loss and take profit. Only one active position can be open in the market. The EA was developed and tested using 99% quality quotes. The Expert Advisor has a built-in news filt
Advanced Stochastic Scalper
Evgeny Belyaev
4.56 (16)
Advanced Stochastic Scalper - is a professional indicator based on the popular Stochastic Oscillator. Advanced Stochastic Scalper is an oscillator with dynamic overbought and oversold levels, while in the standard Stochastic Oscillator, these levels are static and do not change. This allows Advanced Stochastic Scalper to adapt to the ever-changing market. When a buy or a sell signal appears, an arrow is drawn on the chart and an alert is triggered allowing you to open a position in a timely mann
How the EA works (simple explanation) Trades on   M5   timeframe Uses   H1 timeframe   to analyze global market context Analyzes   2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on   trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol:   EURUSD Timeframe:   M5 Trading
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
Yellow mouse scalping
Vasiliy Kolesov
5 (2)
Yellow mouse scalping   is a fully automatic Expert Advisor designed for night trading on a calm market. The strategy is night scalping. The standard RSI and ATR indicators are used to find entry points. Closing of transactions takes place according to the author's algorithm, which significantly improves the risk control and security of the deposit. Risky strategies like "martingale" are not used. Monitoring of the advisor's work, as well as my other developments, can be viewed at   https://www
Deep Analyst Expert Advisor    (mt5  https://www.mql5.com/en/market/product/163998 ) Deep Analyst   is a professional analytical tool powered by a specialized algorithm designed for deep analysis of market cycles and price amplitude fluctuations. By analyzing market conditions over a specific timeframe, the Expert Advisor determines price strength and amplitude using a unique indicator system based exclusively on real-time data. When the global trend and its vector shift, the algorithm automati
BENJ AutoSwitchtrend Grid EA v1 Catch trends, not noise. A professional grid-on-trend robot that   maps volatility to timeframe   and keeps risk under control with a built-in   Daily P&L Guard . When slope flips, it cancels the wrong-side pendings, preserves live positions (optional, if D1 aligns), and   seeds only the missing levels —no over clutter, no runaway grids. Why traders choose it Trend-aware grid   – 2 pending levels per active side (Mapped ATR) seeded only when needed, and 3 level
Tradonator nextGen
Wolfgang Kuebel
4 (2)
The Tradonator nextGen! trades not primarily on indicators or prices, but at the beginning of every new candle (controlled by Timeframe). determines the trading direction due to the integrated indicator, which can measure trend and volatility. creates a Sell- and a Buypool and manages them isolated. calculates with every trade for each of the pools a previously defined profit target and closes the pool only with a total profit once this goal has been achieved. basically works with any currency
Ultimate Simple
Narek Avetisyan
5 (1)
Ultimate Simple - полностью автоматизированная торговая система. Торговый робот работает на любых валютных парах и на любом таймфрейме. Работа робота основана на принципе дивергенции(против основного тренда). Объем входа в рынок и риски жестко контролируются на основе алгоритмов. Количество сделок ограничено уровнем свободной маржи в процентах, которое по умолчанию равно 1500% (во входных параметрах level = 1500.00). Объем входа в рынок зависит от количества свободных средств на счету, а если с
Binary Option Signal
Yaroslav Varankin
Indicator for binary options arrow is easy to use and does not require configuration works on all currency pairs, cryptocurrencies buy signal blue up arrow sell signal red down arrow tips do not trade during news and 15-30 minutes before their release, as the market is too volatile and there is a lot of noise it is worth entering trades one or two candles from the current period (recommended for 1 candle) timeframe up to m 15 recommended money management fixed lot or fixed percentage of the depo
Harvest GOLD
Sayan Vandenhout
Harvest GOLD USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $30000
H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
he expert works on the Zigzag levels on the previous candle With some digital way to enter the deal On the five minute frame Work on currency pairs only Do not use TakeProfit or Stop Loss How the expert works It is placed on the three currency pairs GBPUSD GBPJPY GBP AUD Same settings without changing anything When he works, he will work on only one currency of them until it closes on a profit Profit is only seven points Please watch the video Explains how the expert works. Max Spread = 0.3 Bro
Gold Matrix pro Welcome to the Gold Matrix Ea pro. The Robot is based on one standard Indicator. No other Indicator required =============================================================================================== This Robot is fully automated and has been created for everyone. The Robot works also on cent accounts. =============================================================================================== =>   works on all Time Frames from 1Minute to 1Day => On the lower Frames th
Quantum Falcon Signal Free is a smart visual trading indicator for MetaTrader 4 designed for Forex and Gold traders. The indicator combines: • Trend analysis • RSI momentum confirmation • MACD momentum filtering • ATR volatility filtering • Higher timeframe confirmation • Smart exit signal detection Main Features: • Smart Buy and Sell signals • Exit Buy / Exit Sell alerts • Real-time dashboard on chart • Professional candle arrows • Multi-timeframe trend confirmation • ATR market volatility filt
FREE
Goal Time
Mourad Ezzaki
GOAL TIME is an expert advisor based on the notion of time, it studies the change of price according to time, and it finally detects the best time to execute a good order. The EA is based on an indicator that draws a price curve in relation to time, this curve is deduced by an algorithm that analyzes old data. Then, the EA exploits the generated curve and executes the correct order. In case of incorrect choice, the EA has the mission to limit the losses. After a thorough study of this strategy o
Breakout Detector —— 進階波動率突破偵測工具 描述 Breakout Detector 是一款先進的技術指標,能夠偵測低波動率階段,這些階段通常預示著即將出現的重大價格突破。該指標結合帕金森波動率計算與 RSI 分析,協助交易者在突破發生前發現潛在機會。 你面臨的問題 錯過突破 :等你發現突破時,最佳進場點已經錯過 假突破 :在高波動時進場,價格卻很快反轉 時機難以掌握 :難以判斷市場何時「蓄勢待發」 波動率混淆 :難以分辨正常波動與真正的低波動壓縮區 進場延遲 :突破型態出現時,價格已大幅波動 本指標如何解決這些問題 提前預警 :在突破發生前,偵測低波動階段(數值低於30) 視覺化準備區 :以金色矩形高亮壓縮區域,方便辨識 智慧提醒 :當指標數值跌破15時發出通知,提示極低波動 客觀量化 :提供0-100的波動率讀數,減少主觀判斷 多週期支援 :適用於所有時間週期,靈活分析 指標邏輯 帕金森波動率計算 : 利用最高價與最低價的關係,而非僅收盤價 更精確反映日內波動 公式: √((hlc3 / ((length × 4) × ln(2))) × Σ(ln(high
Long Waiting MT4
Aleksandr Davydov
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomme
FREE
EARLY REMINDER: The Starting price is 65 price will rise soon up to 365$ and then 750$ after first 10 copies of sales. Grab this offer now! Introduction Hello, traders! Welcome to the demonstration of the Forex Beast Indicator , a comprehensive tool designed to assist aspiring traders in navigating the complexities of the forex market. This indicator incorporates seven essential components to provide a well-rounded trading experience: Moving Averages Colored Zones Support and Resistance Levels
Great Hunter
Pavel Malyshko
Авторская стратегия демонстрирующая хорошие результаты на валютной паре eurchf m15. Советник в своей работе ищет наиболее вероятные точки разворота на графике и если сигнал подтверждается открывает сделку. Советник работает круглосуточно, что делает его универсальным вне зависимости от времени на рынке, что также отличает его от большинства советников торгующих в строго ограниченное время. По мере роста спроса на советник и увеличения хороших отзывов, цена на него будет расти. Поспешите при
BreakOut Grid
Catalin Zachiu
This expert is a combination between a grid and a scalper and it uses a grid of ten pending orders , five for long and five for short , with a 500 point spacing between them with a 100 point scalp target. It has three working modes , first , the entry by level , the expert starts operation when the price aproaches an important trade level ( a former resistance or support) , second , the entry by time , launches the expert at a specific time (input by user) and the third type is continuous operat
该产品的买家也购买
Gann Made Easy
Oleg Rodin
4.84 (168)
Gann Made Easy 是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
Neuro Poseidon MT4
Daria Rezueva
4.76 (45)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for all
PZ Day Trading
PZ TRADING SLU
3.67 (3)
该指标仅使用价格行为分析和donchian渠道以锯齿形检测价格反转。它是专门为短期交易而设计的,根本不需要重新粉刷或补漆。对于精明的交易者来说,这是一个绝佳的工具,旨在增加他们的运作时间。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 极易交易 它在每个时间段都提供价值 实施自我分析统计 它实现了电子邮件/声音/视觉警报 基于可变长度的突破和拥挤区域,该指标仅使用价格行为来选择交易并对市场快速做出反应。 显示过去信号的潜在利润 该指标分析其自身的质量和性能 突围的损失突出显示并解决 该指标是不可重涂和不可重涂的 该指标将帮助盘中交易者不要错过单个价格反转。但是,并非所有价格反转都是一样的,也不是具有相同的可行质量。决定要突破哪些突破而忽略哪些取决于交易者的良好判断。 如何解释统计数据 该指标研究其自身信号的质量,并在图表上绘制相关信息。将分析每笔交易,并在图表的左上角显示总体历史结果,这使您可以针对任何给定的工具和时间范围自行优化指标参数。每个乐器和时间表都有其自己的最佳设置,您可以自己找到它们。 最大优惠交易:对于任何给定的交易,MFE都是最好的结
Atomic Analyst
Issam Kassas
5 (9)
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Atomic Analyst 目前价格为 $99 。 接下来的 30 次购买 后,价格将上涨至 $199 。 特别优惠: 购买 Atomic Analyst 后,请发送私信给我,即可免费领取 Smart Universal EA ,并将您的 Atomic Analyst 信号转换为自动交易。 Atomic Analyst 是一款不重绘、不回绘、不延迟的 Price Action 交易指标,专为手动交易、清晰信号和 EA 自动化而设计。 User manual: settings, inputs and strategy.      &   User Manual PDF . 它分析价格行为、强度、动能、多周期方向和高级过滤器,帮助交易者减少噪音,避免弱势交易机会,并做出更有结构的交易决策。 该指标将复杂的市场计算转换为简单的视觉信号、彩色K线、趋势读数、止损水平和多个止盈区域,使交易者能够快速理解并应用于真实市场环境。 主要交易用途: 剥头皮和日内交易: 专为快速决策、清晰箭头、提醒、K线
Scalper Inside PRO
Alexey Minkov
4.68 (69)
Scalper Inside PRO Scalper Inside PRO 是一款日内趋势与剥头皮指标,采用独家的内置算法来评估市场方向和关键目标位。该指标会自动计算进场点、出场点以及多个止盈目标位,并显示详细的绩效统计数据,让您能够看到不同品种和策略在历史数据上的表现。这有助于您选择符合当前市场状况的交易品种。您还可以将自己的箭头指标连接到 Scalper Inside PRO,并快速查看它们的统计数据和历史信号。 Scalper Inside PRO 使用手册及参数说明: 点击阅读 该指标适用于任何品种和时间周期(日内交易推荐使用 M5),并包含多种内置策略。它既可作为独立的剥头皮工具使用,也可作为您交易系统的分析组件。 主要功能 基于独家的新一代趋势检测算法 Next-Generation Trend Detection Algorithm (NG TDA) 进行趋势识别。 自动计算进场点和出场点,并提供多级止盈目标(TP1、TP2、TP3)。 三种内置策略和一个优化器,用于将信号适配到当前品种和时间周期(仅在实时模式下可用)。 提供品种和策略在历史数据上的详细绩效统计。 提
M1 Sniper
Oleg Rodin
5 (26)
M1 SNIPER 是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
Quant Direction
Georgios Kalomoiropoulos
Quant Direction 是一款三维市场分析工具。它通过同时计算多个维度上的精确百分比偏差,提供完全客观的、基于算法的市场分析视角。该算法采用先进的人工智能建模工具开发,并经过全面测试,旨在以独特的精准度解读市场。它可以分析您平台上的任何货币对或金融工具。 无论您是短线 交易者、日内 交易者还是波段交易者,Quant Direction 都是您的理想之选。 交易者的真正优势 Quant Direction 的真正优势在于彻底消除情绪、屏幕疲劳和过度思考。它无需手动点击十几个图表来寻找方向并反复质疑自己的偏好,引擎即可在几毫秒内即时处理 8 个时间周期(从 5 个月到月线)。它能准确告诉你任何时刻谁在掌控市场,确保你始终朝着概率最高的方向进行交易。 市场分析的三个维度 该算法将市场分为三个不同的交易维度,为您提供完整的宏观和微观视角: 超短线交易分析: 捕捉即时、快速的动量变化和较低时间框架的执行点。 日内分析: 识别真实的、潜在的每日方向性偏差。 波动分析: 专注于宏观趋势,确保您不会与大盘机构的走势背道而驰。 独家评分引擎 Quant Direction 的底层采用了一套
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
现在优惠 30%! 任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供需
BTMM State Engine Pro MT4
Garry James Goodchild
BTMM State Engine Pro is a MetaTrader 4 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
Currency Strength Wizard
Oleg Rodin
4.85 (59)
货币强度向导是一个非常强大的指标,为您提供成功交易的一体化解决方案。该指标使用多个时间范围内所有货币的数据来计算这个或那个外汇对的力量。此数据以易于使用的货币指数和货币电力线的形式表示,您可以使用它们来查看这种或那种货币的力量。 您所需要的只是将指标附加到您要交易的图表上,该指标将向您显示您交易的货币的真实强度。该指标还向您显示买卖量压力的极值,您可以在顺势交易时利用这些压力。该指标还显示了基于斐波那契的可能目标。该指标可用于各种交易时间范围。该指标支持各种货币对的交易。 该指标为您提供所有类型的警报,包括推送通知。 购买后请联系我。我将与您分享我的交易技巧,并免费为您提供丰厚的红利指标! 祝您交易愉快,获利丰厚!
Scalper Vault
Oleg Rodin
5 (37)
Scalper Vault 是一个专业的剥头皮系统,为您提供成功剥头皮所需的一切。该指标是一个完整的交易系统,可供外汇和二元期权交易者使用。推荐的时间范围是 M5。 该系统为您提供趋势方向的准确箭头信号。它还为您提供顶部和底部信号以及江恩市场水平。无论您拥有何种交易经验,该系统都易于使用。您只需要遵循简单的规则并每天重复该过程。 建议将此系统用于主要货币对。感谢您的关注! 请注意,该指标在策略测试器中可能无法正常工作。因此,我建议仅在模拟或真实账户的真实交易条件下使用该系统。 指示器提供所有类型的警报,包括推送通知。 购买指标后请与我联系。我将免费与您分享我的个人交易建议和出色的奖励指标! 祝您交易愉快,盈利!
Super Signal – Skyblade Edition 專業級無重繪 / 無延遲趨勢信號系統,擁有卓越勝率 | 適用於 MT4 / MT5 在較低的時間週期上效果最佳,例如 1 分鐘、5 分鐘與 15 分鐘圖表。 核心特色: Super Signal – Skyblade Edition 是一套專為趨勢交易設計的智能信號系統。 其採用多重濾波邏輯,僅篩選出具有明確方向性、動能強勁且波動結構健康的走勢進場點。 本系統 不預測高點或低點 ,只有在同時滿足以下三項條件時才會觸發交易信號: 趨勢方向明確 動能持續增強 波動率結構穩定 此外,系統還結合市場流動性分析,以進一步提升信號的準確性與觸發時機。 信號特性: 所有箭頭信號皆為 100% 無重繪,無延遲 信號一旦出現即固定於圖表,不會閃爍或消失 提供圖表箭頭、資訊面板、彈出通知、聲音提示及推播訊息 支援 EA 呼叫(Buffer 輸出),可整合至自動化交易或信號跟單系統 提供預設參數模板,免調整即可使用,適合新手快速上手 總結: Super Signal – Skyblade Edition 是一款邏輯清晰、穩定高效的專業趨勢型
Trend Lines PRO
Roman Podpora
5 (1)
TREND LINES PRO 帮助您了解市场真正的方向转变点。该指标显示真实的趋势反转点以及主要参与者重新入场的时机。 您可以看到 BOS线、 趋势变化和更高时间框架的关键水平——无需复杂的设置或不必要的干扰。信号不会重绘,并在K线收盘后仍然保留在图表上。 VERSION MT 5    -   与……搭配使用时,可发挥其最大潜力   RFI LEVELS PRO 指示器 该指标显示的内容: 实际变化 趋势(BOS 线) 一旦信号出现,它就始终有效!这与会重绘的指标有着重要的区别,后者可能会发出信号后又改变信号,从而导致资金损失。现在,您可以更精准、更准确地进入市场。此外,还有一个功能,会在箭头出现后为K线着色,直到达到目标价位(止盈)或出现反转信号为止。 重复条目   以及主要玩家的充值 为了提高寻找入场点时的视觉清晰度,我们创建了一个模块,该模块首先显示买入/卖出区域,并在该区域内寻找最佳入场点。此外,我们还加入了智能逻辑来管理止损位,该逻辑会随着时间的推移逐步降低止损位的大小,从而降低入场交易时的初始风险(移动止损位)。 信号强度水平(BOS) 该指标采用三个显著性等级来衡量
Cycle Sniper
Elmira Memish
4.39 (36)
Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before purchasing. Videos, settings  and descri
KURAMA GOLD SIGNAL PRO(MT4)— 7层过滤 · 自动止盈止损 · 质量评分 · 信号历史保存 | 完整的XAUUSD交易系统 实时不重绘。信号出现的瞬间,箭头、入场、止盈、止损当场锁定,之后绝不移动。你交易的就是这个实时信号。而且在v7.20中,每一个真正发出的信号都会自动保存,并在重启后精确还原。 购买者专属赠品 购买永久授权,即可免费获得 AI Zone Radar(价值$59)+ 完整PDF手册。在产品价格之外,额外附赠价值$59的赠品。购买后在MQL5上给我留言即可。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 在黄金交易者社区中被实际使用,因精度与易用性而广受好评。 你的难题 —— 以及解决方案 黄金一天波动$30–$50。你知道机会就在那里。但这些情况是否似曾相识: - 入场太早,价格逆行$10后才朝你的方
TPSpro RFI Levels
Roman Podpora
4.86 (28)
俄语说明 /  英文 说明   -  MT5 版本 主要功能: 显示卖家和买家的活跃区域! 该指标显示所有正确的买入和卖出的初始脉冲水平/区域。当这些水平/区域被激活时,即开始寻找入场点的位置,水平线会改变颜色,并填充特定颜色。此外,还会显示箭头,以便更直观地了解情况。 LOGIC AI - 激活模板时显示用于搜索入口点的区域(圆圈) 为了提高视觉清晰度,添加了使用人工智能搜索入口点的显示区域的功能。 显示更高时间范围内的级别/区域(MTF 模式) 新增使用更高时间间隔显示级别/区域的功能。此外,该指标还具有自动趋势检测功能 (   TPSproTREND PRO   )。 独立的专业分步交易算法 该算法专为顺势和逆势的日内交易而设计。每个活动模板均提供详细的说明。 适用于不同的时间范围 TPSpro RFI 水平指标可用于图表上的任何时间间隔,从分钟(M1)到每月(MN)。 图形和声音警报 该指标提供图形和声音提示,让您不会错过交易信号。 此外,还支持手机通知。 简单有效的活性模板扫描器 这是一个非常紧凑的主动模式扫描仪,当在一个方向上的所有时间间隔内激活模式时,它会自动发出警报并
Beast Super Signal
Florian Zuercher
4.73 (89)
正在寻找可以帮助您轻松识别有利可图的交易机会的强大外汇交易指标? Beast Super Signal 就是您的不二之选。 这个易于使用的基于趋势的指标持续监控市场状况,寻找新的发展趋势或跳入现有趋势。当所有内部策略一致且彼此 100% 融合时,Beast Super Signal 会发出买入或卖出信号,无需额外确认。当您收到信号箭头警报时,只需买入或卖出。 购买后给我留言,让我加入我的私人 VIP 群组! (仅限购买完整产品)。 购买后给我发消息以获取最新的优化设置文件。 此处提供 MT5 版本。 在此处 获取 Beast Super Signal EA。 查看评论部分以查看最新结果! Beast Super Signal 根据您偏好的 1:1、1:2 或 1:3 风险回报率建议入场价、止损和获利水平,让您放心交易。这个 Beast Super Signal 是 100% 不可重新绘制的,这意味着它永远不会重新计算或重新绘制,每次都能为您提供可靠的信号。 Beast Super Signal 指标适用于所有时间范围,包括货币对、指数、商品和加密货币对。 Beast Su
ICT PO3 (Power of 3) AMD Protocol Framework Indicator True Time & Structure Integration   |  Non-Repainting | Real-Time  | Multi-Asset  | MT5 Version Available Full Setup Guide & Strategy Playbook: https://www.mql5.com/en/blogs/post/768683 MT5 Version: https://www.mql5.com/en/market/product/171633 Indicator Overview The ICT PO3 AMD Protocol Framework is a complete structural overlay for MetaTrader 4 that maps the True Daily Cycle directly onto your lower-timeframe execution chart. It projects
ORB Seeker
Marcela Goncalves De Oliveira
特价上市! 仅售 79 美元! 售出 10 件后价格将上涨,最终价格为 199 美元。 购买后联系我,即可获得免费的EA奖励,该EA可以全自动交易突破信号,并拥有优化的设置文件。 自信地捕捉干净利落的比赛片段! ORB Seeker 是一款专业的开盘区间突破 (ORB) 指标,专为追求准确性、简洁性、灵活性和清晰图表结构的交易者而设计。 它能自动绘制任何交易品种的盘前或自定义交易时段区间,然后给出清晰的突破信号,包括入场点、止损点、止盈点以及可选的50%部分止盈位。所有数据均实时计算并直接显示在图表上。 您可以选择交易伦敦开盘、纽约交易时段、亚洲交易时段,或者您自定义的交易时段。ORB Seeker 会根据您选择的交易时段自动调整,让您精准掌握市场波动范围、突破位和交易位的位置。 每次购买均免费赠送 ORB Seeker EA 智能交易系统。该 EA 系统读取指标的突破信号并可自动下单,您可以选择手动交易,也可以让 EA 系统根据指标的信号逻辑自动处理入场。   为什么选择 ORB Seeker 支持多个交易时段 - 您可以自行设置伦敦、纽约、亚洲或自定义交易时段的盘前交易时间和交
AXIOM MATRIX MT5 首发价格:$99 Axiom Matrix 现以 $99 的首发价格提供。 前 30 次购买完成后,价格将上涨至 $199。 购买后,请直接私信我,以获取使用说明并领取您的专属赠品奖励。 Axiom Matrix 是一款适用于 MetaTrader 5 的专业多品种、多时间周期市场扫描器和决策仪表板。 它会扫描您的 Market Watch,分析多个时间周期,读取多个证据引擎,比较最强的交易机会,并在一个清晰的矩阵仪表板中显示最佳 BUY、SELL、WAIT 或被阻止的状态。 我开发 Axiom Matrix,是因为我想要一个可以替我完成繁重市场扫描工作的工具。 我不想只单独检查 RSI。 然后单独检查 MACD。 然后检查移动平均线。 然后检查成交量。 然后检查波动率。 然后检查支撑和阻力。 然后还要手动在不同品种和时间周期之间切换,只为了建立一个交易思路。 我想要一个仪表板,可以扫描市场、比较证据、排序最佳机会,并告诉我现在最强的交易设置在哪里。 这就是 Axiom Matrix 背后的核心理念。 AXIOM MATRIX 的功能 Axiom Ma
Ranging Market Detector
Innovicient Limited
5 (2)
Ranging Market Detector scans the market for momentum and price to check whether the price is range- bound and the direction to which it will breakout.  It works with all the  all assets and visually shows you the instances when the market is either ranging or trending. Informs when the price has finished a retracement, an opportune time to re-enter the trend early. This will help you in position management.  It works very well for Scalping, Day trading, and Swing trading. Helpful in all timefra
Smart Trend Trading System
Issam Kassas
4.67 (6)
本产品已针对 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线着色、提醒以及多周期分析。 该系统旨在帮助您应对不同的市场环境: 趋势市场: 识别主要趋势,发现回调,跟随动能,并通过止损指导和移动止损选项寻找更清晰的入场机会。
Neo Wave PRO
Nikolay Raykov
5 (1)
Price & Time Market Structure Indicator A professional market structure tool that analyzes waves through both price and time — not price alone. Main Description NeoWave PRO is a professional market structure indicator for MetaTrader 4 designed for traders who want to move beyond traditional one-dimensional wave tools such as ZigZag, swing indicators, and basic high/low systems. Most wave indicators analyze only one thing: Price. But a real market wave is not only a price movement. A true wave de
PRO Renko System
Oleg Rodin
5 (31)
PRO Renko Arrow Based System for trading renko charts.  准确的信号交易任何外汇工具. 另外,我将免费提供系统的附加模块! PRO Renko系统是RENKO图表上高度准确的交易系统。该系统是通用的。 该交易系统可应用于各种交易工具。 该系统有效地中和了所谓的市场噪音,打开了获得准确反转信号的通道。 该指标易于使用,只有一个参数负责产生信号。 您可以很容易地使算法适应您感兴趣的交易工具和renko酒吧的大小。 我很乐意通过提供任何咨询支持来帮助所有客户有效地使用该指标。 祝您交易成功!购买后,立即写信给我! 我将与您分享我的建议和我的renko发电机。 另外,我将免费提供系统的附加模块!
Up down v6T
Guner Koca
5 (2)
Thise indicator is up down v6  comes with tradingwiev pinescript. purchased people, after installed on terminal ,contact me on mql5  to get BONUS  TradingView pinescript. up-down indicator is no repaint and works all pairs and lower than weekly time frames charts. it is suitable also 1 m charts for all pairs. and hold long way to signal. dont gives too many signals. when red histogram cross trigger line that is up signal.and price probably will down when blue histogram cross trigger line that i
Scalping Lines System 是一款专为交易黄金 (XAUUSD) 而设计的短线交易系统,适用于 M1-H1 时间框架。 它整合了趋势、波动率和超买/超卖市场分析指标,并将其集成到一个振荡器中,用于识别短期信号。 信号线的主要内部参数已预先配置。 部分参数可供手动调整:“趋势波持续时间”,用于根据趋势移动平均线 (MA) 调整趋势方向上一系列信号的持续时间;以及“信号线平滑处理”,用于调整信号线的生成方式。 该指标在开盘价计算信号线时不会重绘。在其他价格下,信号箭头可能会闪烁。 信号在蜡烛图收盘后出现,并提供多种警报类型。 推荐使用的时间框架:M1-M5-M15-M30-H1。 该指标最初设计用于黄金交易,但也适用于交易波动性高、点差低的资产,例如比特币和加密货币、白银以及股票指数差价合约(如纳斯达克100指数等)。 对于某些其他交易品种(例如欧元/美元、英镑/美元),该指标可用于15分钟及以上的时间框架。 如何使用该指标进行交易。 对于“卖出”信号: 蓝色下降箭头位于顶部。 震荡指标顶部会出现一个蓝色箭头,箭头后的蓝线表示信号支撑持续时间。请跟随
本指标是实践实战交易完善的波浪自动分析的指标 !  案例... 注: 波浪分级用西方叫法不习惯,因受到缠论(缠中说禅)命名方式习惯的影响,我是将基础波浪命名为 笔 ,将二级波段命名为 段 ,同时具有趋势方向的段命名为 主趋段 (以后笔记中都是这种命名方式,先告知大家),但是算法上和缠论关系不大切勿混淆.反映的是本人分析盘面总结的 千变万化纷繁复杂的运行规律 . 对波段进行了标准化定义,不再是不同人不同的浪  ,    对人为干扰的画法进行了排除,在严格分析进场起到了关键的作用 . 使用这个指标,等于将交易界面提升美感,抛弃最原始的K线交易带你进入新的交易层次.如果不是为了交易,在宣传上也将使客户观感提升层次. 指标内容: 1. 基础波浪 (笔) : 首先我们找出了价格波动过程中的基础波动拐点,当然他的有序性低,为下一步的计算提供基础. 2. 二级波段( 段 ) :在基础波浪的基础上,通过算法分析得到层级更明显的二级波段,二级波段为波浪提供了分析基础 3. 波浪( 浪 ): 有着更清晰的趋势,更清晰直观的方向.分析一个波浪是否延续,需要看二级波段的形态,分析二级的构成,可以得出波浪
M W Pattern Pro
Noiros Tech
4.14 (7)
M & W Pattern Pro is an advanced scanner for M and W patters , it uses extra filters to ensure scanned patterns are profitable. The indicator can be used with all symbols and time frames. The indicator is a non repaint indicator with accurate statistics calculations. To use , simply scan the most profitable pair using the statistics dashboard accuracy , then enter trades on signal arrow and exit at the TP and SL levels. STATISTICS : Accuracy 1 : This is the percentage of the times price hits TP
Price Action Sniper
Elmira Memish
5 (3)
Price Action Sniper is designed to trade the Price Action on the desired chart time frame. - Trend Reversals. - Trend Continuation. - Brekaouts. - Good tool for Binary Options Price action forms the basis for all technical analysis of a currency pair, commodity or other asset chart. Many short-term traders rely exclusively on price action and the formations and trends extrapolated from it to make trading decisions. Technical analysis as a practice is a derivative of price action since it uses p
Extreme Value Sniper is a detrended price indicator  Indicator finds the potential reversal levels by checking value ranges and price cycles. MT5 Version of the product :  https://www.mql5.com/en/market/product/114550 It shows the overbought and oversold levels using the average range. Overbought Levels are between 4 and 10 Oversold levels are bewtween -4 and -10 Those levels can be used as a reversal levels. Extreme Value Sniper look for some special divergence and convergence patterns to c
作者的更多信息
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
Bheurekso Pattern with Alert
Minh Truong Pham
2 (1)
The Bheurekso Pattern Indicator for MT5 helps traders automatically identify candlestick pattern that formed on the chart base on some japanese candle pattern and other indicator to improve accurate. This indicator scans all candles, recognizes and then displays any candle patterns formed on the chart. The candle displayed can be Bullish or Bearish Engulfing, Bullish or Bearish Harami, and so on. There are some free version now but almost that is repaint and lack off alert function. With this ve
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
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
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
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
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
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 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:
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
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
Introducing the Reversal and Breakout Signals   This innovative tool is crafted to enhance your chart analysis by identifying potential reversal and breakout opportunities directly on your charts. It's designed with both novice and experienced traders in mind, providing intuitive visual cues for better decision-making. Let's dive into the key features and how it operates: ###   Key Features:   Dynamic Period Settings:   Customize the sensitivity of the indicator with user-def
筛选:
无评论
回复评论