Neuron Squeeze Momentum

Neuron Squeeze reads the volatility cycle. Bollinger Bands contracting inside the Keltner Channels is the signature of a market storing energy; the bands pushing back outside is the signature of a market spending it. This indicator marks both states bar by bar on the zero line, drives a four-colour linear-regression momentum histogram that shows which side is in control and whether that control is building or bleeding away, and grades the depth of every coil on a panel so a shallow pause never reads like a real one. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts.

The squeeze itself is a well-known volatility method; what is added here is the grading, the state duration, the momentum meter and an alert engine that fires on the bar the coil releases rather than leaving you to watch for it. Native MQL5, no DLLs, closed bars are final, and it runs on forex, gold and metals, indices and crypto across any timeframe.

=== HOW IT WORKS ===

Two envelopes are measured over the same window, and they measure different things. The Bollinger Bands are built from the standard deviation of closing prices, so they widen when closes stray from their own mean. The Keltner Channels are built from average True Range, so they widen when bars themselves get tall. Comparing the two asks a precise question: is price oscillating in a band narrower than the size of recent bars would imply? When the answer is yes, the market is coiling.

That comparison produces three states, and every bar carries the marker for its own state. Squeeze ON means the Bollinger Bands sit entirely inside the Keltner Channels — compression, and the stand-by condition. Squeeze OFF means the bands have expanded back outside the channels — the coil has released. No squeeze means bands and channels are crossed and no clean reading exists.

Momentum is not price minus a moving average. Price is first detrended against the whole recent structure: the midpoint between the highest high and the lowest low of the window is averaged with the simple moving average of closes, and that composite centre is subtracted from the close. A least-squares regression is then fitted across the window of those detrended values and read at its endpoint. The result reacts to where price sits relative to both the extremes and the mean of its own range, and the regression endpoint smooths the series without the lag a moving average would add.

The histogram carries two facts in one colour. Above or below zero gives the side in control; bright or dark gives whether the reading is accelerating or fading. Because a bar dims as soon as momentum stops extending, the warning appears while the histogram is still on its own side of zero — before the cross, not after it.

The compression meter turns the yes/no squeeze into a number. It measures the Bollinger width against the Keltner width, so a coil that has collapsed to a third of the channel reads very differently from one that has just slipped inside it. Once the squeeze fires, the same meter flips to expansion and grades how far outside the channels the move has carried, so the reading stays live through the whole cycle instead of sitting at zero between coils.

The classic preset reproduces the rendering traders already know from the widely-used public implementation of this method, in which the Bollinger deviation is scaled by the Keltner multiplier. Switch it off and the Bollinger deviation input is used instead, giving a textbook 2.0 band. The preset is on by default so charts match what you are used to.

=== WHAT IS INCLUDED ===

Module What it does
Squeeze markers A marker on the zero line for every bar, coloured by state: squeeze on, squeeze off, or no reading. The run of markers is the coil, and its length is visible at a glance.
Momentum histogram Linear-regression momentum in four colours — above zero rising and fading, below zero falling and fading — so direction and the change in direction are read from one bar.
Compression meter Bollinger width measured against Keltner width and shown as a percentage with a bar. Grades how deep the coil is while it holds, then flips to expansion once it fires.
State & duration SQUEEZE ON, FIRED, EXPANDED or NEUTRAL with the number of bars the state has held. A twenty-bar coil and a three-bar pause stop looking alike.
Momentum meter The current histogram value scaled against the last hundred bars, tagged fade the moment acceleration stops, so strength is read in context rather than in absolute numbers.
Signal panel The Neuron panel on the price chart, one of nine anchors, scalable from 70% to 250% for any screen. Reads closed bars only.
Light & dark themes Two tuned palettes, not one palette dimmed. A sun/moon icon in the panel header switches between them live.
Adaptive markers Zero-line marker colours fit themselves to a light or dark chart background instead of vanishing into it, and follow along when the chart theme changes.
Alerts Squeeze release, squeeze start and momentum zero-cross, each switchable on its own, by terminal popup, phone push notification or email. Evaluated on closed bars, once per bar.
EA buffers Squeeze state and compression exposed as plain numeric buffers, readable by an Expert Advisor with a single CopyBuffer call.

=== HOW TO READ IT ===

While the squeeze markers hold, the market is coiling and nothing needs to be done. Read the compression percentage and the bar count together: a high reading held for many bars is a market that has wound tight, and those are the releases worth waiting for. A shallow reading that lasts three bars is a pause, not a setup.

The first bar whose marker changes from on to off is the release. The histogram at that moment gives the direction the market chose, and the momentum meter says how strong that choice is against the last hundred bars. A release into a bright, extending histogram is the market committing; a release into a dim histogram near the bottom of its own range is the coil leaking rather than breaking.

While the move runs, the histogram is the thing to watch. Bright bars mean momentum is still extending. The first dark bar is the first sign that it is not, and it appears before the histogram crosses zero — which is the entire reason the colour is split four ways instead of two.

The panel and every plotted value are read from the last closed bar, so what you see on a completed bar is what it will still show tomorrow.

=== INPUTS ===

