Volli v9

The Volli v9 indicator is based on the analysis of zones built on volumes. That is, it is based on the analysis of how the price behaves near/in these zones, whether it rebounds, moves further, or does not react.  

The indicator also displays the aggregate strength of currencies, recommended stops, trend direction, volume trend and their changes.


Also there is EA.

https://www.mql5.com/en/market/product/145026?source=Site+Profile


Description

1) The arrows. Drawn on the current candle. On the current candle arrow can disappear. When candle closed arrow remains on the chart. Arrows draws when price go out from the zone (touch). The arrow is designed to make attention to the situation on the chart. There are alert when you see arrows. It is recommended not to reopen an order and not open an additional order if a new arrow in a row one way worse and costs for the previous one(for example when the down arrow costs 1.3020, and previous was priced at 1.3040). 2) Zone. Are drawn on the basis of the largest volume. You can choose from their number, type, whether to show the zone for the current period current period area has its own color, can repaint. Different color zones this indication was volume bullish or bearish. For visual convenience color unidirectional alternating volumes. The zone is intended to identify supply and demand. When the price is suitable to the area, it is recommended to watch the behavior of prices. I.e. how many times the price of the retouch of the zone, how many ran it as it happened (or drastically slow). The combination of zones in one place can be thought of as flat. It is recommended when analyzing for example H1 period to assess the situation on the M5, M5 must not have opposite signal to H1. 3) Trend(red-blue squares) shown in a top of subwindow of the indicator. Do not trade oposite trend! 4) Dividing lines. You can change the view. You can include instead of lines filled with certain color zone. Is used to separate the graph window into zones with small, medium and large volumes. Measured in% in relation to the largest volume. 5) Increasing volume. You can choose after how many bars in a row growing volumes of allocating them. This is the default Blue histograms. Used for monitoring plot where volumes grew. This is usually where price plots unfolding. 6) Falling volumes. You can choose after how many bars in a row of falling volumes of allocating them. The default is white. Used for monitoring plot where falling volumes. Usually in such areas it is advisable to close the order. 7) The most bullish volume. By default, has a bright green color. Shows where for a certain period was the largest volumes of splash on bullish candle. 8) The most bearish volume. By default, the color is red. Shows where for a certain period was the largest volumes of splash on bearish candle. 9) Similar volumes by default are yellow. Show where the plots where similar volumes. 10) OnBalanceVolume. The indicator OBV superimposed on the indicator window in% ratio. Can be used as an oscillator. You can also see this pattern as a double-tap some level indicator window or zones in the indicator window. 11) Correla. indicator window draws a correlation of Exchange calculated from all 28 pairs. Layout and location can be changed. Is used as an input filter, for example, if you pair GBPUSD decided to make a BUY, and the correlation data indicate that GBP significantly weaker for USD, it's best not to open Bai. 12) Name of the indicator on the main chart. Draws the indicator name. Every tick changes the color of a particular symbol. Can be used for visual perception of ticks speed.

It is very important to use a live ECN account.

There is also a description of the settings.

