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


Önerilen ürünler
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
Metatrader için hacim profili göstergemizle hacim analizinin gücünü keşfedin! / MT5 Sürümü Temel Hacim Profili, işlemlerini optimize etmek isteyen manuel yatırımcılar için özel olarak tasarlanmış bir göstergedir. Hacim Profili Göstergesi, piyasa davranışını daha iyi anlamak isteyen tüm ciddi yatırımcılar için önemli bir araçtır. Yenilikçi çözümümüzle, işlem hacminin fiyatlara nasıl dağıldığını açık ve net bir şekilde görselleştirebilirsiniz. Bu sayede destek ve direnç seviyeleri, birikim ve da
Forex Volume MT4
KEENBASE SOFTWARE SOLUTIONS
KT Forex Volume, bir döviz çiftinin alım ve satım hacmini renkli histogram şeklinde gösterir. Hacim, bir varlık üzerindeki alım ve satım işlemlerinden oluşur. Forex piyasasında: Eğer alım hacmi, satım hacminden büyükse döviz çiftinin fiyatı yükselir. Eğer satım hacmi, alım hacminden büyükse döviz çiftinin fiyatı düşer. Özellikler İşlemleri, tick hacim verilerini kullanarak doğrulayarak kötü işlemlerden kaçının. Piyasadaki büyük oyuncuların yönünde işlem yapmanıza yardımcı olur. Tüm Metatrader u
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 Sürümü: https://www.mql5.com/en/market/product/157433 MT5 Sürümü: https://www.mql5.com/en/market/product/167286 Hacim Dengesizliği, yapılandırılabilir bir geri bakma aralığı içinde yüksek aktiviteli fiyat bölgelerini, yönsel baskıyı ve "boş" fiyat alanlarını belirlemenize yardımcı olmak için tasarlanmış hafif bir Hacim Profili + Delta Dengesizliği görselleştirme aracıdır. Sadece toplam hacmi gösteren klasik hacim profilinin aksine, bu gösterge her fiyat seviyesini şu şekilde ayırır: Boğa
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
Indicator (includes Volume Profile + Order Blocks) - a revolutionary indicator that combines two of the most powerful concepts of modern technical analysis: volume profiles and institutional players' order blocks. This tool allows you to see what is hidden from most traders and gives you a significant advantage in the market. Key benefits of the indicator: Visualization of "smart money": Clearly shows the areas of concentration of large players, highlighting areas with maximum volume in bright
Volume Profile Sniper v11.1 – Piyasa analizi için kapsamlı bir araç  Ticarete profesyonel yaklaşım Volume Profile Sniper v11.1, piyasa durumunun kapsamlı değerlendirmesine dayalı olarak net sinyaller sağlayan tek bir göstergede 15'ten fazla temel filtreyi birleştirir.  Temel özellikler Hacim dengesizliği analizi – algoritma, her mumda alıcıların ve satıcıların oranını hesaplar ve bir tarafın baskın olduğunu bildirir (ayarlanabilir eşik %50 ile %90 arasındadır). Çok seviyeli sinyal filtreleme
This indicator displays a bar chart for any time period and symbol. It allows to implement "top-down" investment approach. Charts have many features including unique statistical bands, rounded numbers, pivots, the elapsed time count, information about orders, change chart by clicking, saving and loading graphic objects and many others. Key Futures Up to 9 chart per row. Unlimited number of instances. Symbol and timeframe freely adjustable for every chart. Moving Averages that have a unique meth
"Dinamik Scalping Osilatörü" - gelişmiş, özel bir Kripto-Forex göstergesi - MT4 için verimli bir işlem aracı! - Yeni nesil Osilatörler - nasıl kullanılacağını görmek için resimlere bakın. - Dinamik Scalping Osilatörü, uyarlanabilir Aşırı Satış/Aşırı Alım bölgelerine sahiptir. - Osilatör, dinamik Aşırı Satış/Aşırı Alım bölgelerinden kesin giriş noktalarını bulmak için yardımcı bir araçtır. - Aşırı Satış değerleri: Yeşil çizginin altında, Aşırı Alım değerleri: Turuncu çizginin üzerinde. - Bu göst
Scalping Snake Pro is a unique scalping indicator that shows the trader the price reversal moments and does not redraw. This indicator, unlike many others on the Internet, does not redraw its values. It draws signals on the very first bar, which allows you not to be late with opening deals. This indicator sends notifications to the trader by phone and email when a signal appears. You get all this functionality for only $147. How to trade with this indicator? Open the H1 timeframe. Currency pai
Markets Heat
Viktor Yatsyshyn
Markets Heat indicator can help you determine correct course of action at current market situation, by calculating market's "heat level". What is market's "heat level"? Well, it's my own way of simplifying complex market conditions to ease decision-making process. How does it work? Most of time market is moving in some narrow range and can't "decide" where to go -> flat market -> cold market. Other times, price goes Up or Down -> making trend movements -> heating the market. More powerful trends
Max Volume
Maksim Slovakov
Подкрашивает аномально большие тиковые объёмы в красный цвет. Имеет следующие настройки: "Процент" по умолчанию "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
Blahtech Market Profile
Blahtech Limited
4.53 (15)
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Blahtech Limited presents their Market Profile indicator for the MetaTrader community. Ins
Bu gösterge, ayrık Hartley dönüşümüne dayanmaktadır. Bu dönüşümü kullanmak, finansal zaman serilerini işlerken farklı yaklaşımlar uygulamanıza olanak tanır. Bu göstergenin ayırt edici bir özelliği, okumalarının grafikteki bir noktaya değil, gösterge döneminin tüm noktalarına atıfta bulunmasıdır. Bir zaman serisini işlerken gösterge, zaman serisinin çeşitli öğelerini seçmenize olanak tanır. İlk filtreleme olasılığı bu yaklaşım üzerine kuruludur - tüm gereksiz yüksek frekanslı bileşenler basitçe
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
Rhino NW
Sergei Shishaev
Нестандартный индикатор определения текущего тренда. Альтернативный подход к определению текущей рыночной тенденции. В основе лежит уникальный алгоритм. Не используются   скользящие средние , осцилляторы , супер-тренды и прочие стандартные индикаторы. Для таймфреймов:   от 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 LANSMAN FİYATI: 99 $ Axiom Stats şu anda 99 $ lansman fiyatıyla sunulmaktadır. İlk 30 satın alımdan sonra fiyat 199 $’a yükselecektir. Satın alma işleminizden sonra talimatları ve size özel ücretsiz hediyenizi almak için bana özel mesaj gönderin. Axiom Stats, bir trading hesabının istatistiklerini ve performansını analiz etmek için tasarlanmış profesyonel bir indikatördür. Hesap verilerini okur; performansı, istatistikleri, işlemleri, riskleri, istikrarı, drawdown’ları ve hesabın gen
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
QB Schumann Market Resonance MT4 QB Schumann Market Resonance MT4 is an advanced market rhythm indicator inspired by the concept of resonance and market pressure analysis. Instead of relying on traditional lagging indicators, it evaluates the balance between bullish and bearish pressure using candle structure, volatility, momentum, and tick activity to identify potential turning points and directional strength. The indicator displays an intuitive dashboard with live Bull Pressure, Bear Pressure,
SuperSignalsX
Mykola Pavliuchenko
SuperSignalsX is a modern indicator designed to simplify market analysis and make it more visual and effective. Its main function is to automatically detect local highs and lows based on Average True Range (ATR). At these points, the indicator places clear marks in the form of circles with arrows, allowing traders to quickly navigate even in highly volatile market conditions. Using SuperSignalsX significantly increases efficiency, as it removes routine calculations and eliminates the need to man
We present you the indicator "Candle closing counter", which will become your indispensable assistant in the world of trading. That’s why knowing when the candle will close can help: If you like to trade using candle patterns, you will know when the candle will be closed. This indicator will allow you to check if a known pattern has formed and if there is a possibility of trading. The indicator will help you to prepare for market opening and market closure. You can set a timer to create a pre
NN8D Volume
Aleksandr Nikolskii
4 (1)
NN8D Volume is one of the indicators included to NN8D trading system ( N ikolsky's N esting D oll). NN8D Volume displays a trend direction sorting out the market noise and keeping trades even during main trend corrections. Buy checklist: Bulls on the current bar and preferably on the previous one. NN8D Volume line should go up moving away from Bulls points, showing a bullish trend and increase in volatility. Current bar - Buy (an open price is below a close one). Sell checklist: Bears on the cur
Bu ürünün alıcıları ayrıca şunları da satın alıyor
Gann Made Easy
Oleg Rodin
4.84 (171)
Gann Made Easy , bay teorisini kullanarak ticaretin en iyi ilkelerine dayanan, profesyonel ve kullanımı kolay bir Forex ticaret sistemidir. WD Gann. Gösterge, Zararı Durdur ve Kâr Al Seviyeleri dahil olmak üzere doğru SATIN AL ve SAT sinyalleri sağlar. PUSH bildirimlerini kullanarak hareket halindeyken bile işlem yapabilirsiniz. Satın alma işleminden sonra, alım satım talimatlarını ve harika ek göstergeleri ücretsiz olarak almak için lütfen benimle iletişime geçin! Muhtemelen Gann ticaret yöntem
Neuro Poseidon MT4
Daria Rezueva
4.8 (45)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for all
Scalper Inside PRO
Alexey Minkov
4.74 (68)
Scalper Inside PRO helps you read the intraday trend and plan your trade before you enter. It uses exclusive built-in algorithms to evaluate market direction and calculate key target levels the moment a signal appears, so you always see the potential entry, stop-loss and profit targets ahead of time. The indicator also shows detailed performance statistics on historical data, so you can see how different instruments and strategies behaved and choose what fits current market conditions. You can e
SR Liquidity , piyasa likiditesinin yoğunlaştığı ve fiyatın en güçlü tepkiyi verdiği gizli bölgeleri ortaya çıkarmak için tasarlanmış bir alım-satım göstergesidir. Bu özel likidite alanları güçlü destek ve direnç seviyeleri işlevi görerek, piyasanın yön değiştirme ihtimalinin en yüksek olduğu yerlere dair size net bir harita sunar. SR Liquidity, sıradan Destek/Direnç çizgileri çizmek yerine, alım ve satım baskısının yoğunlaştığı bölgeleri tespit etmek için gerçek fiyat hareketlerini analiz eder.
Prop Firm Sniper
Mohamed Hassan
5 (5)
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
Oleg Rodin
5 (26)
M1 SNIPER kullanımı kolay bir işlem göstergesi sistemidir. M1 zaman dilimi için tasarlanmış bir ok göstergesidir. Gösterge, M1 zaman diliminde scalping için bağımsız bir sistem olarak kullanılabilir ve mevcut işlem sisteminizin bir parçası olarak kullanılabilir. Bu işlem sistemi özellikle M1'de işlem yapmak için tasarlanmış olsa da, diğer zaman dilimleriyle de kullanılabilir. Başlangıçta bu yöntemi XAUUSD ve BTCUSD ticareti için tasarladım. Ancak bu yöntemi diğer piyasalarda işlem yaparken de ya
Currency Strength Wizard , başarılı ticaret için size hepsi bir arada çözüm sağlayan çok güçlü bir göstergedir. Gösterge, birden çok zaman dilimindeki tüm para birimlerinin verilerini kullanarak şu veya bu forex çiftinin gücünü hesaplar. Bu veriler, şu veya bu para biriminin gücünü görmek için kullanabileceğiniz, kullanımı kolay para birimi endeksi ve para birimi güç hatları biçiminde temsil edilir. İhtiyacınız olan tek şey, işlem yapmak istediğiniz tabloya göstergeyi eklemektir ve gösterge size
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,
Quantum Breakout Indicator PRO
Bogdan Ion Puscasu
4.96 (26)
Tanıtım       Quantum Breakout PRO   , Breakout Bölgeleri ile ticaret yapma şeklinizi değiştiren çığır açan MQL5 Göstergesi! 13 yılı aşkın ticaret deneyimine sahip deneyimli tüccarlardan oluşan bir ekip tarafından geliştirilen   Quantum Breakout PRO   , yenilikçi ve dinamik koparma bölgesi stratejisiyle ticaret yolculuğunuzu yeni zirvelere taşımak için tasarlanmıştır. Kuantum Breakout Göstergesi, size 5 kar hedefi bölgesi ile kırılma bölgelerinde sinyal okları ve kırılma kutusuna dayalı olara
DayTrader PRO MT4
Davit Beridze
5 (1)
DayTrader PRO DayTrader PRO, John Ehlers'in Laguerre filtresini güçlü bir otomatik optimizasyon motoruyla birleştiren gelişmiş bir alım satım indikatörüdür. Sabit parametreler kullanmak yerine, indikatör yakın piyasa koşullarına göre en iyi ayarları otomatik olarak arar ve sürekli manuel ayarlamalar yapmadan değişen piyasa volatilitesine uyum sağlamanıza yardımcı olur. İndikatör, net ALIM (BUY) ve SATIM (SELL) sinyallerinin yanı sıra mevcut piyasa volatilitesinden hesaplanan adaptif Stop Loss ve
Super Signal – Skyblade Edition Profesyonel No-Repaint / Gecikmesiz Trend Sinyal Sistemi, Olağanüstü Kazanma Oranı ile | MT4 / MT5 için 1 dakika, 5 dakika ve 15 dakika gibi daha düşük zaman dilimlerinde en iyi şekilde çalışır. Temel Özellikler: Super Signal – Skyblade Edition, özellikle trend bazlı işlemler için geliştirilmiş akıllı bir sinyal sistemidir. Yalnızca güçlü, yönlü ve gerçek momentum destekli piyasa hareketlerini tespit etmek amacıyla çok katmanlı bir filtreleme yapısı kullanır. Bu s
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
Özel Ticaret –%30 İndirim Yeni Başlayanlar veya Uzman Yatırımcılar İçin En İyi Çözüm! Bu gösterge, bir dizi özel özellik ve yeni bir formül içerdiği için benzersiz, yüksek kaliteli ve uygun fiyatlı bir işlem aracıdır. Bu güncelleme ile çift zaman dilimi bölgeleri gösterebileceksiniz. Sadece daha yüksek bir zaman dilimini değil, hem grafik zaman dilimini hem de daha yüksek zaman dilimini gösterebileceksiniz: İÇ İÇE GEÇMİŞ BÖLGELER GÖSTERİYOR. Tüm Arz Talep yatırımcıları buna bayılacak. :) Önem
Resmi BlueDigitsFx Ekosistemi Erişimi Altyapı güncellemelerine, işlem kaynaklarına, ürün yayınlarına ve resmi BlueDigitsFx ekosistemine erişim sağlayın. Telegram Ekosistemi Web Sitesi MT5 Sürümü BlueDigitsFx Easy 123 System — MT4 İçin Güçlü Dönüş ve Kırılım Tespit Sistemi Piyasa dönüşlerini ve kırılımları tespit etmek için tasarlanmış, yeniden çizim yapmayan (Non-Repaint) hepsi bir arada sistem — yapı, netlik ve onay temelli işlem yaklaşımına önem veren yatırımcılar için geliştirilmiştir. Blu
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
Dynamic Forex28 Navigator - Yeni Nesil Forex Ticaret Aracı. ŞU ANDA %49 İNDİRİM. Dynamic Forex28 Navigator, uzun zamandır popüler olan göstergelerimizin evrimidir ve üçünün gücünü tek bir göstergede birleştirir: Gelişmiş Döviz Gücü28 Göstergesi (695 inceleme) + Gelişmiş Döviz İMPULS ve UYARI (520 inceleme) + CS28 Kombo Sinyalleri (Bonus). Gösterge hakkında ayrıntılar https://www.mql5.com/en/blogs/post/758844 Yeni Nesil Güç Göstergesi Ne Sunuyor?  Orijinallerde sevdiğiniz her şey, şimdi yeni
Finesia Sniper
Robby Suhendrawan
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
Documentation for connecting Metatrader 4 with Python with a simple drag and drop EA.   A full end-to-end solution ,fully tested ,fast and efficient! The Pytrader ecosystem consists of a python script and a MT4 EA. (  MT5  version ) Further for the licensing an indicator is used.  The communication between the python script and the EA is based on sockets. EA is the  Server   and the python script the  Client .  It is always query(function / python script) and output(data / server). The EA doe
Bu ürün 2026 piyasası için güncellendi ve en son MT5 sürümleri için optimize edildi. FİYAT GÜNCELLEME BİLDİRİMİ: Smart Trend Trading System şu anda $99 fiyatıyla sunulmaktadır. Sonraki 30 satın alma işleminden sonra fiyat $199 olacaktır. ÖZEL TEKLİF: Smart Trend Trading System satın aldıktan sonra bana özel mesaj gönderin, Smart Universal EA’yı ÜCRETSİZ olarak alın ve Smart Trend sinyallerinizi otomatik işlemlere dönüştürün. Smart Trend Trading System, daha temiz sinyaller, daha iyi trend yönü
BUY 1 and GET 1 FREE - Promotion! Buy Trend Reader Indicator with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $117 (Regular Price: $297 — You Save $180! Don't Miss!) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Trend Reader Indicator is a revolutionary trading indicator designed to empower forex traders with the tools they need to make informed trading decisions. This cutting-edge indicator utilizes compl
Fiyat tersine döndükçe ve geri çekildikçe piyasa yapısından elde edilen kâr değişir. Piyasa yapısını tersine çevirme uyarısı göstergesi, bir trendin veya fiyat hareketinin ne zaman tükenmeye yaklaştığını ve tersine dönmeye hazır olduğunu tanımlar. Genellikle bir geri dönüş veya büyük bir geri çekilme meydana gelmek üzereyken meydana gelen piyasa yapısındaki değişiklikler konusunda sizi uyarır. Gösterge, olası bir tükenme noktasının yakınında her yeni yüksek veya düşük oluştuğunda, başlangıçta
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
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
Atomic Analyst
Issam Kassas
5 (11)
Bu ürün 2026 piyasası için güncellendi ve en son MT5 sürümleri için optimize edildi. FİYAT GÜNCELLEME BİLDİRİMİ: Atomic Analyst şu anda $99 fiyatıyla sunulmaktadır. Sonraki 30 satın alma işleminden sonra fiyat $199 olacaktır. ÖZEL TEKLİF: Atomic Analyst satın aldıktan sonra bana özel mesaj gönderin, Smart Universal EA’yı ÜCRETSİZ olarak alın ve Atomic Analyst sinyallerinizi otomatik işlemlere dönüştürün. Atomic Analyst, manuel trading, sinyal netliği ve EA otomasyonu için tasarlanmış, repaint
Market Structure Break Out
Ashkan Hazegh Nikrou
5 (8)
Yüksek başarı oranıyla Indirection Break Out Signal tespit edin. Fiyat 15 Ağustos'a kadar 119$'a yükselecek Market Structure Break Out (MSB) girişi , bu indikatör MT4 ve MT5 platformları için tasarlanmış gelişmiş bir araçtır ve traderların piyasa hareketini fiyat yapısı merceğinden görmesine yardımcı olur. Oklar ve uyarılar kullanarak hem trend yönünde hem de tersine (dönüş sinyalleri) önemli işlem sinyallerini tanımlar ve vurgular. Öne çıkan özelliklerinden biri, traderlara kritik fiyat alanlar
Meravith
Ivan Stefanov
5 (3)
Market maker aracı. Meravith şunları yapar: Tüm zaman dilimlerini analiz eder ve geçerli trendi gösterir. Alış ve satış hacimlerinin eşit olduğu likidite bölgelerini (hacim dengesi) vurgular. Farklı zaman dilimlerinden tüm likidite seviyelerini doğrudan grafiğinizde gösterir. Referansınız için metin tabanlı piyasa analizi üretir ve sunar. Mevcut trende göre hedefler, destek seviyeleri ve stop-loss noktalarını hesaplar. İşlemleriniz için risk/ödül oranını hesaplar. Hesap bakiyenize göre pozisyon
Bu gösterge panosu, piyasa yapısını tersine çevirme göstergesiyle kullanım için bir uyarı aracıdır. Birincil amacı, belirli zaman dilimlerinde geri dönüş fırsatları ve ayrıca göstergenin yaptığı gibi uyarıların yeniden test edilmesi (onay) konusunda sizi uyarmaktır. Pano, kendi başına bir grafik üzerinde oturacak ve seçtiğiniz çiftler ve zaman dilimlerinde size uyarılar göndermek için arka planda çalışacak şekilde tasarlanmıştır. Piyasa tersine çevrilme göstergesinin tek bir MT4'te birden fazla
AW Candle Patterns MT4
AW Trading Software Limited
AW Mum Kalıpları göstergesi, güçlü bir mum kalıbı tarayıcı ile birleştirilmiş gelişmiş bir trend göstergesinin birleşimidir. En güvenilir otuz mum kalıbını tanımak ve vurgulamak için kullanışlı bir araçtır. Ek olarak, renkli çubuklara dayalı güncel bir trend analizörüdür.       yeniden boyutlandırılabilen ve konumlandırılabilen eklenti çoklu zaman çerçevesi trend paneli. Trend filtrelemeye bağlı olarak kalıpların görünümünü ayarlamak için benzersiz bir yetenek. Avantajlar: Mum desenlerini kolayc
PZ Day Trading
PZ TRADING SLU
3.67 (3)
Effortless trading: non-repainting indicator for accurate price reversals This indicator detects price reversals in a zig-zag fashion, using only price action analysis and a donchian channel. It has been specifically designed for short-term trading, without repainting or backpainting at all. It is a fantastic tool for shrewd traders aiming to increase the timing of their operations. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Amazingly easy to trade It provides
Tahmin etmeyi bırakın. İstatistiksel avantajla işlem yapmaya başlayın. Hisse senedi endeksleri forex gibi işlem görmez. Tanımlanmış seansları vardır, gecelik boşluklar oluştururlar ve öngörülebilir istatistiksel kalıpları takip ederler. Bu gösterge, DAX, S&P 500 ve Dow Jones gibi endeksleri güvenle işlem yapmanız için ihtiyaç duyduğunuz olasılık verilerini sağlar. Onu farklı kılan nedir Çoğu gösterge size ne olduğunu gösterir. Bu, muhtemelen bir sonra ne olacağını gösterir. Her işlem gününde, gö
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
Advanced Indicator Scanner is a multi-symbol multi-timeframe scanner that works with hundreds of custom indicators available across the web including mql5 website market and codebase indicators. Advanced Indicator Scanner features: Scans your indicator in 28 customizable instruments and 9 timeframes. Monitors up to 2 lines(buffers) of an indicator. Showing of indicator value on buttons. You can choose between 3 alert modes:  Single symbol and timeframe Multiple timeframes of a symbol Multiple
Yazarın diğer ürünleri
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 
Filtrele:
Değerlendirme yok
Değerlendirmeye yanıt