Setting Default What it does
Calculation
Bollinger Bands period 20 Lookback for the Bollinger basis and its deviation. Higher gives fewer and broader squeezes.
Bollinger Bands deviation 2.0 Standard-deviation multiplier. Used only when the classic preset is off.
Keltner Channel period 20 Lookback for the channel midline, its range average, and the momentum regression window.
Keltner Channel multiplier 1.5 Range multiplier setting channel width. Lower makes the channels tighter and squeezes rarer.
Keltner uses True Range true True Range for the channel width; off uses plain high minus low, which ignores gaps.
Classic preset true Scales the Bollinger deviation by the Keltner multiplier, reproducing the familiar rendering of this method.
Dashboard
Show dashboard true Show the state, compression and momentum panel on the price chart.
Dashboard position Bottom Left One of nine chart anchors.
Dark mode true Initial theme; the sun/moon icon in the header toggles it live.
Dashboard size % 100 70 to 250. Scales the whole panel — text, meters and padding together — for 4K screens or small laptops.
Appearance
Momentum above zero, rising Lime Bullish and accelerating.
Momentum above zero, falling Green Bullish but fading.
Momentum below zero, falling Red Bearish and accelerating.
Momentum below zero, rising Maroon Bearish but fading.
Marker: no squeeze Blue Bands and channels crossed.
Marker: squeeze ON White Compression active.
Marker: squeeze OFF Gray Compression released.
Histogram width 4 Thickness of the momentum bars, 1 to 5.
Marker width 2 Thickness of the zero-line markers, 1 to 5.
Marker symbol 251 Wingdings character code. 159 gives a dot, 89 gives a cross.
Auto-fit marker colour true Adapts marker colours to a light or dark chart background so they never disappear into it.
Alerts
Alert on squeeze release true Fire on the bar the coil releases, naming the momentum direction.
Alert on squeeze start false Fire when compression begins.
Alert on momentum zero-cross false Fire when the histogram changes side.
Terminal popup alert true Popup in the terminal.
Push notification to phone false Mirror alerts to the MetaTrader app.
Email alert false Mirror alerts to the email configured in the terminal.

Fixed internals, not exposed as inputs: the standard deviation is a population figure divided by N, the regression is read at its endpoint with no offset, the momentum meter scales against the last hundred bars, and a released squeeze reads as FIRED for five bars before settling to EXPANDED.

=== GOOD TO KNOW ===

  • Closed bars are final — once a bar closes, its histogram value, its colour and its marker are fixed and are never redrawn. The forming bar updates live as price moves, exactly as on any oscillator, so read signals from the close if you want confirmed readings only. The panel ignores the forming bar entirely.
  • Indicator, not an EA — Neuron Squeeze analyses and draws. It does not place, modify or close orders, and it makes no forecast of price. The decision, the risk and the sizing are yours.
  • Alerts behave — each event is evaluated once per closed bar and never fires twice for the same bar, loading history never produces a burst of stale alerts, and everything is muted inside the Strategy Tester and during optimization.
  • For EA developers — buffer 4 carries the squeeze state (0 none, 1 on, 2 off) and buffer 5 the compression percentage, positive while the bands are inside the channels. Buffer 0 is momentum and buffer 1 its colour index. All are readable with iCustom and CopyBuffer.
  • Platform — MetaTrader 5, any symbol and any timeframe. The oscillator plots in its own sub-window; the panel is drawn through the built-in Canvas on the price chart. No DLLs, no file access, no network calls.
  • Light & dark — one click re-themes the panel, each mode with its own palette rather than a dimmed copy of the other, and the zero-line markers fit themselves to your chart background independently.
  • Settings — the defaults of 20, 2.0, 20 and 1.5 are the standard values and a sound start on any instrument. Higher timeframes give fewer and cleaner coils; lower timeframes give more of them, and more noise with them.
