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 — это профессиональный ночной скальпер , торгующий во время тихой азиатской сессии . Он сочетает высокую точность входов , жёсткий контроль рисков и плавный рост прибыли — идеальный баланс, достойный “Королевы ночи”. Основные характеристики Пара: EURGBP (оптимизирована под таймфрейм M5) Время торговли: 21:00–07:00 (по времени брокера) Логика: входы по Bollinger Bands и RSI (возврат к среднему) Фильтры: новости, спред,
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  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 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
Алгоритм советника определяет свечные фигуры дневных графиков, которые задают направление торговли внутри дня. Торговый эксперт определяет продолжительность нахождение цены в зонах перекупленности/перпроданности и начинает работу в сторону предполагаемого трендового движения. Каждая открываемая позиция имеет жесткие стоп-лосс и тейк-профит. В рынке может находиться только одна активная позиция. Разработка и тестирование советника производились на котировках 99% качества. Советник имеет встроенны
Advanced Stochastic Scalper - это профессиональный индикатор на базе известного индикатора Stochastic Oscillator. Advanced Stochastic Scalper представляет из себя осциллятор с динамическими уровнями перекупленности и перепроданности, у стандартного Stochastic Oscillator эти уровни статические и никогда не изменяются. Это позволяет Advanced Stochastic Scalper адаптироваться под постоянно меняющийся рынок. При появлении сигнала на покупку или продажу на графике рисуется стрелка и появляется алерт,
Оптимизирован для EURUSD Запускать на М5 Внутридневная торговля. разработан для работы с движениями цены на TimeFrame Н1 (торговля даже в отсутствие глобальной тенденции цены). Анализирует 2 или 3 TimeFrame-а. На каждом TF ЕА анализирует взаимоположение цены и средних скользящих MovingAvarage (МА) (одна или две на каждом TF). Алгоритм работы показан на скриншоте Сеты в комментах Преимущества хорошо оптимизируется для любого инструмента в любой момент рынка Возможность гибкой настройки конкретн
| 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 - полностью автоматический советник, предназначенный для торговли в ночное время на спокойном рынке. Стратегия - ночной скальпинг. Для поиска точек входа используются стандартные индикаторы RSI и ATR. Закрытие сделок происходит по авторскому алгоритму, что значительно улучшает возможности контроля рисков и безопасности депозита.  Рискованные стратегии типа "мартингейл" не используются. Мониторинг работы советника, а также другие мои разработки можно посмотреть по адресу htt
Эксперт Deep Analyst (mt5 https://www.mql5.com/ru/market/product/163998) Deep Analyst   — это профессиональный аналитический инструмент, использующий специализированный алгоритм для глубокого анализа рыночных циклов и амплитудных колебаний цены. Анализируя рыночную ситуацию за определенный временной промежуток, эксперт определяет силу и амплитуду цен с помощью уникальной индикационной системы, работающей исключительно на основе реальных данных. При изменении глобального тренда и его вектора, ал
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: торгует не по индикатору или цене, а в начале каждой новой свечи (в зависимости от Timeframe). определяет направление сделки на основе встроенного индикатора, который способен измерять тренд и волатильность. создает отдельные серии для покупки и продажи и раздельно управляет ими. для каждой сделки каждой серии рассчитывает целевой уровень прибыли и закрывает серию только по общему профиту при достижении этой цели. работает с любой валютной парой, любым брокером и на
Ultimate Simple
Narek Avetisyan
5 (1)
Ultimate Simple - полностью автоматизированная торговая система. Торговый робот работает на любых валютных парах и на любом таймфрейме. Работа робота основана на принципе дивергенции(против основного тренда). Объем входа в рынок и риски жестко контролируются на основе алгоритмов. Количество сделок ограничено уровнем свободной маржи в процентах, которое по умолчанию равно 1500% (во входных параметрах level = 1500.00). Объем входа в рынок зависит от количества свободных средств на счету, а если с
Индикатор для бинарных опцыонов стрелочный прост в использовании и не требует настройки работает на всех валютных парах акцыях крипто валюте сигнал на покупку синяя стрелка вверх  сигнал на продажу красная стрелка в низ  советы не стоит торговать во время новостей и за 15-30 минут перед их выходом так как рынок слишком волотилен и очень много шума  входить в сделки стоит на одну или две свечи от текущего периода ( рекомендуется на 1 свечу ) таймфрейм до м 15 рекомендуемый мани менеджмент фиксир
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 - Трендовый сигнальный скальпер Советник торгует по трендовой стратегии с использованием оригинального встроенного индикатора для открытия и закрытия ордеров. Доступны внешние настройки для ограничения входа в рынок по пятницам и понедельникам. Цель стратегии - максимально выгодно использовать текущий тренд. По результатам тестирования и работы на демо и реальных счетах, наилучшие результаты достигаются при использовании таймфрейма Н4 на паре GBP/USD Работает на МТ4 Build
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 основан на понятии времени. Он анализирует изменение цены в зависимости от времени и определяет лучшее время для успешной установки ордера. Этот советник основан на индикаторе, который рисует кривую цены по времени. Эта кривая рассчитывается при помощи алгоритма, который анализирует прошлые данные. После этого советник использует полученную кривую и устанавливает правильный ордер. В случае неправильного выбора задачей советника становится ограничение убытков. После тщательного
Breakout Detector — Инструмент для анализа волатильности и поиска прорывов Описание Breakout Detector — это продвинутый технический индикатор, который выявляет периоды низкой волатильности, часто предшествующие значительным ценовым прорывам. Индикатор сочетает расчет волатильности по Паркинсону с анализом RSI, помогая трейдерам находить потенциальные точки входа до начала движения. Какие проблемы решает Пропущенные прорывы : Когда вы замечаете прорыв, лучшая точка входа уже упущена. Ложные проры
Описание эксперта Алгоритм оптимизирован для торговли Nasdaq Торговый эксперт основан на постоянном ведении длинных позиций с ежедневной фиксации прибыли, если такова имеется и временном прекращении работы при осуществлении длительных коррекций. Принцип торговли эксперта, основан на исторической волатильности, торгуемого актива. Значения Размера коррекции (InpMaxMinusForMarginCallShort) и Максимального падения (InpMaxMinusForMarginCallLong), задаются вручную. Рекомендации по эксплуатации Ра
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
Авторская стратегия демонстрирующая хорошие результаты на валютной паре eurchf m15. Советник в своей работе ищет наиболее вероятные точки разворота на графике и если сигнал подтверждается открывает сделку. Советник работает круглосуточно, что делает его универсальным вне зависимости от времени на рынке, что также отличает его от большинства советников торгующих в строго ограниченное время. По мере роста спроса на советник и увеличения хороших отзывов, цена на него будет расти. Поспешите при
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
С этим продуктом покупают
M1 SNIPER — это простая в использовании торговая система. Это стрелочный индикатор, разработанный для тайм фрейма M1. Индикатор можно использовать как отдельную систему для скальпинга на тайм фрейме M1, а также как часть вашей существующей торговой системы. Хотя эта торговая система была разработана специально для торговли на M1, ее можно использовать и с другими тайм фреймами. Первоначально я разработал этот метод для торговли XAUUSD и BTCUSD. Но я считаю этот метод полезным и для торговли на д
Neuro Poseidon - новый индикатор от Дарьи Резуевой. Он сочетает точные торговые сигналы с адаптивными уровнями TP/SL , в результате создавая максимально выгодные сделки! TO SWITCH TO   ENG   PLEASE CHOOSE IT IN THE UPPER-RIGHT CORNER OF THE WEBSITE Напишите мне после покупки и получите Neuro Poseidon Assistant в подарок для автоматизации вашей торговли! Что отличает его от других индикаторов? 1. Доказанная прибыльность на всех активах и таймфреймах 2. На графике присутствуют только подтвержденн
DayTrader PRO DayTrader PRO — это передовой торговый индикатор, сочетающий фильтр Лагерра (Laguerre Filter) Джона Элерса с мощным движком автоматической оптимизации. Вместо использования фиксированных параметров индикатор автоматически подбирает оптимальные настройки на основе недавних рыночных условий, что позволяет адаптироваться к изменяющейся волатильности без необходимости ручной корректировки. Индикатор генерирует четкие сигналы на ПОКУПКУ и ПРОДАЖУ, а также адаптивные уровни Stop Loss и T
Gann Made Easy - это профессиональная, но при этом очень простая в применении Форекс система, основанная на лучших принципах торговли по методам господина У.Д. Ганна. Индикатор дает точные BUY/SELL сигналы, включающие в себя уровни Stop Loss и Take Profit. ПОЖАЛУЙСТА, СВЯЖИТЕСЬ СО МНОЙ ПОСЛЕ ПОКУПКИ, ЧТОБЫ ПОЛУЧИТЬ ТОРГОВЫЕ ИНСТРУКЦИИ И ОТЛИЧНЫЕ ДОПОЛНИТЕЛЬНЫЕ ИНДИКАТОРЫ БЕСПЛАТНО! Вероятно вы уже не раз слышали о торговли по методам Ганна. Как правило теория Ганна отпугивает от себя не только н
В настоящее время скидка 30%! Лучшее решение для новичка или трейдера-эксперта! Эта приборная панель работает на 28 валютных парах. Он основан на 2 наших основных индикаторах (Advanced Currency Strength 28 и Advanced Currency Impulse). Он дает отличный обзор всего рынка Forex. Он показывает значения Advanced Currency Strength, скорость движения валюты и сигналы для 28 пар Forex на всех (9) таймфреймах. Представьте, как улучшится ваша торговля, когда вы сможете наблюдать за всем рынком с помощ
SR Liquidity — это торговый индикатор, предназначенный для выявления скрытых зон, где концентрируется рыночная ликвидность и наблюдается наиболее сильная реакция цены. Эти особые зоны ликвидности выступают в качестве мощных уровней поддержки и сопротивления, предоставляя вам четкую картину того, где с наибольшей вероятностью произойдет разворот рынка. Вместо построения стандартных линий поддержки и сопротивления, индикатор SR Liquidity анализирует реальное поведение цены, выявляя зоны концентрац
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 4. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status,
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Atomic Analyst сейчас доступен за $99 . Цена увеличится до $199 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки Atomic Analyst отправьте мне личное сообщение, чтобы получить Smart Universal EA БЕСПЛАТНО и превратить сигналы Atomic Analyst в автоматические сделки. Atomic Analyst — это индикатор Price Action без перерисовки, без перерисовывания истории и без
PRO Renko System - это высокоточная система торговли на графиках RENKO. Система универсальна. Данная торговая система может применяться к различным торговым инструментам. Система эффективно нейтрализует так называемый рыночный шум, открывая доступ к точным разворотным сигналам. Индикатор прост в использовании и имеет лишь один параметр, отвечающий за генерацию сигналов. Вы легко можете адаптировать алгоритм к интересующему вас торговому инструменту и размеру ренко бара. Всем покупателям с удовол
Scalper Inside PRO помогает анализировать внутридневной тренд и планировать сделку до входа в рынок. В основе - три эксклюзивные стратегии для более точного понимания рынка. В момент появления сигнала индикатор автоматически оценивает направление движения и рассчитывает ключевые уровни, поэтому вы заранее видите точку потенциального входа, ожидаемый стоп-лосс и несколько уровней фиксации прибыли. Подробная статистика результативности показывает, как разные инструменты и стратегии отрабатывали на
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calculation
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
Специальное предложение – скидка 30% Этот индикатор является уникальным, качественным и доступным инструментом для торговли, включающим в себя наши собственные разработки и новую формулу. В обновленной версии появилась возможность отображать зоны двух таймфреймов. Это означает, что вам будут доступны зоны не только на старшем ТФ, а сразу с двух таймфреймов - таймфрейма графика и старшего: отображение вложенных зон. Обновление обязательно понравится всем трейдерам, торгующим по зонам спроса и пре
KT Renko Patterns MT4
KEENBASE SOFTWARE SOLUTIONS
2.33 (3)
KT Renko Patterns распознает восемь формаций на уже открытом живом графике Ренко и отображает прямо на графике структуру паттерна, ориентир для стоп-лосса и уровни целей Фибоначчи. Сначала подготовьте график Ренко. MetaTrader по умолчанию не создает графики Ренко. Откройте живой график Ренко с помощью выбранного вами генератора, а затем добавьте на него этот индикатор. Индикатор анализирует кирпичи Ренко. Он не строит сами кирпичи и не открывает сделки. По мере появления новых кирпичей индикатор
KURAMA GOLD SIGNAL PRO (MT4) — 7-уровневый фильтр · Автоматический TP/SL · Оценка качества · Сохранение истории сигналов | Полная торговая система для XAUUSD Без перерисовки в реальном времени. В момент появления сигнала стрелка, вход, TP и SL фиксируются на месте и больше никогда не смещаются. Вы торгуете именно этот сигнал в реальном времени. А в версии 7.20 каждый фактически отправленный сигнал автоматически сохраняется и точно восстанавливается после перезапуска. БОНУС ДЛ
Angle Iindicator - индикатор для определения смены направлений и подтверждения тренда. Анализирует поведение цены и выявляет разворотные моменты, определяя вершины и впадины на графике. Проводит поддержку трендовых направлений. Подходит для использования на любых финансовых инструментах и тайм-фреймах. Внутренние параметры уже настроены, все что нужно сделать это поместить индикатор на график и установить параметр "Multiplier" для нужного результата. Индикатор генерирует стрелки на текущей с
IQ FX Gann Levels a precision trading indicator based on W.D. Gann’s square root methods . It plots real-time, non-repainting support and resistance levels to help traders confidently spot intraday and scalping opportunities with high accuracy. William Delbert Gann (W.D. Gann) was an exceptional market analyst, whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient mathematics which proved to be extremely accurate. Setup & Guide:  Download  MT5 Ver
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
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Smart Trend Trading System сейчас доступен за $99 . Цена увеличится до $199 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки Smart Trend Trading System отправьте мне личное сообщение, чтобы получить Smart Universal EA БЕСПЛАТНО и превратить сигналы Smart Trend в автоматические сделки. Smart Trend Trading System — это полноценная торговая система без перерисов
Finesia Scalper - High Probability & Non-Repainting System Discounted   Price   !!     Secure the Lowest Price Today. Next The price will increase to   250 USD . Are you looking for a powerful, high-probability trading indicator that removes the guesswork from your chart? Finesia Scalper is a professional-grade, 100% non-repainting trading tool designed to provide you with ultimate precision. Built on a proven algorithm, this indicator seamlessly combines three highly effective trading methodolo
Этот индикатор исследует ценовую структуру фракталов разных периодов, чтобы определить возможные точки разворота на рынке, предоставляя время позиционным трейдерам, которые уже имеют фундаментальную или техническую модель оценки. В отличие от своего младшего брата, Reversal Fractals , этот индикатор не пропустит развороты из-за выбранного периода и будет находить разворотные фракталы зигзагообразно, игнорируя те развороты, которые не несут достаточного импульса для начала устойчивого движения ц
Друзья, представляем Вашему вниманию наш новый индикатор Forex Gump Laser. Так как у нас в команде нет дизайнеров, а в основном мы математики, финансисты, программисты и трейдеры, то особых изменений в дизайне индикатора мы не делали. С виду он напоминает привычный Вам Forex Gump. С другой стороны Forex Gump стал уже не просто названием индикатора, это бренд. И мы пытаемся во всех его разновидностях сохранить фирменный стиль. Вся суть индикатора в его алгоритмах работы и формулах, которые отвеча
Этот индикатор отслеживает рыночную тенденцию с непревзойденной надежностью, игнорируя внезапные колебания и рыночный шум. Он был спроектирован для трендовых внутридневных графиков и небольших таймфреймов. Коэффициент выигрыша составляет около 85%. [ Руководство по установке | Руководство по обновлению | Устранение неполадок | FAQ | Все продукты ] Удивительно легко торговать Найти ситуации перепроданности / перекупленности Наслаждайтесь бесшумной торговлей в любое время Избегайте провалов на вн
TREND LINES PRO помогает понять, где рынок действительно меняет направление. Индикатор показывает реальные развороты тренда и места, где крупные участники входят повторно. Вы видите BOS-линии смены тренда и ключевые уровни старших таймфреймов — без сложных настроек и лишнего шума. Сигналы не перерисовываются и остаются на графике после закрытия бара. VERSION MT 5     -     Раскрывает свой максимальный потенциал в связке с индикатором  RFI LEVELS PRO Что показывает индикатор: Реальные смены   тр
Money Flow Profile MT5 HERE   Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis This Master Edition is engineered for clarity and speed, featuring a unique Auto-Theme Sync system that instantly beautifies your chart layout upon loading. Key Features: True Money Flow Calculation: Goes beyond stand
Super Signal – Skyblade Edition Профессиональная система трендовых сигналов без перерисовки и без задержек с исключительным процентом выигрышей | Для MT4 / MT5 Лучше всего работает на младших таймфреймах, таких как 1 минута, 5 минут и 15 минут. Основные характеристики: Super Signal – Skyblade Edition — это интеллектуальная система сигналов, специально разработанная для трендовой торговли. Она использует многоуровневую фильтрацию, чтобы выявлять только сильные направленные движения, подкреплённ
Индикатор точно показывает точки разворота и зоны возврата цены, где входят крупные игроки . Вы видите, где формируется новый тренд, и принимаете решения с максимальной точностью, держа контроль над каждой сделкой. VERSION MT5     -     Раскрывает свой максимальный потенциал в связке с индикатором  TREND LINES PRO Что показывает индикатор: Разворотные конструкции и разворотные уровни с активацией в начале нового тренда. Отображение уровней  TAKE PROFIT  и  STOP LOSS  с минимальным соотношением
Dynamic Forex28 Navigator — инструмент для торговли на рынке Форекс нового поколения. В НАСТОЯЩЕЕ ВРЕМЯ СКИДКА 49%. Dynamic Forex28 Navigator — это эволюция наших популярных индикаторов, объединяющая мощь трех в одном: Advanced Currency Strength28 Indicator (695 отзывов) + Advanced Currency IMPULSE with ALERT (520 отзывов) + CS28 Combo Signals (бонус). Подробности об индикаторе https://www.mql5.com/en/blogs/post/758844 Что предлагает индикатор Strength нового поколения?  Все, что вам нравило
Trend Catcher ind
Ramil Minniakhmetov
5 (11)
Trend Catcher   анализирует движения рыночных цен, используя комбинацию собственных и индивидуально разработанных адаптивных индикаторов анализа тренда. Он определяет истинное направление рынка, отфильтровывая краткосрочные шумы и фокусируясь на силе импульса, расширении волатильности и поведении ценовой структуры. Он также использует комбинацию сглаживающих и фильтрующих тренд индикаторов, таких как скользящие средние, RSI и фильтры волатильности. Мониторинг реальных операций, а также другие
Индикатор силы, который измеряет движение цены для подтверждения тренда и силы. Продвинутый мультивалютный и мультитаймфреймовый индикатор, который позволяет одним взглядом на график увидеть все валютные пары в тренде , а также самые сильные и слабые валюты, движущие этими трендами. Этот индикатор интеллектуально анализирует движения цен 28 валютных пар одновременно на всех таймфреймах в режиме реального времени , поэтому вы всегда будете знать о самых сильных и слабых валютах в составе пары . C
Currency Strength Wizard — очень мощный индикатор, предоставляющий вам комплексное решение для успешной торговли. Индикатор рассчитывает силу той или иной форекс-пары, используя данные всех валют на нескольких тайм фреймах. Эти данные представлены в виде простых в использовании индексов валют и линий силы валют, которые вы можете использовать, чтобы увидеть силу той или иной валюты. Все, что вам нужно, это прикрепить индикатор к графику, на котором вы хотите торговать, и индикатор покажет вам ре
Другие продукты этого автора
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
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
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
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
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
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 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
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
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
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
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
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  
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
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
Wyckoff sweep and order block detector I got tired of marking the same structure by hand every morning, so I wrote this. It looks for one thing only: the Wyckoff sequence that ends with a liquidity sweep and a pullback into the order block that started the move. When all the pieces line up, it draws them and tells you. That's the whole job. It doesn't predict, it doesn't score setups out of ten, and it won't tell you how much to risk. It marks structure that's already there and saves you the ey
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:
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
Introduction One of the patterns in "RTM" is the "QM" pattern, also known as "Quasimodo". Its name is derived from the appearance of "Hunchback of Notre-Dame" from Victor Hugo's novel. It is a type of "Head and Shoulders" pattern.   Formation Method   Upward Trend In an upward trend, the left shoulder is formed, and the price creates a new peak higher than the left shoulder peak . After a decline, it manages to break the previous low and move upward again. We expect the price to
Фильтр:
Нет отзывов
Ответ на отзыв