"//////////////////////////Main settings//////////////////////////" count_volumes = tick_volumes; Consider tick volumes, broker (not yet connected) or from ClusterDelta Bars_Count = 2000; Number of bars for counting refresh_in_seconds = 2; Update data in seconds "//////////////////////////Volumes window settings//////////////////////////" identify _ one _ way _ volumes = true ; highlight whether falling or rising or similar amounts in a row (white, blue, yellow histograms) allowable _ indent _ same _ volumes _ identified = 1; permissible backlash in% for the same volume identification (yellow histograms) min _ numb _ same _ way _ volumes _ identified = 4; the minimum number of falling or rising volumes for their display (white and blue histograms) show _ OBV _ line = true ; whether to show the line of the indicator OBV (OnBalanceVolume) show _ volli _ label = true ; whether to show the inscription Volli count _ real _ volumes = false ; whether to use real volumes for calculations (until setting is not active but when volumes appear in MT4 from the broker that you are ready for this) "//////////////////////////Highest Volume settings/////////////////////////" use_highest_volume = true; Show whether the greatest volume TF _ chek = PERIOD _ W 1; the time interval where to look for the greatest volume periods _ highest _ vol = 9; number of intervals use _ vol _ the zones = true ; whether to draw the support zone based on volume use _ double _ volume _ chek = true ; check the set of volumes on 2 candlelight bool draw_doubled_zones = false; whether to draw a zone on the dual plugs show _ current _ zone = true ; whether to draw the zone for the current interval start _ draw _ from clause _ volume _ bar = true ; start of zone of candles with the highest volume number _ of _ the zones = 4; the number of zones to draw Min _ vol _ level _ perc = 55; the minimum number of% of the largest volume on the schedule with the volumes for his show zone _ shift = 0; shear zone relative to the candles with the highest volume Zone_right_side_shift_bars = 3; shift the right edge of the zone Zone_left_side_shift_bars = 0; shift the left edge of the zone zones_width = 2; line thickness zone extern ENUM_LINE_STYLE zones_style = STYLE_DOT; style line zone zones_color_up_today = clrYellow; color zone the current interval with bullish volume zones_color_up = clrLime; color zone with bullish volume zones_color_up2 = clrAqua; color 2 zone with bullish volume zones_color_down_today = clrViolet; color zone the current interval to the bearish volume zones_color_down = clrRed; color zone with the bearish volume zones_color_down2 = clrOrangeRed; color 2 zone with the bearish volume the zones _ ray = true ; to draw a zone up to the current candle the zones _ back = false ; whether the color area to fill show _ normalC _ the zones = true ; whether to show the zone in volume show _ opositeC _ the zones = false ; whether to show the opposite zone in volume use _ sunday _ shift = false ; whether to use the Sunday market opening time sunday_minutes_shift = 120; shift in minutes "//////////////////////////Arrows settings//////////////////////////" show _ arrows = true ; whether to display arrows by zones point _ koef = _10; multiplier paragraph 1 Min _ zone _ width _ points = 0; the minimum size for drawing arrows on it Max _ zone _ width _ points = EMPTY _ VALUE ; the maximum size of area to draw on her shooter use _ refresh _ arrows = false ; an update of the old shooter arrows _ indent = 3; points of indent arrows from candles arrow_code_up = 233; code arrow up arrow_code_down = 234; code arrow down arrow_color_up = clrLime; color arrow up arrow_color_down = clrRed; color arrow down arrows _ width = 1; the thickness of the arrows use _ HL _ (C) _ patern = true ; use a combination of candles1 (e.g. up arrow = Lowe last candle below the upper boundary of the zone + close current candle above the upper boundary of the zone at a certain distance + low and close should be above the bottom of the zone) use _ HL _ HL _ (C) _ patern = false ; use a combination of candles2 (e.g. up arrow = previous Lowe candles above the upper boundary of the zone + Lowe last candle below the upper boundary of the zone + close current candle above the upper boundary of the zone at a certain distance + Lo, and Lo and close should be above the bottom of the zone) distance _ from clause _ zone _ signal = 11; the distance at which the price should be farther from the zone zone _ width _ plus _ from clause = 2; adding items to the border zone, opposite to the direction of the arrow keys (up arrow, for example, the lower bound is increased to 2 points) zone _ width _ plus _ to = 2; adding items to the border zone in the direction of the arrow (e.g. up arrow, the upper limit will be increased to 2 points) input string co_set = "//////////////////////////i settings//////////////////////////"; input bool show_trend = true; //show trend input int trend_period = 60; //trend period input double trend_mult = 1; //trend multiplier trend _ on _ top = true ; to draw trend at the top of the idikatora or on volumes use _ alert _ SWB _ on = false ; alert on/off when you see a trend trend _ up _ alert = " trend up"; alert message when there was a trend up trend _ down _ alert = " trend starts"; alert message when there was a trend down use _ alert _ SWB _ off = false ; on/off alert when candles in a row ended "//////////////////////////Lines in indicator window//////////////////////////" show _ lines = true ; whether to draw a line separating the indicator window in% draw _ colored _ the zones = false ; whether to draw the shaded zones separate indicator window lines_width = 1; thickness lines extern ENUM_LINE_STYLE lines_style = STYLE_DOT; style lines line_center_color = clrDodgerBlue; color Central line line_low_color = clrNavajoWhite; color the bottom line line_high_color = clrOrangeRed; color top of the line line_low_percents = 20; lower border in % line_high_percents = 80; upper border in % "//////////////////////////i settings//////////////////////////" show_corella = true; Show whether the correlation between currencies TF = PERIOD _ W 1; the period from which considered correlation chek _ bar = 0; candle on a point with which considered correlation Percents _ level _1 = 2.5; level one where the rectangle changes color Percents _ level _2 = 5.0; level one where the rectangle changes color Percents _ level .3_3 = 40.0; level one where the rectangle changes color update _ seconds = 7; interval, in seconds, for data refresh symbols _ prefix = ""; the prefix character if needed (proEURUSD) symbols _ postfix = ""; Postfix characters if needed (EURUSDpro) Rectangle _ width = 47; the width of the rectangle, in pixels Rectangle _ height = 25; the height of the rectangle Rectangle _ X = 60; the x-coordinate of the first rectangle Rectangle _ X _ step = 50; step between rectangles on the x-axis Rectangle _ Y = 20; coordinate Y the first rectangle Rectangle _ Y _ step = 48; step between rectangles on an axis Y Rectangle_color_up_3 = clrAqua; color level3 up Rectangle_color_up_2 = clrDodgerBlue; color level2 up Rectangle_color_up_1 = clrLightBlue; color level1 up Rectangle_color_medium_up = clrMoccasin; color level0 + Rectangle_color_medium_down = clrMoccasin; color level0- Rectangle_color_down_1 = clrOrange; color level1 down Rectangle_color_down_2 = clrRed; color level2 down Rectangle_color_down_3 = clrMagenta; color level3 down extern fonts Text_symb_font = font9; font text characters Text _ symb _ color = clrWhite ; the color of the text characters Text _ symb _ size = 7; the size of the text characters Text _ symb _ shift _ X = 8; offset text character relative to the rectangle along the x axis Text _ symb _ shift _ Y = 9; shift text character relative to the rectangle of the Y extern fonts Text_perc_font = font192; font text data Text _ perc _ color = clrBlack ; the color of text data Text _ perc _ size = 9; data text size Text _ perc _ shift _ X = 3; shift text data on a rectangle along the x axis Text _ perc _ shift _ Y = -12; shift text data on the rectangle of the Y percents _ digits = 2; the number of digits after the decimal point in the data "//////////////////////////Alerts on arrows settings//////////////////////////" use _ alert = false ; on/off alert when you see candles on candle closed up _ alert = " Arrow up"; alert message when prompted with an up arrow down _ alert = " Arrow down"; alert message when the down arrow appears use _ sound = false ; on/off the sound when you see candles on candle closed up _ sound = " news "; a sound file when you are prompted with the up arrow down _ sound = " ok "; sound file when the down arrow appears


