Neuron MACD

Neuron MacD is a MACD you can read at a glance instead of squinting at. The histogram is split into four colours — not two — so each bar tells you which side of zero it sits on and whether it is still growing or already shrinking. The MACD line changes colour the moment it crosses its signal, a dot marks every cross on the signal line itself, and the whole calculation can be pulled from a higher timeframe while you trade a lower 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.

A panel on the price chart carries the state, the histogram and the MACD as live meters, so the reading is available without looking away from price. 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 ===

The core is the classic MACD: a fast exponential average minus a slow one, with a signal line and a histogram of the distance between them. Two details matter and are easy to get wrong. The signal here is a simple moving average of the MACD, not an exponential one, which is what the original rendering of this indicator uses and what gives the crosses their particular timing. And the histogram is the MACD minus that signal, so it is a measure of separation, not of the MACD itself.

The four histogram colours come from two questions asked together. Is the bar above or below zero, and is it taller or shorter than the bar before it? Above zero and growing means momentum is extending in favour of buyers. Above zero and shrinking means buyers are still ahead but losing ground — the warning that arrives while the histogram is still positive. Below zero the same pair reads for sellers. One colour, two facts, no second glance.

The MACD line is coloured by its position against the signal, so trend agreement is legible without tracing which line is on top, and a dot is printed on the signal line at every cross. Because the dot sits on the signal rather than floating above the pane, it marks the exact level the cross happened at.

Multi-timeframe is a first-class feature, not an afterthought. Leave the resolution on the chart's own and it behaves as a normal MACD. Point it at a higher timeframe and the entire calculation — both averages, the signal and the histogram — is computed on that timeframe's closes and mapped back onto your chart, so you can watch the four-hour picture while working a five-minute chart. The timeframe in use is printed on the panel so a borrowed reading is never mistaken for the chart's own.

=== WHAT IS INCLUDED ===

Module What it does
Four-colour histogram Above zero growing, above zero shrinking, below zero growing, below zero shrinking — each with its own colour, so a stalling move is visible before it turns.
Colour-changing MACD line The line itself carries the signal relationship, switching colour the bar the cross happens.
Cross dots A dot on the signal line at every MacD/signal cross, marking the exact level rather than a generic marker floating in the pane.
Multi-timeframe engine Run the whole calculation on any timeframe from any chart. The panel shows which timeframe is feeding the reading.
State & duration BULLISH or BEARISH with the number of bars held since the last cross — a six-bar-old cross and a sixty-bar-old trend stop looking alike.
Histogram meter The current histogram scaled against the last hundred bars, tagged fade the moment it stops growing, so strength is read in context instead of as a raw number.
MACD meter Distance from the zero line, scaled the same way, with the header naming which side of zero the MACD is on.
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.
Alerts Signal cross and zero-line cross, each switchable on its own, by terminal popup, phone push notification or email. Evaluated on closed bars, once per bar.
Display switches Histogram, lines and dots can each be turned off, and both colour schemes can be reduced to a single colour, so the pane shows only what you use.
EA buffers The raw MACD and signal are exposed as plain numeric buffers that stay filled whatever the display switches are set to, readable with a single CopyBuffer call.

=== HOW TO READ IT ===

Start with the histogram colour, not its height. A bright bar above zero is buyers extending; a dark bar above zero is the same buyers running out of push while still ahead. That change of shade is the earliest thing the indicator gives you, and it arrives well before the histogram crosses zero or the lines cross each other.

The MACD line colour confirms it. While the line holds its bullish colour the fast average is still above the signal, and a run of darkening histogram bars under a still-bullish line is a move losing steam rather than reversing. When the dot prints, the relationship has actually changed, and the panel's bar count restarts from there.

Use the zero line for context rather than for signals. A bullish cross that happens below zero is a counter-trend bounce inside a weak market; the same cross above zero is a pullback ending inside a strong one. The panel names the side explicitly so you do not have to judge it by eye on a compressed pane.

In multi-timeframe mode, read the panel's timeframe chip first. A higher-timeframe MACD holds one value across all the chart bars inside each of its own bars, so the line steps rather than curves and the histogram bars repeat — that is the higher timeframe speaking, not a fault.