Рекомендуем также
Value Chart Candlesticks
Flavio Javier Jarabeck
4.57 (14)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
FREE
Swing BOS Structure is a market structure indicator for MetaTrader 5. The indicator automatically detects: • Swing High (SH) • Swing Low (SL) • Break of Structure (BOS) • Change of Character (CHoCH) Swings are confirmed only after a defined number of candles, ensuring no repainting. BOS signals indicate trend continuation. CHoCH signals indicate a potential change in market structure and may appear less frequently depending on market conditions and timeframe. The indicator is lightweight, fa
FREE
SMC All-in-One: Институциональная структура рынка и ликвидность Индикатор SMC (Smart Money Concept) — это комплексный инструмент для автоматизации вашего графического анализа. Забудьте о ручной разметке: индикатор в реальном времени определяет внутреннюю и внешнюю структуру рынка, разворотные паттерны и зоны интереса. С помощью этого инструмента вы сможете видеть, где институциональные игроки размещают свои ордера, что позволит вам находить оптимальные точки входа (POI) с высокой точностью. Преи
FREE
Certainly! Let me introduce you to a powerful tool for MetaTrader 5 (MT5) that can automatically identify and draw support and resistance (S&R) levels on your trading charts. This tool is called the “Support and Resistance Levels Guru” . Support Resistance Levels Guru  The Support & Resistance Indicator automatically displays essential S&R levels on your chart. These levels are crucial for technical analysis and are used by many traders. Resistance levels (zones) are shown in R ed , while suppo
FREE
FX Clock
Abderrahmane Benali
FXClock – Professional Clock Indicator for Traders Please leave a 5 star rating if you like this free tool! Thank you so much :) The FXClock indicator is a practical and simple tool that displays time directly on your trading platform, allowing you to track multiple key pieces of information at the same time. It is specially designed to help traders synchronize their trading with market hours and global sessions. Key Features: Displays the broker server time with precision. Displays your local c
FREE
Reversal Oscillator — Advanced Momentum Shift Detector Reversal Oscillator is a free indicator designed to highlight price zones that are statistically outside their normal movement patterns, helping traders anticipate potential turning points before they occur. Unlike traditional oscillators that react mainly to overbought/oversold conditions, this indicator applies third derivative analysis (the "acceleration of the acceleration" of price) calculated using two independent methods within a n
FREE
PROMETHEUS TECHNICAN VERSION Free | By THE SONS A gift from The Sons — no strings, no trial, no expiry. Every trader deserves access to professional-grade market intelligence. That belief is why Prometheus Technical Version exists, and why it costs nothing. Consider it our handshake to the trading community. What You're Getting This is not a simplified tool dressed up as a gift. Prometheus Technican Version is a fully built, institutional-quality technical analysis indicator running a dual-model
FREE
Добро пожаловать в наш   паттерн ценовой волны   MT5 --(паттерн ABCD)-- Паттерн ABCD является мощным и широко используемым торговым паттерном в мире технического анализа. Это гармонический ценовой паттерн, который трейдеры используют для определения потенциальных возможностей покупки и продажи на рынке. С помощью паттерна ABCD трейдеры могут предвидеть потенциальное движение цены и принимать обоснованные решения о том, когда открывать и закрывать сделки. Версия советника:   Price Wave EA MT5
FREE
(Специальная акция к Новому Году - беЗплатное распространение!) Индикатор показывает реальный 'Масштаб по пунктам на бар' (идентично как при ручном выставлении в Терминале, см.скрин) в правом верхнем углу Графика. Изменение отображаемого значения происходит МГНОВЕННО при любом изменении масштаба высоты/ширины графика! (что очень удобно при планировании скриншотов). в Настройках: смена языка (Русский / Английский), размер шрифта отображаемого текста, коэфициент смещения текстовой метки от угла г
FREE
AliPivot Points is a Meta Trader 5 Indicator that draws you the latest pivot points. You can choose from timeframes ranging from 1 Minute to 1 Month. Calculation methods for pivot points includes: Classic Pivot Points Camarilla Pivot Points Fibonacci Pivot Points Woodie Pivot Points You can personalize the line colors, style, and width to suit your preference. The indicator displays values on the right side of the chart. AliPivot Points values can also be utilized by developers for creating Expe
FREE
Supply & Demand Zones with Smart Filters (MQL5) This indicator detects high-probability supply and demand zones using a multi-step Smart Money Concept (SMC) approach, specifically optimized for the MetaTrader 5 platform. Core Logic Liquidity Sweep Detection: Identifies when price sweeps above a pivot high (supply setup) or below a pivot low (demand setup), capturing liquidity grabs by institutional traders. Displacement Confirmation: Requires a strong displacement candle (measured by ATR a
FREE
This is  RSI with alarm and push notification  -is a indicator based on the popular Relative Strength Index (RSI) indicator with Moving Average and you can use it in Forex, Crypto, Traditional, Indices, Commodities. You can change colors to see how it fits you. Back test it, and find what works best for you. This product is an oscillator with dynamic overbought and oversold levels, while in the standard RSI, these levels are static and do not change. This allows  RSI with alarm and push notifica
FREE
Daily High Low Danilo Monteiro
Danilo Hudson Couto Monteiro
4 (2)
# Indicador Daily High - Danilo Monteiro - MT5 ## Descrição O Daily High/Low Labels é um indicador personalizado para MetaTrader 5 que exibe automaticamente as máximas e mínimas diárias no gráfico, facilitando a identificação rápida dos níveis importantes de preço. O indicador marca os preços com etiquetas e linhas horizontais, permitindo uma visualização clara dos níveis críticos do dia atual e anterior. ## Principais Características ### 1. Marcação Automática - Exibe automaticamente as máxi
FREE
SNR SND Zones – Support & Resistance, Supply & Demand Zones with Flip Detection and Trade Setup Visualization SNR SND Zones is a technical analysis tool that combines two complementary concepts into a single indicator: classic Support & Resistance (SNR) levels and Supply & Demand (SND) zones, together with automatic flip-zone detection, zone quality tags, and a visual trade setup (entry, stop loss, and multiple take-profit targets). Support & Resistance (SNR) The indicator scans historical price
FREE
PZ Penta O MT5
PZ TRADING SLU
3.8 (5)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Market Structure Shift with FVG Indicator for MT5 This MT5 indicator from the   apexfintech.net   suite identifies market structure shifts and fair value gaps (FVGs) to provide traders with potential trading opportunities. It alerts users on these events via mobile notifications, enabling them to react quickly to changing market conditions. Key Features: Market Structure Shift Detection:   Identifies bullish and bearish market structure shifts based on swing high/low breaks and significant candl
FREE
Super Trend eu
Emin Ulucanli
4.83 (6)
SUPERTREND ; Это индикатор следования за трендом, основанный на SuperTrend ATR, созданном Оливье Себаном. Его можно использовать для обнаружения изменений в направлении тренда и обнаружения стопов. Когда цена падает ниже кривой индикатора, она становится красной и указывает на нисходящий тренд. И наоборот, когда цена движется выше кривой, индикатор становится зеленым, указывая на восходящий тренд. Как и другие индикаторы, он хорошо работает с SuperTrend в сочетании с другими индикаторами, такими
FREE
VFI Quantum
Nikita Berdnikov
5 (1)
Представляем VFI (Volume Flow Indicator) – индикатор для торговли, который анализирует соотношение объема и движения цены для выявления ключевых торговых возможностей. Индикатор отображает силу и направление потока объемов, предоставляя четкие сигналы о потенциальных точках входа и выхода. Сигналы формируются на основе пересечения нулевой линии, пересечения линии VFI и ее экспоненциальной скользящей средней (EMA), а также при выходе индикатора из зон перекупленности и перепроданности. Внимание!
FREE
RM Sync Master
Mohammadreza Mahdi Mavaddat
5 (1)
IF YOU FIND THIS TOOL HELPFUL, PLEASE LEAVE A 5-STAR RATING & REVIEW! Your feedback helps us maintain and update this FREE tool for the trading community. ================================================================= RM Sync Master - Ultimate Multi-Chart & Multi-Timeframe Sync Utility ================================================================= RM Sync Master is a powerful chart synchronization utility for MetaTrader designed to link and synchronize multiple charts instantly. Align
FREE
Trade Behavior Mirror читает только уже закрытую историю сделок вашего собственного счёта и считает один конкретный паттерн: открытие новой позиции вскоре после зафиксированного убытка, с лотом больше вашего обычного объёма. Инструмент ничего не прогнозирует и не даёт советов. Каждая цифра на панели - это то, что уже произошло на этом счёте. Как строятся цифры: инструмент читает до 31 дня закрытых сделок по всем символам и всем магическим номерам - это картина всего счёта, а не только символа,
FREE
SMC Mechanical Structure  is an advanced, all-in-one trading indicator designed to combine objective Smart Money Concepts (SMC) market structure analysis with multi-session tracking and an intelligent theme engine. It automatically identifies Break of Structure (BOS), Change of Character (CHoCH), Inducement (IDM), and Order Blocks (OB) while mapping out major global market sessions to provide a complete institutional trading workspace. With the built-in Smart Theme Engine , the indicator instan
FREE
MyFXRoom Supply & Demand Zones Automatically identifies and draws high-probability Supply and Demand zones directly on your chart using a ZigZag-based swing point algorithm. Zones are calculated on a configurable higher timeframe and projected onto any chart timeframe, giving you clean, objective levels without manual analysis. How It Works The indicator scans historical price data for significant swing highs and swing lows using a ZigZag algorithm. Each confirmed swing point becomes a Supply z
FREE
This indicator sums up the difference between the sells aggression and the buys aggression that occurred in each Candle, graphically plotting the waves of accumulation of the aggression volumes.   Through these waves an exponential average is calculated that indicates the direction of the business flow. Note: This indicator DOES NOT WORK for Brokers and/or Markets WITHOUT the type of aggression (BUY or SELL).   Be sure to try our Professional version with configurable features and alerts:  Agre
FREE
Donchian Pro
Paulo Henrique Faquineli Garcia
5 (3)
The Donchian Channel Channels are among the most popular tools of technical analysis, as they visually convey to the analyst the limits within which most price movement tends to occur. Channel users know that valuable information can be obtained at any time, whether prices are in the central region of a band or close to one of the border lines. One of the best known techniques to explore these concepts is Bollinger Bands. However, John Bollinger was not the only one to research the application
FREE
Volume-to-Price Movement Oscillator (VP Oscillator) for MT5 The VP Oscillator highlights the balance (or imbalance) between trading volume and price movement, helping traders spot hidden accumulation, distribution, or weakening trends. How It Works: Calculates each bar’s price range (High–Low) and tick volume. Normalizes both values over a set period (default: 14). Plots the absolute difference between them ×100 — showing how closely price action aligns with trading activity. Interpretation: Hig
FREE
Macro-R Pro Signal — Advanced Trading Signal Indicator Macro-R Pro Signal is a professional trading indicator designed to deliver high-quality BUY and SELL signals with enhanced precision and reduced market noise. By combining Bollinger Bands, RSI, and adaptive volatility filtering , this indicator helps traders identify high-probability reversal points while avoiding unfavorable market conditions. How the Strategy Works This indicator is built on a mean reversion + momentum confirmation concep
FREE
Enhanced Volume Profile: The Ultimate Order Flow & Liquidity Analysis Tool Overview Enhanced Volume Profile is an indicator for MetaTrader 5 that displays the traded volume at specific price levels over a defined period. It separates the total volume into buy and sell components, presenting them as a side-by-side histogram on the chart. This allows users to observe the volume distribution and the proportion of buy and sell volumes at each price level. Graphics Rendering The indicator uses the
FREE
Velas Forex FIMATHE PCM Indicator (БЕСПЛАТНО) Velas Forex FIMATHE PCM Indicator — это бесплатный индикатор, разработанный для помощи трейдерам в простом, быстром и наглядном анализе рынка. Его основная цель — облегчить определение рыночных условий с помощью понятных визуальных сигналов, помогая трейдерам принимать более уверенные торговые решения. Segue a tradução para o russo: Лучший результат для XAUUSD: Таймфрейм: 5M Время сервера MT5: 02:00 Управление рисками: 1 Take Profit — прекратить тор
FREE
Auto Fibonacci Retracement Indicator — Flexible and Reliable This isn’t just another Auto Fibonacci Retracement indicator. It’s one of the most flexible and dependable tools available . If you find it useful, please consider leaving a review or comment — your feedback means a lot! Check out my other helpful tools below: Telegram to MT5 using AI   - AI-Powered Signal Copier Bot Smart Alert Manager   - Set up advanced alerts and send them to Mobile, Telegram, Discord, Webhook... Timeframes Trend
FREE
Ict market structure signals
Botsalo Martin Letlhoagoje
5 (2)
SMC Signals  (BOS/CHoCH + ADR TP/SL Zones)  SMC Signals  is a free Smart Money Concepts (SMC) market structure indicator for MetaTrader 5 that automatically detects: BOS (Break of Structure) CHoCH (Change of Character) Swing High / Swing Low pivots Trade entry levels and projected targets The indicator also calculates ADR(10) (Average Daily Range) and automatically plots: Entry level Stop Loss (SL) Take Profit 1 (TP1) Take Profit 2 (TP2) A built-in dashboard displays live performance statistic
FREE
С этим продуктом покупают
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Smart Trend Trading System сейчас доступен за $99 . Цена увеличится до $199 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки Smart Trend Trading System отправьте мне личное сообщение, чтобы получить Smart Universal EA БЕСПЛАТНО и превратить сигналы Smart Trend в автоматические сделки. Smart Trend Trading System — это полноценная торговая система без перерисов
Trend Sniper X
Sarvarbek Abduvoxobov
5 (11)
Trend Sniper X — это индикатор следования за трендом с несколькими таймфреймами для MetaTrader 5, который помогает трейдерам четко и точно определять направление тренда и потенциальные точки разворота. Информация о цене: Текущая цена является промо-ценой и может измениться по мере выпуска обновлений и новых функций. Канал Code2Profit Освойте рынок с помощью мультитаймфреймового анализа! Как максимально увеличить процент побед с Trend Sniper X: основные правила и советы по сессиям Технические хар
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading opp
Давайте сначала будем честны. Ни один индикатор сам по себе не сделает вас прибыльным. Если кто-то говорит вам обратное — он продаёт вам мечту. Любой индикатор, который показывает идеальные стрелки покупки/продажи, можно сделать безупречным — просто увеличьте нужный участок истории и сделайте скриншот успешных сделок. Мы так делать не будем. SMC Intraday Formula — это инструмент. Он считывает структуру рынка за вас, определяет зоны с наивысшей вероятностью движения цены и точно показывает, как
SuperScalp Pro
Van Minh Nguyen
4.63 (32)
SuperScalp Pro – Профессиональная многослойная скальпинговая система с подтверждением сигналов SuperScalp Pro — это профессиональная многослойная скальпинговая система с подтверждением сигналов по нескольким факторам, разработанная для поиска торговых возможностей с более высокой вероятностью успеха. Она предоставляет более точные подтверждения входа, уровни Stop Loss и Take Profit на основе ATR, а также гибкую систему фильтрации сигналов для XAUUSD, BTCUSD и основных валютных пар Forex. Полная
Neuro Poseidon - новый индикатор от Дарьи Резуевой. Он сочетает точные торговые сигналы с адаптивными уровнями TP/SL , в результате создавая максимально выгодные сделки! TO SWITCH TO   ENG   PLEASE CHOOSE IT IN THE UPPER-RIGHT CORNER OF THE WEBSITE Напишите мне и получите  Neuro Poseidon Assistant  в подарок для автоматизации вашей торговли! Что отличает его от других индикаторов? 1. Доказанная прибыльность на всех активах и таймфреймах 2. На графике присутствуют только подтвержденные сигналы н
Время от времени я торгую по этой системе лично.  Оцени, мой мануальный BOMBER трейдинг на реальном счету - LIVE SIGNAL Каждый покупатель этого индикатора получает дополнительно Бесплатно: Авторскую утилиту "Bomber Utility", которая автоматически сопровождает каждю торговую операцию, устанавливает уровни Стоп Лосс и Тейк профит и закрывает сделки согласно правилам этой стратегии, Сет-файлы для настройки этого индикатора на различных активах, Сет-файлы для настройки Bomber Utility в режимы: "Мин
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Atomic Analyst сейчас доступен за $99 . Цена увеличится до $199 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки Atomic Analyst отправьте мне личное сообщение, чтобы получить Smart Universal EA БЕСПЛАТНО и превратить сигналы Atomic Analyst в автоматические сделки. Atomic Analyst — это индикатор Price Action без перерисовки, без перерисовывания истории и без
Легенда возвращается! Entry Points Pro 10. Перезапуск легендарного индикатора, который 3 года держался в Топ-3 MQL5 Market. Сотни восторженных отзывов (589 на две версии), тысячи трейдеров торгуют с его помощью каждый день, 31 000+ скачиваний демо MT4+MT5. Я прочитал каждый ваш отзыв за пять лет — и вместо обещаний встроил в версию 10 ответы. От автора, который в рынке с 1999 года и ценит честность, свою репутацию и своих клиентов . Стартовая цена $99 действует только на первые 10 копий.   Сразу
M1 SNIPER   — это простая в использовании торговая система. Это стрелочный индикатор, разработанный для тайм фрейма M1. Индикатор можно использовать как отдельную систему для скальпинга на тайм фрейме M1, а также как часть вашей существующей торговой системы. Хотя эта торговая система была разработана специально для торговли на M1, ее можно использовать и с другими тайм фреймами. Первоначально я разработал этот метод для торговли XAUUSD и BTCUSD. Но я считаю этот метод полезным и для торговли на
Zoryk Gold
Reda El Koutbane
5 (6)
Скидка заканчивается через 24 часа — следующая цена $ 69 ZORYK — продвинутая сигнальная система для XAUUSD в MetaTrader 5 Вам знакомо это чувство. Вы долго анализируете золото. Ждёте подходящего момента для входа. Наконец открываете сделку — и цена сразу начинает двигаться против вас. Вы закрываете позицию слишком рано, передвигаете Stop Loss или сомневаетесь всего несколько секунд. После этого рынок достигает именно той цели, которую вы ожидали изначально, но уже без вас. Проблема не всегда за
GoldenX Entry — это индикатор для MT5 с адаптивным алгоритмом Smart Entry Trend, системой оценки сигналов, детектором рыночных режимов и фильтром волатильности. Каждый сигнал включает рассчитанный уровень входа, три уровня Take-Profit (TP1, TP2, TP3) и уровень Stop-Loss. Он построен на нескольких аналитических слоях, предназначенных для адаптации к различным рыночным условиям, объединяя многоуровневую аналитическую систему со встроенным оптимизатором и системой статистического отслеживания. Инди
Gold Entry Sniper – Профессиональная Мульти-Таймфрейм ATR Панель для Скальпинга и Свинг-Трейдинга на Золоте Gold Entry Sniper — это передовой индикатор для MetaTrader 5, разработанный для точных сигналов на покупку/продажу по XAUUSD и другим инструментам. Основан на логике ATR Trailing Stop и мульти-таймфрейм анализе , этот инструмент идеально подходит как для скальперов, так и для среднесрочных трейдеров, обеспечивая чёткие точки входа с высокой вероятностью . Основные возможности и преимуществ
Superhero
Ihor Otkydach
5 (2)
SUPERHERO индикатор - это мультивалютная торговая система, которая создана по принципу "Все включено". Индикатор самостоятельно анализирует рынок и дает сигналы когда открывать и когда закрывать сделки. Используются ордера Стоп Лосс и Тейк профит. Соотношение R:R = 1:1 Время от времени я торгую по сигналам этого индикатора лично, и вот какие результаты я получаю - LIVE SIGNAL Эта система может присылать на смартфон PUSH-уведомления, так что вы сможете делать сделки "на ходу" без привязки к ПК. О
UZFX {SSS} Scalping Smart Signals v4.0 MT5 — это высокопроизводительный торговый индикатор без перерисовки, разработанный для скальперов, дейтрейдеров и свинг-трейдеров, которым требуются точные сигналы в режиме реального времени на быстро меняющихся рынках. Разработанный компанией (UZFX-LABS), этот индикатор сочетает в себе анализ ценового действия, подтверждение тренда и интеллектуальную фильтрацию для генерации высоковероятных сигналов на покупку и продажу, предупреждающих сигналов и возможно
Gann Made Easy   - это профессиональная, но при этом очень простая в применении Форекс система, основанная на лучших принципах торговли по методам господина У.Д. Ганна. Индикатор дает точные BUY/SELL сигналы, включающие в себя уровни Stop Loss и Take Profit. ПОЖАЛУЙСТА, СВЯЖИТЕСЬ СО МНОЙ ПОСЛЕ ПОКУПКИ, ЧТОБЫ ПОЛУЧИТЬ ТОРГОВЫЕ ИНСТРУКЦИИ И ОТЛИЧНЫЕ ДОПОЛНИТЕЛЬНЫЕ ИНДИКАТОРЫ БЕСПЛАТНО! Вероятно вы уже не раз слышали о торговли по методам Ганна. Как правило теория Ганна отпугивает от себя не только
AXIOM MATRIX MT5 СТАРТОВАЯ ЦЕНА: $99 Axiom Matrix доступен по стартовой цене $99. Цена увеличится до $199 после первых 30 покупок. После покупки напишите мне в личные сообщения, чтобы получить инструкции и забрать свой эксклюзивный подарочный бонус. Axiom Matrix — это профессиональный мультисимвольный и мультитаймфреймный рыночный сканер и панель принятия решений для MetaTrader 5. Он сканирует ваш Market Watch, анализирует несколько таймфреймов, считывает несколько движков подтверждений, сравнив
FiboSniper Pro – Профессиональная торговая система на основе Fibonacci Grid с многоуровневыми фильтрами FiboSniper Pro — это продвинутая система технического анализа, которая сочетает Fibonacci Envelopes с многоуровневыми фильтрами, включая ADX, EMA, RSI, ATR и фильтр времени, помогая выявлять отфильтрованные точки входа, а также автоматически рассчитывать уровни Stop Loss и Take Profit на основе волатильности ATR. Система специально разработана для трейдеров, использующих скальпинговые стратеги
Power Candles V3 — самооптимизирующийся индикатор силы Power Candles V3 преобразует силу валюты и инструмента в готовый к использованию торговый план на каждом графике, к которому он прикреплен. Вместо того, чтобы просто раскрашивать свечи, он выполняет автоматическую оптимизацию в режиме реального времени в фоновом режиме и предоставляет вам оптимальные значения Stop Loss, Take Profit и порог сигнала для выбранного вами символа. Один клик — и все готово для реальной торговли: на графике появляю
Trend Catcher   анализирует движения рыночных цен, используя комбинацию собственных и индивидуально разработанных адаптивных индикаторов анализа тренда. Он определяет истинное направление рынка, отфильтровывая краткосрочные шумы и фокусируясь на силе импульса, расширении волатильности и поведении ценовой структуры. Он также использует комбинацию сглаживающих и фильтрующих тренд индикаторов, таких как скользящие средние, RSI и фильтры волатильности. Мониторинг реальных операций, а также другие
SkyHammer Signal Pro Профессиональный трендовый индикатор без перерисовки с фиксированными уровнями Entry, SL и TP SkyHammer Signal Pro — это структурированный индикатор тренда и momentum, созданный для трейдеров, которым нужны четкие, зафиксированные и проверяемые торговые сигналы. Лучше всего он работает на младших таймфреймах, таких как M1 и M5 . Индикатор не пытается предсказывать вершины или основания рынка. Вместо этого он ожидает подтвержденную рыночную структуру, направление тренда, силу
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
GEM Signal Pro GEM Signal Pro — это трендовый индикатор для MetaTrader 5, созданный для трейдеров, которым нужны более понятные сигналы, более структурированные торговые сетапы и более практичное управление рисками прямо на графике. Вместо того чтобы показывать только простую стрелку, GEM Signal Pro помогает представить всю торговую идею в более наглядной и удобной форме. Когда условия подтверждены, индикатор может отображать на графике цену входа, stop loss и цели take profit, помогая трейдеру
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro: синтетический мульти-таймфрейм движок направленного смещения для MT5 ️ Летнее предложение к запуску — получите The Oracle Pro за 199 USD (для ранних покупателей). Цена растёт по мере спроса; финальная цена 399 USD. The Oracle Pro — это премиальный мульти-таймфрейм движок направленного смещения (bias) для MetaTrader 5, созданный для требовательных и профессиональных трейдеров. Он дисциплинированно отвечает на один вопрос: каково направленное смещение на каждом таймфрейме прямо се
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Синтетический фрактальный структурный анализ и подтверждённые входы для MT5 Обзор Azimuth Pro — многоуровневый индикатор свинговой структуры от Merkava Labs . Четыре вложенных уровня свингов, привязанный к свингам VWAP, определение ABC-паттернов, трёхтаймфреймная структурная фильтрация и подтверждённые входы на закрытой свече — один график, один рабочий процесс от микро-свингов до макро-циклов. Это не слепой сигнальный продукт. Это рабочий процесс, основанный на структуре, для т
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Smart Price Action Concepts сейчас доступен за $200 . Цена увеличится до $299 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки отправьте мне личное сообщение, чтобы получить БЕСПЛАТНЫЙ бонус + подарок . Прежде всего, стоит подчеркнуть, что этот торговый инструмент является индикатором без перерисовки, без перерисовывания истории и без запаздывания, что делает
ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (6)
Новый король в городе — Индикатор + управление ордерами (TP1 + TP2 + TP3) + опциональный Telegram-сигнал-сендер ВКЛЮЧЁН (БЕСПЛАТНО) (ПОЛНОЦЕННАЯ ТОРГОВАЯ И СИГНАЛЬНАЯ СИСТЕМА) Gold Slayer EA Этот индикатор включает в себя продвинутую стратегию, торговую систему с настраиваемым управлением ордерами и систему mean reversion, которая сочетает расширения Envelope и поддерживается несколькими интеллектуальными фильтрами подтверждения, такими как RSI, для поиска высоковероятных точек разворота с сигн
Ace Trend
Mikhail Sergeev
5 (3)
Представляем вам революционный индикатор, который меняет правила игры в мире трендовой торговли. Индикатор разработан для того, чтобы переосмыслить производительность и поднять ваш торговый опыт на беспрецедентную высоту. Наш индикатор может похвастаться уникальным сочетанием передовых функций, которые отличают его от конкурентов. Передовая технология "Real Pricing Factors" обеспечивает непревзойденную устойчивость даже в самых сложных и изменчивых рыночных условиях. Попрощайтесь с неустойчивыми
Quant Direction — это инструмент трехмерного анализа рынка. Он обеспечивает полностью объективный, основанный на алгоритмах анализ рынка, одновременно вычисляя точные процентные отклонения по нескольким параметрам. Разработанный с использованием передовых инструментов моделирования на основе искусственного интеллекта и тщательно протестированный, алгоритм предназначен для интерпретации рынка с уникальной точностью. Он может анализировать любую валютную пару или финансовый инструмент на вашей пла
Другие продукты этого автора
NeuronBreakout identifies volatility compression before the market expands. It waits for price to contract, anchors a breakout range to the most recent confirmed swing, tracks that range until price closes beyond it, then projects a complete trade with entry, ATR-based stop loss, and three R-multiple profit targets. Every completed breakout remains frozen on the chart, allowing you to review past setups exactly as they formed. It is an indicator for chart analysis only: it draws on the chart, it
Cardwell Range Analyze reads trend from the range the RSI holds, not from a fixed overbought or oversold line. Andrew Cardwell's observation was that in a genuine uptrend the RSI oscillates inside a higher band and rarely breaks below it, while in a downtrend it works a lower band and rarely breaks above — so the band the RSI is respecting is itself the trend signal. This indicator turns that reading into a confirmed regime, colours the chart by it, and projects a full ATR trade the moment the r
SMF Cloud is a clean, lightweight chart indicator that visualizes directional market flow using an adaptive trend “cloud”, dynamic volatility bands, retest markers, and a TradingView-style strength gauge. It is designed for fast decision-making: identify trend shifts, measure trend strength, and spot pullback/retest opportunities at a glance. Key Features Smart Money Flow Trend Cloud Smooth trend baseline (EMA or ALMA) with optional additional smoothing. Clear bullish/bearish flow visualization
NeuronLiquidity is a chart-overlay indicator for MetaTrader 5 from Neuron Systems that maps where liquidity rests and marks the exact bar where it is taken. It is an indicator only: it draws on your chart and raises alerts. It does not place trades, it does not send buy or sell orders, and it does not manage positions or accounts. Native MQL5, no DLLs, no external dependencies. Works on any symbol (forex, gold and metals, indices, crypto) and any timeframe. === HOW IT FINDS LIQUIDITY POOLS === A
Chandelier Exit PRO A precise and reliable trend-following indicator for MetaTrader 5 Chandelier Exit PRO is a professionally engineered implementation of the Chandelier Exit indicator, designed to closely match the original version in both logic and signal behavior. It provides clear trend direction, dynamic stop levels, and well-timed reversal signals, making it suitable for traders who require consistency and accuracy in their decision-making. Core Features Accurate Logic This indicator repli
FREE
*This is TradingView indicator converted to mql4* The SuperTrend V indicator is a popular technical analysis tool used to identify trends and potential trend reversals in financial markets. It is based on the concept of the SuperTrend indicator but incorporates additional features and variations. The SuperTrend V indicator uses a combination of price action and volatility to determine the trend direction and generate trading signals. Here are the key components and features of the indicator: Ca
FREE
Trade. Allows you to perform basic trading operations in one click directly from the chart. Trading operations: Open Buy and Sell market positions with one click. Specify lot size manually before opening a trade. Set Stop Loss and Take Profit as price levels . Stop Loss and Take Profit are automatically initialized at a fixed distance from the current market price (default: ±50 pips , symbol-aware). Fully supports Forex, Metals (XAUUSD), Indices, and other MT5 symbols with correct price formatti
FREE
*This is tradingview indicator converted to mql5* The Trend Magic Indicator is a popular technical analysis tool used to identify the direction of a market trend and potential trend reversals. It is a versatile indicator that can be applied to various financial instruments and timeframes. The Trend Magic Indicator consists of a combination of moving averages and a volatility-based filter. It aims to smooth out price fluctuations and provide a clearer visualization of the underlying trend. Here
FREE
*This is tradingview indicator converted to mql4* The CM Slingshot System Indicator is a trading tool that aims to identify potential trade setups based on market volatility and price action. It is designed to help traders spot entry and exit points in trending markets. The CM Slingshot System Indicator combines multiple indicators and techniques to generate trading signals. Here are the key features and components of the indicator: Bollinger Bands: The indicator incorporates Bollinger Bands, w
*This is tradingview indicator converted to mql4* The Chandelier Exit Indicator is a popular technical analysis tool developed by Chuck LeBeau. It is designed to help traders identify potential exit points for their trades based on market volatility and the concept of trailing stops. The Chandelier Exit Indicator consists of three main components: Average True Range (ATR): The indicator utilizes the Average True Range, which measures market volatility. The ATR calculates the average range betwe
*This is tradingview bot converted to mql4* The UT Bot Alert Indicator is an advanced technical analysis tool designed to help traders optimize their trading performance. This innovative indicator is based on the proven UT Bot system, which utilizes multiple indicators to deliver accurate signals that can help traders make better decisions. The UT Bot Alert Indicator provides a range of features that can help you stay on top of market trends and capitalize on opportunities. Here are some of its
UT Bot Alerts is a technical indicator for MetaTrader 5 that highlights potential directional changes based on momentum conditions. The indicator marks signal points directly on the chart and can generate optional notifications for convenience. The signal generation logic can operate in two modes: Closed-bar mode: signals are confirmed only after the bar closes. Live-bar mode: signals are displayed during the formation of the current bar. Both modes are available depending on the user's preferr
*This is trading view indicator converted in mql5* The HA Market Bias Indicator is a popular tool used in trading and technical analysis, designed to help traders identify market bias and potential trend reversals. It is commonly used in conjunction with candlestick charts and provides valuable insights into market sentiment. The indicator is based on the Heiken Ashi (HA) candlestick charting technique, which aims to filter out market noise and provide a smoother representation of price action.
The trendlines with breaks indicator return pivot point based trendlines with highlighted breakouts. Users can control the steepness of the trendlines as well as their slope calculation method. Trendline breakouts occur in real-time and are not subject to backpainting. Trendlines can however be subject to repainting unless turned off from the user settings. The indicator includes integrated alerts for trendline breakouts. Any valid trendlines methodology can be used with the indicator, users
Note: Kindly inbox me for setfile AI Range Breaker watches a time window you choose each day, marks that session’s high and low , then automatically places pending buy/sell orders just outside the range. If price breaks out, the EA manages the trade with breakeven, candle-based trailing, optional partial close, and a single scale-in once price moves in your favor. If nothing happens, the pending orders are removed after a set number of candles—keeping your chart and account clean. Best use Work
This indicator builds a Pivot Anchored Volume Profile (VAP/VPOC approximation using tick volume) and automatically splits the profile into pivot-to-pivot segments , giving you a clean, TradingView-like view of where volume concentrated during each swing. It draws a horizontal histogram for every segment and highlights the Value Area and key levels, making it easy to spot acceptance/rejection zones, high-volume nodes, and potential support/resistance. Key Features Segmented Volume Profile (Pivot-
NeuronScanner - Multi-Symbol Multi-Timeframe Confluence Scanner for MetaTrader 5 NeuronScanner is an on-chart scanner and dashboard for MetaTrader 5. It shows a colour-coded grid of confluence scores across many symbols and timeframes on one panel, so you can review a whole watchlist at once. Works on any symbol: forex, metals, gold, indices and crypto. HOW IT WORKS For every symbol and timeframe in the grid, NeuronScanner reads eight indicators and turns each into a simple vote - bullish, be
NeuronStructure reads market structure the way a desk does and labels every event on the exact closed bar that confirmed it, so what you see now is what you would have seen then. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. It is the market-structure companion to NeuronLiquidity, built to sit alongside it: structure tells you the framework and bias, liquidity te
NeuronSessions maps the four trading sessions, Sydney, Tokyo, London and New York, directly on your chart and keeps the read honest: a completed session is frozen and never redrawn, only the live one develops. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. It is the sessions companion to NeuronLiquidity and NeuronStructure, and is built to sit alongside them: stru
NeuronSniper is a complete ICT (Inner Circle Trader / smart-money) workspace and setup engine for MetaTrader 5 from Neuron Systems. It maps the whole picture, market structure, liquidity, order blocks, fair value gaps and premium/discount, and then marks one strict, high-quality reversal setup with a fixed risk:reward plan. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or acc
NeuronFlow is a smart-money trend-continuation toolkit for MetaTrader 5 from Neuron Systems. It reads market structure and then, on every confirmed break, marks a continuation setup, a pullback into the fresh order block or fair value gap left by the move, in the direction of the trend, with a fixed risk:reward plan. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts.
NeuronTrend is a premium adaptive trend engine for MetaTrader 5 from Neuron Systems. It draws one clean, non-repainting baseline that colours the trend blue (up) or red (down), surrounds it with a translucent neon trend cloud, and reads the trend across timeframes in a live dashboard. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. Native MQL5, no DLLs, non-repaint
NeuronCloud is a premium moving-average cloud for MetaTrader 5 from Neuron Systems. A fast and a slow moving average fill a translucent neon cloud behind the candles and colour it blue (up) or red (down), while a multi-MA ribbon between them shows when a trend is fanning out or compressing into a squeeze. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. Native MQL5,
NeuronIchimoku is a premium Ichimoku Kinko Hyo indicator for MetaTrader 5 from Neuron Systems. It draws the full classic Ichimoku system, projects the cloud forward of price, and scores every Tenkan/Kijun cross with a transparent five-factor confidence engine so you can see, at a glance, which crosses agree with the bigger picture and which do not. It is an indicator for chart analysis only: it does not place, modify or close trades, it does not send orders, and it does not manage positions or a
NeuronQuant is a premium quant analytics indicator for MetaTrader 5 from Neuron Systems. It reads the chart with the kind of statistical tools common in quantitative analysis: a forward expected-move range, realized volatility, a market-regime read and a standardized z-score. It is an indicator for chart analysis only: it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. Native MQL5, no DLLs, non-repainting closed-bar logic. Works on a
NeuronPropGuard — prop-firm rule compliance & trade management for MT5 Most funded accounts are not lost on bad entries — they are lost on a single trade that crosses the daily-loss line or the max-drawdown floor. NeuronPropGuard keeps those rules in front of you in real time, sizes every trade against the room you actually have left, and can step in before a buffer is breached. It reads only your own MetaTrader 5 account — no external feed, no signals, no profit promises. It cannot guarantee co
NeuronDivergence — multi-oscillator confluence divergence engine for MT5 A single oscillator showing divergence is a hint; three agreeing at once is a setup. NeuronDivergence reads RSI, MACD and Stochastic together, finds regular and hidden divergence on each, and only marks a signal when enough of them agree — then scores that agreement 0–100 with a confidence engine and draws it on your chart with entry, stop and target levels, a command dashboard and alerts. It is non-repainting and closed-ba
NeuronCopier — a local MT5 trade copier that actually thinks Most copiers blindly mirror lots. NeuronCopier verifies the symbol by price, sizes each trade by risk, scores the master it is copying, protects the receiving account against prop-firm and drawdown breaches, and ships with a full on-chart trade manager. It mirrors trades from one MetaTrader 5 account to one or many others running on the same PC , instantly and reliably, through the shared terminal data folder. 100% native MQL5 — no DLL
NeuronReplay — replay each of your closed trades one by one, bar-by-bar, and analyze exactly what happened Your trade history is just a list of numbers. NeuronReplay turns it into film. It lists every closed trade in a dashboard; click any one and it re-plays that single trade candle-by-candle on its own chart , exactly like stepping through the MetaTrader 5 Strategy Tester — but scoped to a real trade you already took. You see the entry, the stop, the target and the exit drawn in, a floating P&
NeuronJournal - Trading Journal and Analytics Dashboard for MetaTrader 5 NeuronJournal reads your own MetaTrader 5 closed-trade history and presents it as an analytics dashboard inside the terminal. It shows your performance metrics, a calendar of daily results, a quant-style score of your trading, and a detailed breakdown of every trade and every day, with a built-in notes journal. It is an analytics and journaling tool only. It reads your account and draws. It does not give trading signals and
Фильтр:
Нет отзывов
Ответ на отзыв