Рекомендуем также
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The Market Profile & Volume Profile Indicator is a powerful technical analysis tool designed to visualize market activity and price distribution over specific timeframes. Unlike standard technical indicators that focus solely on price over time, th
Market Profile with Dashboard Indicator - Complete User Guide xau only Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The Market Profile with Dashboard is a comprehensive trading analysis tool for MetaTrader 4 that displays market profile data, volume analysis, and key market structure informa
FREE
Forex Volume MT4
KEENBASE SOFTWARE SOLUTIONS
KT Forex Volume отображает объем покупок и продаж валютной пары в виде цветной гистограммы. Объём состоит из сделок на покупку и продажу по активу. На валютном рынке: Если объем покупок превышает объем продаж, цена валютной пары растёт. Если объем продаж превышает объем покупок, цена валютной пары снижается. Особенности Избегайте неудачных сделок, подтверждая их с помощью данных по тиковому объему. Помогает торговать в направлении крупных участников рынка. Все оповещения Metatrader включены. И
Откройте для себя силу анализа объема с помощью нашего индикатора профиля объема для Metatrader! / Версия для MT5 Basic Volume Profile - это индикатор, специально разработанный для ручных трейдеров, желающих оптимизировать свою торговлю. Индикатор Volume Profile - это незаменимый инструмент для любого серьезного трейдера, желающего лучше понять поведение рынка. С помощью нашего инновационного решения вы можете четко и ясно представить, как распределяется объем торгов по ценам. Это позволит вам
Reverse side scalper is the manual trading system, that works on choppy(anti-trend) market. As a rule markets are on 80% choppy and only 20% is trend phase. System is based on custom step Moving and RSI and reverse pattern. System defines up movement, down movement, trend / choppy phases. Indicator plots Buy signal arrow when current direction is down and phase is trend, Sell signal arrow is plotted when currently is up movement and phase is trend. As a rule it allows to "catch" local maximum/mi
Money Flow Profile MT5 HERE   Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis This Master Edition is engineered for clarity and speed, featuring a unique Auto-Theme Sync system that instantly beautifies your chart layout upon loading. Key Features: True Money Flow Calculation: Goes beyond stand
Версия для MT4: https://www.mql5.com/en/market/product/157433 Версия для MT5: https://www.mql5.com/en/market/product/167286 Volume Imbalance — это легкий инструмент визуализации профиля объема + дельта-дисбаланса, разработанный для того, чтобы помочь вам выявить зоны высокой активности, направленное давление и «пустые» ценовые области в пределах настраиваемого диапазона ретроспективного анализа. В отличие от классического профиля объема, который показывает только общий объем, этот индикатор р
Adjustable Consecutive Fractals  looks for 2 or more fractals in one direction and sends out a on screen alert, sound alert and push notification, for strong reversal points . Adjustable Consecutive Fractals, shows the fractals on chart along with a color changing text for buy and sell signals when one or more fractals appear on one side of price. Adjustable Consecutive Fractals is based Bill Williams Fractals . The standard Bill Williams fractals are set at a non adjustable 5 bars, BUT withe th
The indicator allows you to trade binary options. The recommended time frame is М1 and the expiration time is 1,2,3 minutes. The indicator suitable for auto and manual trading. A possible signal is specified as a arrows above/under a candle. You should wait until the candle closes! Arrows are not re-painted Trade sessions: TOKYO section (Half-end) Currency pairs: USD/JPY Working time frame: M1 Expiration time: 1,2,3 minutes. The indicator also shows good results when using the martingale strateg
FREE
Индикатор (включает в себя  Volume Profile + Order Blocks)   - революционный индикатор, объединяющий две мощнейшие концепции современного технического анализа: профили объемов и блоки заказов институциональных игроков. Этот инструмент позволяет видеть то, что скрыто от большинства трейдеров, и дает существенное преимущество на рынке. Ключевые преимущества индикатора: Визуализация "умных денег" : Наглядно показывает зоны концентрации крупных игроков, выделяя области с максимальным объемом яркими
Volume Profile Sniper v11.1 -комплексный инструмент для анализа рынка и профессиональный подход к торговле Volume Profile Sniper v11.1 объединяет более 15 ключевых фильтров в одном индикаторе, предоставляя чёткие сигналы на основе комплексной оценки рыночной ситуации. Основные возможности Анализ объёмного дисбаланса   – алгоритм вычисляет долю покупателей и продавцов в каждой свече, сигнализируя о преобладании одной из сторон (настраиваемый порог от 50% до 90%). Многоуровневая фильтрация сигн
Индикатор отображает график (в виде баров) любого таймфрейма и символа. Продукт применяет "нисходящий" принцип инвестирования. Графики имеют множество особенностей, включая уникальные статистические уровни, округление значений, пивоты, подсчет истекшего времени, информацию об ордерах, возможность сохранять и загружать графические объекты и многие другие. Особенности До 9 графиков в ряду. Неограниченное число копий. Настройка символа и таймфрейма для каждого графика. Скользящие средние с уникаль
«Dynamic Scalping Oscillator» — это продвинутый пользовательский индикатор Crypto_Forex, эффективный инструмент для торговли на MT4! — Новое поколение осцилляторов — смотрите изображения, чтобы узнать, как им пользоваться. — Dynamic Scalping Oscillator имеет адаптивные зоны перепроданности/перекупленности. — Осциллятор — вспомогательный инструмент для поиска точных точек входа в динамических зонах перепроданности/перекупленности. — Значения перепроданности: ниже зелёной линии, значения перекупл
Scalping Snake Pro - уникальный скальпинговый индикатор, который показывает трейдеру моменты разворота цены и не перерисовывается. Этот индикатор, в отличии от многих других в интернете, не перерисовывает свои значения. Он рисует сигналы на самом первом баре, что позволяет не запаздывать с открытием сделок. Этот индикатор при появлении сигнала отправляет трейдеру на телефон и email уведомления. Весь этот функционал Вы получаете всего за 147$. Как торговать с помощью этого индикатора? Открываем т
Индикатор Markets Heat может помочь вам определить правильный курс действий в текущей рыночной ситуации, рассчитав «уровень тепла» на рынке. Что такое «уровень тепла» на рынке? Ну, это мой собственный способ упрощения сложных рыночных условий для облегчения процесса принятия решений. Как это работает? Большую часть времени рынок движется в узком диапазоне и не может «решить» куда идти -> плоский рынок -> холодный рынок. В других случаях цена идет вверх или вниз -> делает трендовые движения -> на
Подкрашивает аномально большие тиковые объёмы в красный цвет. Имеет следующие настройки: "Процент" по умолчанию "70"  (Процент на который аномальный объём должен быть больше предыдущего) "Уровень" по умолчанию "500" (Количество тиков, больше которого будем брать во внимание аномальный объём) Внимание! Данный индикатор был разработан для мелких таймфреймов M1,M5,M15. Идея в том, что на таких Таймфреймах увеличение количества тиков говорит об увеличении количество сделок, увеличения интереса к цен
SX Supply Demand Zones accurately identifies and draws high-probability Supply and Demand zones using a sophisticated algorithm. Unlike traditional indicators that clutter your chart, this indicator is designed with a focus on performance and a clean user experience. New Unique Feature: Interactive Legend System What truly sets this indicator apart from everything else is the Interactive Control Legend. You have a professional dashboard directly on your chart that allows you to: Show/Hide: Ins
FREE
Профиль Рынка (Market Profile) определяет ряд типов дней, которые помогают трейдеру распознать поведение рынка. Ключевая особенность - это область значений (Value Area), представляющая диапазон ценового действия, в котором произошло 70% торговли. Понимание области значений может помочь трейдерам вникнуть в направление рынка и установить торговлю с более высокими шансами на успех. Это отличное дополнение к любой системе, которую вы возможно используете. Blahtech Limited представляет сообществу Me
Этот индикатор сделан на основе дискретного преобразования Хартли. Использование этого преобразования позволяет применять разные подходы при обработке финансовых временных рядов. Отличительная особенность этого индикатора - его показания относятся не к одной точке на графике, а ко всем точкам периода индикатора. При обработке временного ряда индикатор позволяет выделять различные элементы временного ряда. На этом подходе построен первая возможность фильтрации - просто отбрасываются все ненужные
Time Bubble ***Specialized for GBPJPY 1H time frame*** (tested for two years with success rates about 82%) Time Circle's smart algorithm detects the price circles with time . give strong signals at the right time as result of combine the price and time. our team spent months to develop this indicator specially for GBPJPY ..with high success rates about 82% win trades over two years .tested from December 2016 to November 2018. *** in last two years total signals 1012 with 829 Wins and 183 Lo
Нестандартный индикатор определения текущего тренда. Альтернативный подход к определению текущей рыночной тенденции. В основе лежит уникальный алгоритм. Не используются   скользящие средние , осцилляторы , супер-тренды и прочие стандартные индикаторы. Для таймфреймов:   от M15 до D1 . Для стилей торговли:  интрадэй, свинг, долгосрок . Может стать готовой торговой стратегией совместно с любым канальным индикатором. Например таким, как индикатор   "Snake" . Внимание! Это индикатор, а не советник,
A tall upper shadow occurs when the price moves during the period, but goes back down, which is a bearish signal. A tall lower shadow forms when bears push the price down, but bulls pull it back up, which leaves a long line or shadow. This is considered a bullish signal. Some technical analysts believe a tall or long shadow means the stock will turn or reverse. Some believe a short or lower shadow means a price rise is coming. In other words, a tall upper shadow means a downturn is coming, while
The Smart Liquidation Clusters  is a custom technical indicator designed for the MetaTrader 4 (MT4) platform. It calculates and visualizes   estimated liquidation zones   based on price action and internal algorithms, displaying them as a dynamic heatmap on the chart. These zones are known by several names, sometimes referred to as liquidity pools, liquidity levels, leverage levels, liquidation heatmap levels, leverage heatmap zones, or leverage heatmap levels. These zones represent   potential
AXIOM STATS СТАРТОВАЯ ЦЕНА: $99 Axiom Stats доступен по стартовой цене $99. После первых 30 покупок цена увеличится до $199. После покупки отправьте мне личное сообщение, чтобы получить инструкции и забрать эксклюзивный бесплатный бонус. Axiom Stats — это профессиональный индикатор для анализа статистики торгового счёта и результатов торговли. Он считывает данные вашего торгового счёта и превращает их в полный визуальный разбор эффективности, статистики, сделок, рисков, стабильности, просадок и
Simple Anchored VWAP is a lightweight yet powerful tool designed for traders who want precise volume-weighted levels without complexity. This indicator lets you anchor VWAP from any point on the chart and instantly see how price reacts around institutional volume zones. MT5 Version -  https://www.mql5.com/en/market/product/155321/ Join To Learn Market Depth -   https://www.mql5.com/en/channels/suvashishfx Using VWAP bands and dynamic levels, the tool helps you understand where real buying and s
FREE
Wouldn’t you love a heads up alert when the market is switching from bullish to bearish momentum? When the background turns green, there is your signal to place a long trade to increase your profitability. Also, when the background turns red, guess what? It’s time to go short for profits. HOW TO USE 1. When the background turns green, this is the best place to take long trades. This also represents a bull market. 2. When the background turns red, this is the best place to take short trades. This
SuperSignalsX — это современный индикатор, созданный для того, чтобы облегчить процесс анализа рынка и сделать его максимально наглядным. Его основная задача — автоматически определять локальные минимумы и максимумы, учитывая показатели средней волатильности (ATR). В этих точках индикатор ставит специальные метки в виде кружков со стрелками, что позволяет трейдеру быстро ориентироваться даже в динамичных рыночных условиях. Использование SuperSignalsX значительно повышает эффективность работы, та
Представляем вашему вниманию индикатор "Счётчик закрытия свечи", который станет вашим незаменимым помощником в мире трейдинга. Вот почему знание того, когда свеча закроется, может помочь: Если вы любите торговать, используя свечные паттерны, то вы будете знать, когда свеча будет закрыта. Этот индикатор позволит вам проверить, сформировался ли известный шаблон и есть ли возможность торговли. Индикатор поможет вам подготовиться к открытию рынка и закрытию рынка. Вы можете установить таймер, чтобы
NN8D Volume
Aleksandr Nikolskii
4 (1)
NN8D Volume - один из индикаторов, которые входят в Торговую Систему NN8D ( N ikolsky's N esting D oll - Матрешка Никольского). NN8D Volume является индикатором, который показывает направление движения тренда, при этом фильтруя шум рынка и удерживая в сделке даже в коррекциях основного тренда. Чеклист на покупку (Buy): Bulls на текущем баре и желательно на предыдущем. Линия NN8D Volume должна идти вверх, отдаляясь от точек Bulls , показывая бычий тренд и повышение волатильности. Текущий бар - Bu
EARLY REMINDER: The Starting price is 65 price will rise soon up to 365$ and then 750$ after first 10 copies of sales. Grab this offer now! Introduction Hello, traders! Welcome to the demonstration of the Forex Beast Indicator , a comprehensive tool designed to assist aspiring traders in navigating the complexities of the forex market. This indicator incorporates seven essential components to provide a well-rounded trading experience: Moving Averages Colored Zones Support and Resistance Levels
С этим продуктом покупают
Gann Made Easy - это профессиональная, но при этом очень простая в применении Форекс система, основанная на лучших принципах торговли по методам господина У.Д. Ганна. Индикатор дает точные BUY/SELL сигналы, включающие в себя уровни Stop Loss и Take Profit. ПОЖАЛУЙСТА, СВЯЖИТЕСЬ СО МНОЙ ПОСЛЕ ПОКУПКИ, ЧТОБЫ ПОЛУЧИТЬ ТОРГОВЫЕ ИНСТРУКЦИИ И ОТЛИЧНЫЕ ДОПОЛНИТЕЛЬНЫЕ ИНДИКАТОРЫ БЕСПЛАТНО! Вероятно вы уже не раз слышали о торговли по методам Ганна. Как правило теория Ганна отпугивает от себя не только н
Super Signal – Skyblade Edition Профессиональная система трендовых сигналов без перерисовки и без задержек с исключительным процентом выигрышей | Для MT4 / MT5 Лучше всего работает на младших таймфреймах, таких как 1 минута, 5 минут и 15 минут. Основные характеристики: Super Signal – Skyblade Edition — это интеллектуальная система сигналов, специально разработанная для трендовой торговли. Она использует многоуровневую фильтрацию, чтобы выявлять только сильные направленные движения, подкреплённ
Neuro Poseidon - новый индикатор от Дарьи Резуевой. Он сочетает точные торговые сигналы с адаптивными уровнями TP/SL , в результате создавая максимально выгодные сделки! TO SWITCH TO   ENG   PLEASE CHOOSE IT IN THE UPPER-RIGHT CORNER OF THE WEBSITE Напишите мне после покупки и получите Neuro Poseidon Assistant в подарок для автоматизации вашей торговли! Что отличает его от других индикаторов? 1. Доказанная прибыльность на всех активах и таймфреймах 2. На графике присутствуют только подтвержденн
Prop Firm Sniper MT4  is a professional market structure indicator that automatically identifies high-probability BUY and SELL opportunities using BOS and CHoCH analysis. Recommended Timeframes: For backtesting, use the indicator on   M5 or M15   for Gold (XAUUSD), and   M15 or H1   for more volatile Forex pairs such as   GBPUSD, USDJPY, EURGBP , and similar markets. CONTACT ME AFTER PURCHASE TO CLAIM YOUR FREE BONUSES! Prop Firm Sniper  is a professional market structure indicator designed t
M1 SNIPER — это простая в использовании торговая система. Это стрелочный индикатор, разработанный для тайм фрейма M1. Индикатор можно использовать как отдельную систему для скальпинга на тайм фрейме M1, а также как часть вашей существующей торговой системы. Хотя эта торговая система была разработана специально для торговли на M1, ее можно использовать и с другими тайм фреймами. Первоначально я разработал этот метод для торговли XAUUSD и BTCUSD. Но я считаю этот метод полезным и для торговли на д
SR Liquidity — это торговый индикатор, предназначенный для выявления скрытых зон, где концентрируется рыночная ликвидность и наблюдается наиболее сильная реакция цены. Эти особые зоны ликвидности выступают в качестве мощных уровней поддержки и сопротивления, предоставляя вам четкую картину того, где с наибольшей вероятностью произойдет разворот рынка. Вместо построения стандартных линий поддержки и сопротивления, индикатор SR Liquidity анализирует реальное поведение цены, выявляя зоны концентрац
Scalper Inside PRO помогает читать внутридневной тренд и планировать сделку до входа в рынок. Индикатор использует эксклюзивные встроенные алгоритмы для оценки направления рынка и расчёта ключевых целевых уровней в момент появления сигнала, поэтому вы всегда заранее видите потенциальный вход, стоп-лосс и цели по прибыли. Индикатор также показывает подробную статистику эффективности на исторических данных, чтобы вы могли увидеть, как вели себя разные инструменты и стратегии, и выбрать то, что под
Currency Strength Wizard — очень мощный индикатор, предоставляющий вам комплексное решение для успешной торговли. Индикатор рассчитывает силу той или иной форекс-пары, используя данные всех валют на нескольких тайм фреймах. Эти данные представлены в виде простых в использовании индексов валют и линий силы валют, которые вы можете использовать, чтобы увидеть силу той или иной валюты. Все, что вам нужно, это прикрепить индикатор к графику, на котором вы хотите торговать, и индикатор покажет вам ре
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 4. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status,
MTF Supply Demand Zones
Georgios Kalomoiropoulos
4.82 (22)
Следующее поколение автоматизированных зон спроса и предложения. Новый инновационный алгоритм, работающий на любом графике. Все зоны создаются динамически в соответствии с ценовым действием рынка. ДВА ТИПА СИГНАЛОВ --> 1) ПРИ ПОПАДАНИИ ЦЕНЫ В ЗОНУ 2) ПРИ ФОРМИРОВАНИИ НОВОЙ ЗОНЫ Вы не получите еще один бесполезный индикатор. Вы получаете полную торговую стратегию с проверенными результатами.     Новые особенности:     Оповещения, когда цена достигает зоны спроса/предложения     Оповещения
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
Специальное предложение – скидка 30% Этот индикатор является уникальным, качественным и доступным инструментом для торговли, включающим в себя наши собственные разработки и новую формулу. В обновленной версии появилась возможность отображать зоны двух таймфреймов. Это означает, что вам будут доступны зоны не только на старшем ТФ, а сразу с двух таймфреймов - таймфрейма графика и старшего: отображение вложенных зон. Обновление обязательно понравится всем трейдерам, торгующим по зонам спроса и пре
Dynamic Forex28 Navigator — инструмент для торговли на рынке Форекс нового поколения. В НАСТОЯЩЕЕ ВРЕМЯ СКИДКА 49%. Dynamic Forex28 Navigator — это эволюция наших популярных индикаторов, объединяющая мощь трех в одном: Advanced Currency Strength28 Indicator (695 отзывов) + Advanced Currency IMPULSE with ALERT (520 отзывов) + CS28 Combo Signals (бонус). Подробности об индикаторе https://www.mql5.com/en/blogs/post/758844 Что предлагает индикатор Strength нового поколения?  Все, что вам нравило
DayTrader PRO DayTrader PRO — это передовой торговый индикатор, сочетающий фильтр Лагерра (Laguerre Filter) Джона Элерса с мощным движком автоматической оптимизации. Вместо использования фиксированных параметров индикатор автоматически подбирает оптимальные настройки на основе недавних рыночных условий, что позволяет адаптироваться к изменяющейся волатильности без необходимости ручной корректировки. Индикатор генерирует четкие сигналы на ПОКУПКУ и ПРОДАЖУ, а также адаптивные уровни Stop Loss и T
Hydra Trend Rider is a non-repainting, multi-timeframe trend indicator that delivers precise buy/sell signals and real-time alerts for high-probability trade setups. With its color-coded trend line, customizable dashboard, and mobile notifications, it's perfect for traders seeking clarity, confidence, and consistency in trend trading. Setup & Guide:  Download  MT5 Version here. To learn how to use the Indicator: Indicator Manual & Guide -   Read Here Exclusively for you: It's your chance to st
Finesia Scalper - High Probability & Non-Repainting System Discounted   Price   !!     Secure the Lowest Price Today. Next The price will increase to   250 USD . Are you looking for a powerful, high-probability trading indicator that removes the guesswork from your chart? Finesia Scalper is a professional-grade, 100% non-repainting trading tool designed to provide you with ultimate precision. Built on a proven algorithm, this indicator seamlessly combines three highly effective trading methodolo
Документация по подключению Metatrader 4 к Python с помощью простого советника перетаскивания. Полное подходящее решение, полностью протестированное, быстрое и эффективное! Разъем Python MT4 EA socket Легче, чем когда-либо прежде! Подключить Metatrader4 со стратегиями Python с помощью этого простого советника перетаскивания еще никогда не было так просто! Полное и быстрое решение, протестированное на реальной торговле. Потрясающие возможности, такие как загрузка данных бара и создание прямой л
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Smart Trend Trading System сейчас доступен за $99 . Цена увеличится до $199 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки Smart Trend Trading System отправьте мне личное сообщение, чтобы получить Smart Universal EA БЕСПЛАТНО и превратить сигналы Smart Trend в автоматические сделки. Smart Trend Trading System — это полноценная торговая система без перерисов
Официальный доступ к экосистеме BlueDigitsFx Получайте обновления инфраструктуры, рабочие материалы, новые продукты и доступ к официальной экосистеме BlueDigitsFx. Экосистема Telegram Веб-сайт Версия MT5 BlueDigitsFx Easy 123 System — Мощная система определения разворотов и пробоев для MT4 Универсальная не перерисовывающаяся система для поиска разворотов и пробоев рынка — создана для трейдеров, которые ценят структуру, ясность и торговлю на основе подтверждений. BlueDigitsFx Easy 123 System —
Ace Supply Demand Zone Indicator The concept of supply demand relies on the quantity mismatching between buying and selling volumes in the financial market. Supply and demand zone can provide the good entry and exit. A zone is easier to trade than a line. The supply demand zone can provide the detailed trading plan and the risk management. Its ability to predict market direction is high. There are two distinctive points about Ace Supply Demand Zone Indicator. Ace Supply Demand Zone indicator was
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Atomic Analyst сейчас доступен за $99 . Цена увеличится до $199 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки Atomic Analyst отправьте мне личное сообщение, чтобы получить Smart Universal EA БЕСПЛАТНО и превратить сигналы Atomic Analyst в автоматические сделки. Atomic Analyst — это индикатор Price Action без перерисовки, без перерисовывания истории и без
Обнаруживайте Indirection Break Out Signal с высоким процентом успешности. Цена вырастет до 119$ к 15 августа Введение в Market Structure Break Out (MSB) , этот индикатор — продвинутый инструмент, разработанный для платформ MT4 и MT5 , помогающий трейдерам видеть движение рынка через призму ценовой структуры. Он определяет и выделяет ключевые торговые сигналы с помощью стрелок и оповещений — как по направлению тренда , так и против него (сигналы разворота). Одной из его выдающихся функций являет
Meravith
Ivan Stefanov
5 (3)
Инструмент маркет-мейкеров. Meravith будет: Анализировать все таймфреймы и отображать текущий действующий тренд. Выделять зоны ликвидности (объёмное равновесие), где бычий и медвежий объём равны. Показывать все уровни ликвидности с разных таймфреймов прямо на вашем графике. Генерировать и отображать текстовый анализ рынка для вашего ориентирования. Рассчитывать цели, уровни поддержки и стоп-лосс в соответствии с текущим трендом. Вычислять соотношение риск/прибыль для ваших сделок. Определять раз
Gold Signal Swing Pro XAUUSD with Auto TP SL (MT4) — Система из 7 фильтров + Гарантия RR для свинг-трейдинга XAUUSD Без перерисовки. Без перерисовки. Без задержек. Все сигналы фиксируются после подтверждения. Бонус для покупателей: Получите AI Zone Radar (стоимость $59) + PDF-руководство бесплатно при покупке. Напишите мне сообщение на MQL5 после покупки. AI Zone Radar: https://www.mql5.com/en/market/product/175834 Версия MT5 также доступна:  https://www.mql5.com/ja/market/product/177643?source=
TrendMaestro
Stefano Frisetti
4 (4)
Attention: beware of SCAMS, TRENDMAESTRO is only ditributed throught MQL5.com market place. note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes a
TrendDecoder Premium
Christophe Pa Trouillas
5 (8)
Определите диапазоны и следующие вероятные движения   |  Получите самые ранние сигналы и силу трендов   |  Получите четкие выходы перед разворотом   |  Определите уровни Фибо, которые будет тестировать цена Индикатор без перерисовки и задержек - идеально подходит для ручной и автоматической торговли - подходит для всех активов и всех временных единиц После покупки, пожалуйста, свяжитесь со мной, чтобы получить ваш БЕСПЛАТНЫЙ TrendDECODER_Scanner. Версия   МТ5 :   кликните сюда Получите наш полны
M1 Arrow
Oleg Rodin
4.81 (21)
Индикатор M1 Arrow основан на естественных принципах торговли на рынке, включая анализ волатильности и объема. Индикатор можно использовать с любым таймфреймом и валютной парой. Один простой в использовании параметр индикатора позволит вам адаптировать сигналы к любой валютной паре и таймфрейму, на котором вы хотите торговать. Помимо основного алгоритма, основанного на сигналах на покупку и продажу, индикатор также имеет множество встроенных дополнительных стратегий, которые вы можете выбрать в
Хватит гадать. Начните торговать со статистическим преимуществом. Фондовые индексы торгуются не так, как форекс. У них определённые сессии, ночные гэпы и предсказуемые статистические паттерны. Этот индикатор предоставляет вам данные о вероятности, необходимые для уверенной торговли такими индексами, как DAX, S&P 500 и Dow Jones. Чем он отличается Большинство индикаторов показывают, что произошло. Этот показывает, что вероятно произойдёт дальше. Каждый торговый день индикатор анализирует вашу тек
Индикатор AW Candle Patterns является комбинацией из продвинутого трендового индикатора в сочетании с мощным сканером свечных паттернов. Это полезный инструмент для распознания и выделения тридцати наиболее надежных свечных паттернов. Помимо этого это анализатор текущего тренда по окрашенным барам с  подключаемой мультитаймфреймовой трендовой панелью, изменяемой по размеру и положению. Уникальная возможность регулировки отображения паттернов в зависимости от трендовой фильтрации.  Преимущества: 
PZ Day Trading
PZ TRADING SLU
3.67 (3)
Этот индикатор обнаруживает разворот цены зигзагообразно, используя только анализ ценового действия и канал Дончиана. Он был специально разработан для краткосрочной торговли, без перекраски или перекраски вообще. Это фантастический инструмент для проницательных трейдеров, стремящихся увеличить сроки своих операций. [ Руководство по установке | Руководство по обновлению | Устранение неполадок | FAQ | Все продукты ] Удивительно легко торговать Это обеспечивает ценность на каждом таймфрейме Реал
Institutional Blueprint   (MT4) — Market Structure, Order Blocks & Risk/Reward Zones Institutional Blueprint reads the chart the way professional price-action traders do. On every closed bar it maps live market structure, marks the Order Block behind each move, and turns the most relevant block into a ready-to-read trade plan with a clear Entry, Stop Loss and three Take-Profit targets — drawn as a green reward zone and a red risk zone, so the trade geometry is obvious at a glance. Based on Sm
Другие продукты этого автора
It is based on the Volli indicator. The Expert Advisor trades by volume levels. It is set up for EURUSD H1. Stops are set and managed depending on market volatility. The lot is set depending on the deposit. The main settings are lot, stop, symbol, and TF blocks.In general, it is advisable not to change the settings. It is designed for trading from $40. It is very important to test on quotes from a live account. EA is designed for long-term trading. 2.3 orders per month. Also there is indicator 
Фильтр:
Нет отзывов
Ответ на отзыв