=== INPUTS ===

Setting Default What it does
Timeframe
Use current chart resolution true Calculate on the chart's own timeframe. Uncheck to borrow another one.
Different timeframe H1 The timeframe to calculate on when the box above is unchecked.
Calculation
Fast EMA length 12 The faster of the two exponential averages.
Slow EMA length 26 The slower average. Must be larger than the fast one.
Signal SMA length 9 Simple moving average of the MACD, giving the signal line.
History bars to process 5000 How far back to calculate and draw. 0 processes all available history.
Display
Show MacD and signal line true Draw the two lines. Off leaves the histogram alone in the pane.
Show dots when MacD crosses signal true Print a dot on the signal line at every cross.
Show histogram true Draw the histogram.
Change MacD line colour on signal cross true Colour the line by its position against the signal. Off draws it in a single colour.
MacD histogram 4 colours true Off reduces the histogram to one neutral colour.
Dashboard
Show dashboard true Show the state, histogram and MACD 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.
Alerts
Alert on MacD / signal cross true Fire on the bar the lines cross, naming the direction.
Alert on MacD zero-line cross false Fire when the MACD changes side of zero.
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.
Colours
Histogram: above zero, rising / falling Aqua / Blue Momentum extending, then fading, above the zero line.
Histogram: below zero, falling / rising Red / Maroon Momentum extending, then fading, below the zero line.
Histogram: unchanged Yellow A bar identical to the one before it, which is common in multi-timeframe mode.
Histogram: single-colour mode Gray Used when the four-colour switch is off.
MacD line above / below signal Lime / Red The two line colours, also used for the cross dots.
Signal line Yellow The signal line colour.
Zero line White The solid level through the middle of the pane.
Cross dot symbol 159 Wingdings character code for the cross marker.

Fixed internals, not exposed as inputs: both averages are seeded from the first available bar, the signal is a simple average of the MACD, the panel meters scale against the last hundred bars, and higher-timeframe data is read up to twenty thousand bars back.

=== GOOD TO KNOW ===

  • Closed bars are final — on the chart's own timeframe, a bar's value, colour and dot are fixed once it closes 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.
  • Multi-timeframe behaves like every MTF tool — while a higher-timeframe bar is still forming, its value moves, and the chart bars inside it hold whatever it read as they closed. Reloading the chart recalculates them from the completed higher-timeframe bar, so a reloaded chart can differ from what you watched live. This is inherent to reading one timeframe on another, and the panel names the timeframe so it is never a surprise.
  • Indicator, not an EA — Neuron MacD 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 0 is the histogram, 2 the MACD line, 4 the signal, and buffers 7 and 8 carry the raw MACD and signal. The raw pair stays filled no matter which display switches are off, so an EA is never starved by a cosmetic setting. 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. Every plot colour is a separate input, so the pane can be matched to any chart scheme.
Рекомендуем также
Indicador TriYep v1.02 – Más del 70% de señales precisas Indicador TriYep v1.02 – Más del 70% de señales precisas Presentación El indicador TriYep v1.02 se creó con un único propósito: ofrecer señales totalmente fiables. Esta versión gratuita está calibrada y optimizada específicamente para el par USD/JPY en el marco temporal M15 , donde su lógica alcanza su máximo rendimiento. Mientras que otros indicadores inundan tu gráfico con señales falsas y te hacen perder operación tras operación, hemos
FREE
Trend Quorum MT5
Kestutis Balciunas
5 (2)
Trend Quorum   dinamik bir SuperTrend motoru ile tescilli bir Trend Kalite Endeksi'ni (TQI) ve 3 isteğe bağlı confluance filtresini birleştiren adaptif bir trend takip göstergesidir. Sinyaller yalnızca yeterli sayıda bağımsız faktör uyum içinde "oy kullandığında" tetiklenir — tıpkı bir yeter sayı gibi. MT5 sürümünü görüntüleyin:  Trend Quorum MT5 Daha fazla ürünü görüntüleyin:   Tüm Ürün ler Canlı örnekler ve yeni araçlar için profilimi ziyaret edin ve güncellemeleri kaçırmamak için arkadaşlık i
FREE
Panel Indicator For MT5 Panel Indicator For MT5 — это визуальный индикатор для MetaTrader 5, который объединяет всю необходимую информацию о спреде и торговых сессиях в едином компактном панели. Расположенная непосредственно на графике, она предоставляет трейдеру мгновенное обновление данных в реальном времени без необходимости открывать дополнительные окна или обращаться к внешним источникам. Мониторинг спреда в реальном времени Панель непрерывно отображает текущее значение спреда для инструмен
FREE
STAMINA HUD – Advanced Market & Trend Dashboard (MT5) STAMINA HUD   is a professional   market information panel   designed for traders who want   clarity, speed, and control   directly on the chart. It provides a   clean heads-up display (HUD)   with essential market data and   multi-timeframe trend direction , without cluttering the chart or generating trading signals. What STAMINA HUD Shows   Current Price   Spread (in real pips)   Today High–Low range (pips)   Average D
FREE
Friend of the Trend: Ваш Трекер Трендов Освойте рынок с помощью Friend of the Trend — индикатора, который упрощает анализ трендов и помогает определить лучшие моменты для покупки, продажи или ожидания. С интуитивно понятным и визуально привлекательным дизайном, Friend of the Trend анализирует движения цен и предоставляет четкие сигналы через цветной гистограмму: Зеленые полосы : Указывают на восходящий тренд, сигнализируя о возможностях для покупки. Красные полосы : Предупреждают о нисходящем тр
FREE
VFI Quantum
Nikita Berdnikov
5 (1)
Представляем VFI (Volume Flow Indicator) – индикатор для торговли, который анализирует соотношение объема и движения цены для выявления ключевых торговых возможностей. Индикатор отображает силу и направление потока объемов, предоставляя четкие сигналы о потенциальных точках входа и выхода. Сигналы формируются на основе пересечения нулевой линии, пересечения линии VFI и ее экспоненциальной скользящей средней (EMA), а также при выходе индикатора из зон перекупленности и перепроданности. Внимание!
FREE
The CV MACD Indicator is a modern and professional momentum indicator designed to analyze trend strength, market direction and potential reversals. By combining the MACD line, signal line and histogram, the indicator helps traders identify market momentum and high-quality trading opportunities with clarity and precision. Features: Precise MACD momentum analysis Early trend reversal detection Clear histogram for market strength visualization Adjustable Fast, Slow and Signal periods Visual Buy & S
FREE
SuperTrend for MT5
Ulises Calderon Bautista
4.44 (9)
Популярный индикатор "Супертренд" - это инструмент технического анализа, который помогает определить направление тренда и возможные точки входа или выхода на финансовых рынках. Индикатор основан на среднем истинном диапазоне (ATR), который измеряет волатильность рынка на основе ценовых диапазонов. Он бесплатен на других платформах, и нет никакой причины, почему бы это не было и здесь! Его обычно используют тремя способами: Для определения текущего тренда: когда цена выше этой линии, это считаетс
FREE
Basic Theme Builder: Упростите Настройку Ваших Графиков Измените ваш торговый опыт с помощью индикатора Basic Theme Builder , универсального инструмента, предназначенного для упрощения настройки внешнего вида графиков в MetaTrader 5. Этот интуитивно понятный индикатор предлагает удобную панель, которая позволяет легко переключаться между различными темами и цветовыми схемами, улучшая как визуальную привлекательность, так и функциональность вашей торговой среды. Free MT4 version Индикатор Basic
FREE
Line Master
Ahmad Bin Fawzi Bin Al-akhdar Al-fazai
Line Master – Trend Lines & Direction Arrows Line Master is a professional trend indicator for MetaTrader 5. It helps traders identify market direction by combining fast and slow trend lines and generating arrows at trend change points. Features: Slow Trend Line: Represents the overall market trend. Fast Trend Line: Responds quickly to short-term price changes. Color-Coded Lines: Uptrend: DodgerBlue Downtrend: Crimson Trend Arrows: Signals appear when the trend changes. Adjustable Inputs: Fast l
FREE
As traders, we all know that risk management is the most important aspect of profitable trading. So, we need to determine the lot size, every time we need to open a new trade. The FX lot size calculator is a simple tool that will help you to determine your lot size easily without using any third-party service but you will be able to do that by your MetaTrader terminal. LIMITED TIME OFFER: 30$ FOR 10 ACTIVATION. Inputs: Maximum_Risk_Prc: To determine your preferred risk%. For example, if your ris
FREE
MarketTime - Профессиональный Индикатор Мирового Времени и Торговых Сессий Никогда Не Пропускайте Торговую Сессию - Мониторинг Мировых Рынков в Реальном Времени MarketTime - это профессиональный индикатор, отображающий несколько часовых поясов, обратный отсчёт до сессий и визуальные зоны торговых сессий прямо на ваших графиках MetaTrader 5. В торговле на форекс время решает всё - знание того, когда активны основные финансовые центры и когда сессии пересекаются, может существенно повлиять на ваш
FREE
DC Indicator
Lamont Simone Reynecke
The donchian channel indicator might just be the best fit for you Trading in derivative products such as futures, options, CFD's, forex and certificates contains significant risk. These products are not suitable for every investor. Investors could potentially lose all or more than the original investment. If anything, only money equal to personal risk capital should be used and can be lost without jeopardizing financial security or lifestyle. Partially or fully automated trading programs can
FREE
Have you ever wondered which currency is the strongest at any particular time? Or which currency pair is trending the most. Well, the currency strength meter helps with just that.  It compares  USD ,  EUR ,  AUD ,  CHF ,  GBP ,  CAD  and  NZD  depending on the timeline you have chosen in settings, and ranks them on the number of pips each has moved compared to the rest. N/B: All currency charts of the above pairs must have loaded. You can do this by highlighting all major and minor currencies in
FREE
Lot Calculator MT5
Ibrahim Olalekan Ganiu
РАССЧИТАЙТЕ РАЗМЕР ВАШЕГО ЛОТКА ПРЯМО ЗДЕСЬ, НА METATRADER!!! Привет, трейдеры! Вы ориентированы на управление рисками? Если да, то это для вас. Меня зовут Ибрагим, и я разработал инструмент, который поможет вам рассчитать размер лота на основе процента риска относительно баланса вашего счёта. Этот инструмент также поможет вам рассчитать размер лота, если вы готовы рисковать абсолютным значением, а не указывать риск в процентах. Например, вы можете указать, что готовы рисковать 100 долларами о
FREE
Strifor Lot Calculator — это индикатор для MetaTrader 5, который помогает трейдерам рассчитывать оптимальный размер лота исходя из заданного риска и стоп-лосса. Он позволяет торговать более осознанно, управлять рисками и экономить время на ручных расчетах. Преимущества Точный контроль риска — автоматический расчет размера лота в зависимости от выбранного процента риска. Два режима работы — ручной ввод параметров или расчет по линиям на графике. Поддержка популярных инструментов — валютные пары,
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
Price Momentum
Flavio Javier Jarabeck
4.92 (12)
Value Chart indicator presents the Price evolution in a new form. This indicator, Price Momentum , was developed taking all the calculations presented in the book " Dynamic Trading Indicators " by Mark W. Helweg and David Stendahl (2002). The technique involves de-trended Prices from a user-defined Period of analysis and the addition of a Volatility index correction. The result is an Oscillator with 3 zones: Fair Price Value, Overbought/Oversold and Extremely Overbought/Oversold zones. Adding th
FREE
Calmer chart context, kept practical Northstar Flow Candles MT5 is a chart-window indicator that presents Heikin Ashi candles with a five-state trend context. It is designed for traders who want a quieter view of price while keeping the native chart available as an optional reference. Visual-only indicator: Northstar Flow Candles MT5 does not place trades and does not send popup, push, or email notifications. What appears on the chart Five candle states: strong bullish, bullish, balanced, bearis
FREE
Ultimate MACD MTF Pro — это мощная, обновленная версия классического MACD, переработанная для современной торговли. Этот индикатор предлагает мульти-таймфрейм MACD, динамические цвета гистограммы, маркеры сигналов пересечения и умную смену цвета линий в зависимости от моментума. Создан для трейдеров, которым нужны чистые сигналы, раннее определение тренда и визуальная ясность профессионального уровня. Ключевые особенности Мульти-таймфрейм MACD (MTF) Легко переключайтесь между текущим таймфр
FREE
Данный индикатор рисует линии тренда на графике. У индикатора есть шесть входных параметров. Пользователь может выбрать вид линий. При использовании нескольких копий индикатора вид линий должен отличаться. Пользователь может задать толщину и цвет линий, а также глубину - этот параметр определяет, какие пики и впадины будут использоваться. Например, если ввести Depth=10, то трендовые линии будут построены по текущим пикам и впадинам, справа и слева от которых есть по 10 баров с меньшими/большими
FREE
The idea behind this indicator is to find all currency pairs that are over-bought or over-sold according to the RSI indicator at one go. The RSI uses the default period of 14 (this can be changed in the settings) and scans all symbols to find the RSI level you will have specified. Once currency pairs that meet the specification are found, the indicator will open those charts for you incase those charts aren't open and proceed to write the full list of currencies on the experts tab.
FREE
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
Live Sup Res MT5
Claudia Ramona Angerer
4.89 (9)
Identification of support and resistance areas A useful indicator for traders completely free Can be used in all symbols Can be used in all time frames It has three different trends: short term, medium term, long term Settings: Clr1,2: You can change the color of the lines Type Trend: You can determine the trend Message me for questions, criticism and suggestions
FREE
Kiwi Multi Pairs Indicator MT5 v1.01 Kiwi Multi Pairs Indicator MT5 is a multi-market and multi-timeframe confirmation dashboard for MetaTrader 5. Instead of opening many charts and checking indicators individually, Kiwi Multi Pairs Indicator brings 9 markets, 5 technical indicators and 7 timeframes together in one easy-to-read dashboard. The indicator is designed to help traders quickly identify bullish, bearish and mixed market conditions and compare confirmation across different symbols and t
FREE
TradeVisonPro Forex Analyzer Pro Панель аналитики и мониторинга торгового счета MT5 TradeVisonPro Forex Analyzer Pro — это решение для анализа торговли и мониторинга счетов, разработанное для пользователей MetaTrader 5. Продукт организует торговые данные MT5 в структурированной веб-панели, позволяя трейдерам просматривать информацию о счете, контролировать открытые позиции, анализировать историю торговли, отслеживать стратегии, вести торговый журнал и изучать статистику эффективности. TradeVison
FREE
1. What Is SessionsScope? SessionsScope is a professional trading indicator for MetaTrader 5 that maps every major trading session directly onto your chart — and tells you, at a glance, exactly where each session started, ended, and how far price moved inside it. Every day the forex market moves through four distinct windows: Asia, Frankfurt, London, and New York. Each session has its own character, its own range, and its own relationship to the sessions that came before it. The high of the A
FREE
Key Price Levels MT5
Wafa Mohammed Omar Abou Alwafa
5 (3)
Key Price Levels Indicator Indicator that shows the highs and lows for the significant price levels for past periods that could be potentially considered as reaction levels. The indicator displays the following price levels: Yesterday high and low The day before yesterday high and low Two days back high and low Last week high and low Last month high and low Last three month high and low (Quarter) Last year high and low
FREE
Rainbow MT5
Jamal El Alama
4 (1)
Description : Rainbow MT5 is a technical indicator based on Moving Average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, then this is a signal to buy. When price crosses below MA and MA changes color to red, then this is a signal to sell. The Expert advisor ( Rainbow EA MT5 ) based on Rainbow MT5 indicator is now available here . MT4 version is available here .
FREE
Double Correlation indicator (free) plots two windowed correlations in a separate window.  the size of window is taken as input before the two symbols to correlate to. Two symbols are taken as an input parameters as well as period length. and the two correlations are computed with the currently shown symbol ex: input GBPJPY and AUDNZD.  current symbol EURUSD then the following will be computed corr(EURUSD,GBPJPY) and corr(EURUSD,AUDNZD) The indicator can be useful to run a multi-symbol pair trad
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
Фильтр:
Нет отзывов
Ответ на отзыв