• Genel bakış
  • İncelemeler
  • Yorumlar

Market profile system MT5

Market Profile MetaTrader System — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible to use a free-draw rectangle session to create a custom market profile on any timeframe. Six different color schemes are available to draw the profile's blocks. Drawing profiles as a plain color histogram is also possible. Alternatively, you may choose to color the profile based on bullish/bearish bars. This indicator is based on bare price action and does not use any standard indicators. 

A system of alerts is available for price crossing the levels of Value Area high and low, Median, and Single Print zones.

Input parameters

Main

  • Session (default = Daily) — trading session for market profile: Daily, Weekly, Monthly, Intraday, and Rectangle. For a rectangle session to get calculated, a rectangle chart object with the name starting with MPR should be added to the chart. Pressing 'r' on the keyboard will add a properly named rectangle object automatically.
  • StartFromDate (default = __DATE__) — if StartFromCurrentSession is false, then the indicator will start drawing profiles from this date. It draws to the past. For example, if you set it 2018-01-20 and SessionsToCount is 2, then it will draw the profiles for 2018-01-20 and 2018-01-19.
  • StartFromCurrentSession (default = true) — if true, then the indicator starts drawing from today, else — from the date given in StartFromDate.
  • SessionsToCount (default = 2) — for how many trading sessions to draw the market profiles.
  • SeamlessScrollingMode (default = false) — if true, the StartFromDate and StartFromCurrentSession parameters are ignored; the sessions are calculated and displayed starting from the current chart position's rightmost bar. This allows scrolling back in time indefinitely to view past sessions.
  • EnableDevelopingPOC (default = false) — if true, multiple horizontal lines will be drawn to depict how the Point of Control developed through the session.
  • ValueAreaPercentage (default = 70) — a percentage share of the session's TPOs to include in the Value Area.

Looks and colors

  • ColorScheme (default = Blue to Red) — color scheme for profile's blocks:
    • blue to red
    • red to green
    • green to blue
    • yellow to cyan
    • magenta to yellow
    • cyan to magenta
  • SingleColor (default = clrBlue) — if ColorScheme is set to Single Color, this color will be used to draw market profiles.
  • ColorBullBear (default = false) — if true, the color of the profile blocks depends not on the age of the origin bar but on its direction.
  • MedianColor (default = clrWhite) — the color of the control value (median).
  • ValueAreaSidesColor (default = clrWhite) — the color of the value area side borders.
  • ValueAreaHighLowColor (default = clrWhite) — the color of the value area top and bottom borders.
  • MedianStyle (default = STYLE_SOLID) — the Point of Control (median) line style.
  • MedianRayStyle (default = STYLE_DASH) — the Point of Control (median) ray line style.
  • ValueAreaSidesStyle (default = STYLE_SOLID) — the style of the value area side borders.
  • ValueAreaHighLowStyle (default = STYLE_SOLID) — the style of the value area top and bottom borders.
  • ValueAreaRayHighLowStyle (default = STYLE_DOT) — the style of the value area top and bottom rays.
  • MedianWidth (default = 1) — the Point of Control (median) line width.
  • MedianRayWidth (default = 1) — the Point of Control (median) ray line width.
  • ValueAreaSidesWidth (default = 1) — the width of the value area side borders.
  • ValueAreaHighLowWidth (default = 1) — the width of the value area top and bottom borders.
  • ValueAreaRayHighLowWidth (default = 1) — the width of the value area top and bottom rays.
  • ShowValueAreaRays (default = None) — can be set so that the value area's High and Low price levels are projected to the right side of the chart. Can be set to previous session, current, previous and current, all previous, or all.
  • ShowMedianRays (default = None) — can be set so that the median is projected to the right side of the chart. Can be set to previous session, current, previous and current, all previous, or all.
  • RaysUntilIntersection (default = Stop_No_Rays) — defines the way median and value area rays will be cut off when they meet the next trading session's price range:
    • Stop_No_Rays — no rays are stopped anywhere.
    • Stop_All_Rays — all rays are stopped at an intersection with the price of another session.
    • Stop_All_Rays_Except_Prev_Session — all rays except the previous session's rays are stopped at an intersection with the price of another session.
    • Stop_Only_Previous_Session — only rays of the previous session are stopped at an intersection with the price of another session.
  • HideRaysFromInvisibleSessions (default = false) — if true, rays from sessions starting behind the left edge of the screen won't be displayed until you scroll back to them.
  • TimeShiftMinutes (default = 0) — time shift for the sessions, in minutes. Positive value will move the session start to the left; negative — to the right.
  • ShowKeyValues (default = true) — if true, Value Area High, Value Area Low, and Point of Control are displayed on the left of the market profile.
  • KeyValuesColor (default = clrWhite) — the color for Value Area High, Value Area Low, and Point of Control printout.
  • KeyValuesSize (default = 8) — the font size for Value Area High, Value Area Low, and Point of Control printout.
  • ShowSinglePrint (default = No) — can be set to Leftside or Rightside and will mark the single print profile — a part of the profile, which is only one TPO wide.
  • SinglePrintRays (default = false) — if true, single print edges are marked with rays.
  • SinglePrintColor (default = clrGold) — the color for single print marking if ShowSinglePrint isn't set to No.
  • SinglePrintRayStyle (default = STYLE_SOLID) — the single print ray line style.
  • SinglePrintRayWidth (default = 1) — the single print ray line width.
  • ProminentMedianColor (default = clrYellow) — the color for the prominent median (PPOC) if ProminentMedianPercentage is set to 100 or less.
  • ProminentMedianStyle (default = STYLE_SOLID) — the style for the prominent median (PPOC) if ProminentMedianPercentage is set to 100 or less.
  • ProminentMedianWidth (default = 4) — the width for the prominent median (PPOC) if ProminentMedianPercentage is set to 100 or less.
  • RightToLeft (default = false) — if true, the current session's market profile has its histogram drawn from right to left. In case Session is set to Rectangle, market profiles of all sessions are drawn right-to-left.

Performance

  • PointMultiplier (default = 0) — the higher it is, the wider are the profile's price boxes and the fewer are the chart objects. You can use it to reduce the indicator's load on CPU. When the value is zero, an adaptive multiplier is used — the indicator attempts to calculate the optimal value automatically.
  • ThrottleRedraw (default = 0) — a delay in seconds that will be applied before each redraw of the profiles. You can use it to reduce the indicator's load on CPU.
  • DisableHistogram (default = false) — if true, no market profile histogram is drawn, but Value Area and Median are still marked. This makes indicator work extremely fast, but is less useful for thorough market analysis.

Alerts

  • AlertNative (default = false) — if true, the indicator will issue the platform's native pop-up alert when some alert conditions are met.
  • AlertEmail (default = false) — if true, MetaTrader's email alerts will be sent when some alert conditions are met. Email should be properly configured in MetaTrader via Tools->Options->Email
  • AlertPush (default = false) — if true, MetaTrader's push notification alerts will be sent to your mobile device when some alert conditions are met. Notifications should be properly configured in MetaTrader via Tools->Options->Notifications. This alert type is not available in the cTrader version of the indicator.
  • AlertArrows (default = false) — if true, MetaTrader will draw arrows on the chart when some alert conditions are met.
  • AlertCheckBar (default = Previous) — controls the bar to check the alert conditions on. Current — the indicator will check the current unfinished bar; expect a lot of alerts. Previous — the indicator will check the previous (closed) bar; alerts will be delayed but more concise.
  • AlertForValueArea (default = false) — if true, alerts will be issued whenever a Value Area ray (high or low) is crossed by the price.
  • AlertForMedian (default = false) — if true, alerts will be issued whenever a Median ray is crossed by the price.
  • AlertForSinglePrint (default = false) — if true, alerts will be issued whenever a Single Print ray is crossed by the price.
  • AlertOnPriceBreak (default = false) — if true, alerts will be issued when the price breaks any of the trigger levels but then returns back behind it.
  • AlertOnBarClose (default = false) — if true, alerts will be issued when the bar opens on one side the trigger level and closes on the other side of it.
  • AlertOnGapCross (default = false) — if true, alerts will be issued when the trigger level appears inside a price gap between the last two bars.
  • AlertArrowCodePB (default = 108) — arrow code for price break alert arrows.
  • AlertArrowCodeCC (default = 110) — arrow code for candle close alert arrows.
  • AlertArrowCodeGC (default = 117) — arrow code for gap crossover alert arrows.
  • AlertArrowColorPB (default = clrRed) — arrow color for price break alert arrows.
  • AlertArrowColorCC (default = clrBlue) — arrow color for candle close alert arrows.
  • AlertArrowColorGC (default = clrYellow) — arrow color for gap crossover alert arrows.
  • AlertArrowWidthPB (default = 1) — arrow width for price break alert arrows.
  • AlertArrowWidthCC (default = 1) — arrow width for candle close alert arrows.
  • AlertArrowWidthGC (default = 1) — arrow width for gap crossover alert arrows.

Intraday sessions

  • EnableIntradaySessionN (default = true) — if true and Session is set to Intraday, then the indicator will attempt to drawn the intraday market profile #N on the chart.
  • IntradaySessionNStartTime (default = "HH:MM") — start time in HH:MM format for the intraday session #N.
  • IntradaySessionNEndTime (default = "HH:MM") — end time in HH:MM format for the intraday session #N.
  • IntradaySessionNColorScheme (default = Blue_to_Red) — color scheme for the intraday session #N.

Miscellaneous

  • SaturdaySunday (default = Normal sessions) — how to treat Saturday and Sunday sessions:
    • Normal sessions — Saturday and Sunday will be treated as normal sessions with their own daily and intraday sessions.
    • Ignore Saturday and Sunday — Saturday and Sunday candlesticks will be ignored.
    • Append Saturday and Sunday — Saturday candlesticks will be appended to the Friday session; Sunday candlesticks will be appended to the Monday session.
  • DisableAlertsOnWrongTimeframes (default = false) — if true, no pop-up alerts will appear on using Market Profile with wrong timeframe/session combination.
  • ProminentMedianPercentage (default = 101) — percentage of TPOs out of all possible that should occur inside a median for it to be considered prominent (PPOC). For example, if you set it to 50%, a median will be marked as prominent if it contains at least 24 TPOs in a daily session on M30 timeframe. If it is set to 101, no prominent median is possible.


Önerilen ürünler
L'indicatore SMC Venom Model BPR è uno strumento professionale per i trader che operano nell'ambito del concetto di Smart Money (SMC). Identifica automaticamente due modelli chiave sul grafico dei prezzi: FVG   (Fair Value Gap) è una combinazione di tre candele, in cui c'è un gap tra la prima e la terza candela. Forma una zona tra livelli in cui non c'è supporto di volume, il che spesso porta a una correzione dei prezzi. BPR   (Balanced Price Range) è una combinazione di due modelli FVG che for
Was: $249  Now: $149   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. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
Advanced Volume Profile Analysis Tool for MetaTrader 5 The Kecia Volume Profile Order Finder provides traders with volume profile analysis capabilities. This MT5 indicator combines volume profile visualization with statistical calculations to help identify potential trading opportunities and suggests entry, stop loss, and take profit levels based on market structure. Market Profile Visualization Transform your chart with customizable volume profile visualizations: Multiple visualization options
Before installing the HeatMap indicator make sure you are using a broker that gives you access to the Depth of market (DOM) !! This indicator creates a heatmap on your chart allowing you to see the buy or sell limit orders easily and in real time. You have the possibility to change the setting and the colors of the HeatMap in order to adapt to all markets and all charts. Here is an example of a setting you can use with the NASDAQ100 on the AMPGlobal broker :  https://www.youtube.com/watch?v=x0Y
Premium seviye, %80'den fazla doğru tahmin doğruluğuna sahip benzersiz bir göstergedir! Bu gösterge en iyi Ticaret Uzmanları tarafından iki aydan uzun süredir test edilmiştir! Yazarın göstergesini başka hiçbir yerde bulamazsınız! Ekran görüntülerinden bu aracın doğruluğunu kendiniz görebilirsiniz! 1, sona erme süresi 1 mum olan ikili opsiyon ticareti için harikadır. 2 tüm döviz çiftleri, hisse senetleri, emtialar, kripto para birimleri üzerinde çalışır Talimatlar: Kırmızı ok göründüğü an
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
Basic Support and Resistance   Göstergimiz, teknik analizinizi artırmak için ihtiyacınız olan çözümdür.Bu gösterge, destek ve direnç seviyelerini grafikte yansıtmanıza olanak tanır/ MT4 sürümü Özellikler Fibonacci seviyelerinin entegrasyonu: Fibonacci seviyelerini destek ve direnç seviyelerinin yanı sıra görüntüleme seçeneğiyle, göstergemiz size piyasa davranışı ve olası tersine dönme alanları hakkında daha derin bir fikir verir. Performans Optimizasyonu: Genişletilmiş satırları yalnızca her ç
Bu göstergenin benzersizliği, hacim hesaplama algoritmasında yatmaktadır: birikim, günün başlangıcına bakılmaksızın doğrudan seçilen dönem için gerçekleşir. Son çubuklar hesaplamanın dışında tutulabilir, bu durumda mevcut veriler daha önce oluşturulan önemli seviyeler (hacimler) üzerinde daha az etkiye sahip olacaktır. Daha doğru bir hesaplama için varsayılan olarak M1 grafiğindeki veriler kullanılır. Fiyat hacimlerinin dağıtım adımı düzenlenir. Varsayılan olarak, ekranın sağ sınırı, analiz için
Ignition
Dansie Software Limited
Strategy Overview The Ignition EA tries to take advantage of sudden momentum when the Ignition pattern is detected. The final bar in the ignition pattern has a small opening wick, a very little or no closing wick, is large in comparison to recent bars and must start from the lower end of the current range (for a bullish ignition) Quick Testing Use Symbol EURUSD, Timeframe M2, and remove the GBPUSD symbol from the "Symbols" input (stratergy 1 and stratergy 2) Settings The below settings appe
Mt5 Market Profile
Mcblastus Gicharu Ndiba
Market Profile Introducing the Market Profile MetaTrader Indicator—your gateway to mastering market dynamics with precision and insight. This powerful tool delivers a classic Market Profile analysis, revealing price density over time and highlighting crucial levels, including the value area and control value for any trading session.  Compatible with timeframes from M1 to D1, it adapts to daily, weekly, monthly, or even intraday sessions, offering you unmatched flexibility. Lower timeframes prov
Elevate Your Trading with Advanced Anchored Volume Weighted Average Price Technology Unlock the true power of price action with our premium Anchored VWAP Indicator for MetaTrader 5 - the essential tool for precision entries, strategic exits, and high-probability trend continuation setups. Write me a DM for a 7 day free trial.  Anchored VWAP Plus gives traders unprecedented control by allowing custom anchor points for Volume Weighted Average Price calculations on any chart. With support for 4 sim
FREE
Ortalama geri dönüş ticareti için profesyonel ve nicel bir yaklaşım uygulayan benzersiz gösterge. Fiyatın tahmin edilebilir ve ölçülebilir bir şekilde ortalamaya döndüğü ve yön değiştirdiği gerçeğinden yararlanır, bu da nicel olmayan ticaret stratejilerinden büyük ölçüde daha iyi performans gösteren net giriş ve çıkış kurallarına izin verir. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Ticaret sinyallerini temizle Ticaret yapmak inanılmaz derecede kolay Özelleşt
Profile Map MT5
Dmitriy Sapegin
5 (5)
Market Profile helps the trader to identify the behavior if major market players and define zones of their interest. The key feature is the clear graphical display of the range of price action, in which 70% of the trades were performed. Understanding of the location of volume accumulation areas can help traders increase the probability of success. The tool can be used as an independent system as well as in combination with other indicators and trading systems. this indicator is designed to suit
To download MT4 version please click here . - This is the exact conversion from TradingView: "Trend Direction Force Index - TDFI [wm]" By "causecelebre". - The screenshot shows similar results from tradingview and Metatrader when tested on ICMarkets on both platforms. - This indicator uses multiple levels of averaging to detect trend strength. - You can optimize filter low and filter high levels to achieve best results. - You have access to buffers to use in EAs. - This is a light-load processin
Crash 1000 Scalping Indicator for the Crash 1000 Deriv Synthetic Index. Introduction The Crash 1000 Scalping Indicator is a specialized tool designed for the Crash 1000 index on the Deriv Synthetic market. This indicator is particularly useful for scalping on the M1 timeframe, helping traders to identify precise entry and exit points for buy positions. It is designed to be non-repainting, providing clear signals with audible alerts and push notifications, and is compatible with mobile devices th
Awesome Oscillator by Bill Williams with the ability to fine-tune and replace the averaging algorithms of the indicator, which significantly expands the possibilities of using this oscillator in algorithmic trading and brings it closer in its properties to such an indicator as the MACD. To reduce price noise, the final indicator is processed with an additional Smooth averaging. The indicator has the ability to give alerts, send mail messages and push signals when the direction of movement of th
Blahtech Supply Demand MT5
Blahtech Limited
4.54 (13)
Was: $299  Now: $149  Supply Demand uses previous price action to identify potential imbalances between buyers and sellers. The key is to identify the better odds zones, not just the untouched ones. Blahtech Supply Demand indicator delivers functionality previously unavailable on any trading platform. This 4-in-1 indicator not only highlights the higher probability zones using a multi-criteria strength engine, but also combines it with multi-timeframe trend analysis, previously confirmed swings
Volume Profile V6
Andrey Kolesnik
4.5 (2)
The volume profile indicator of the market + a S mart oscillator . It works on almost all instruments - currency pairs , stocks , futures , cryptocurrency , on real volumes and on tick ones . You can set both the automatic definition of the profile range , for example , for a week or a month , etc . , and set the range manually by moving the boundaries ( two vertical lines red and blue ) . It is shown as a histogram . The width of the histogram at this level means , conditionally , the number of
Your Trend Friend
Luigi Nunes Labigalini
5 (1)
The trend is your friend! Look at the color of the indicator and trade on that direction. It does not  repaint. After each candle is closed, that's the color of the trend. You can focus on shorter faster trends or major trends, just test what's most suitable for the symbol and timeframe you trade. Simply change the "Length" parameter and the indicator will automatically adapt. You can also change the color, thickness and style of the lines. Download and give it a try! There are big movements w
High Low Open Close
Alexandre Borela
4.98 (43)
Bu projeyi seviyorsanız, 5 yıldız incelemesi bırakın. Bu gösterge açık, yüksek, düşük ve belirtilen fiyatlar için çizer Dönem ve belirli bir zaman bölgesi için ayarlanabilir. Bunlar birçok kurumsal ve profesyonel tarafından görünen önemli seviyelerdir. tüccarlar ve daha fazla olabileceği yerleri bilmeniz için yararlı olabilir Aktif. Mevcut dönemler şunlardır: Önceki gün. Önceki Hafta. Önceki Ay. Previous Quarter. Önceki yıl. Veya: Mevcut gün. Hafta. Şimdi Ay. Şimdiki Mahallesi. Bugün yıl.
FREE
Range Directional Force Indicator – Designed for You to Optimize! The Range Directional Force Indicator is a cutting-edge tool designed to empower traders by visualizing market dynamics and directional strength. Built to offer insights into market trends and reversals, this indicator is an invaluable asset for traders seeking precision in their strategies. However, it is important to note that this indicator is not optimized, leaving room for you to tailor it to your unique trading preferences.
Manyal trading system, CovEchoTrend Robot, focuses on reliability and flexibility. By employing statistical analysis methods to study the relationships between the base indicator and market patterns, the system enables a deeper understanding of market processes. Intelligent pattern analysis: The application of statistical data processing helps identify key trend reversal points more accurately, signaling significant market shifts. Informed decision-making is based on the intersection of indicato
First and foremost, the Insight Flow Indicator stands out as a Non-Repainting, Non-Redrawing, and Non-Lagging tool. This makes it a prime choice for both manual and algorithmic trading, ensuring reliable and consistent signals. User Manual: Settings, Inputs, and Strategy The Insight Flow Indicator leverages price action, strength, and momentum to provide a clear edge in the market. Equipped with advanced filters, it eliminates noise and false signals, enhancing trading potential. By using multip
Mine Farm is one of the most classic and time-tested scalping strategies based on the breakdown of strong price levels. Mine Farm is the author's modification of the system for determining entry and exit points into the market... Mine Farm - is the combination of great potential with reliability and safety. Why Mine Farm?! - each order has a short dynamic Stop Loss - the advisor does not use any risky methods (averaging, martingale, grid, locking, etc.) - the advisor tries to get the most
Fibo Channels
Jeffrey Quiatchon
Fibo Daily Channel Indicator The  Indicator is a powerful tool for traders, providing precise daily support and resistance levels based on Fibonacci retracement and extension calculations. This indicator automatically draws key pivot points (PP, R1, R2, S1, S2) as well as additional extension levels (R3, R4, S3, S4), helping traders identify potential reversal and breakout zones with ease. It includes customizable alerts and push notifications, allowing traders to receive updates whenever the pr
PipFinite Exit EDGE MT5
Karlo Wilson Vendiola
4.86 (29)
Did You Have A Profitable Trade But Suddenly Reversed? In a solid strategy, exiting a trade is equally important as entering. Exit EDGE helps maximize your current trade profit and avoid turning winning trades to losers. Never Miss An Exit Signal Again Monitor all pairs and timeframes in just 1 chart www.mql5.com/en/blogs/post/726558 How To Trade You can close your open trades as soon as you receive a signal Close your Buy orders if you receive an Exit Buy Signal. Close your Sell orders if
BoxChart MT5
Evgeny Shevtsov
5 (7)
The market is unfair if only because 10% of participants manage 90% of funds. An ordinary trader has slim changes to stand against these "vultures". This problem can be solved. You just need to be among these 10%, learn to predict their intentions and move with them. Volume is the only preemptive factor that faultlessly works on any timeframe and symbol. First, the volume appears and is accumulated, and only then the price moves. The price moves from one volume to another. Areas of volume accumu
Key level wedge MT5
Presley Annais Tatenda Meck
The   Key level wedge MT5   indicator automatically draws rising wedge pattern and falling wedge pattern for you on the chart. This pattern is really good when used as a confirmation entry at key support & resistance, supply & demand and reversal zones. Advantages  The   Key level wedge MT5   block DOES NOT RE-PAINT, giving you confidence when a signal appears and also helps when looking back.  The   Key level wedge MT5   includes an on/off button on the chart to easily keep the charts clean
Trend Yakalayıcı: Alarm İndikatörü ile Trend Yakalayıcı Stratejisi, piyasa trendlerini ve potansiyel giriş ve çıkış noktalarını belirlemede yardımcı olan çok yönlü bir teknik analiz aracıdır. Piyasa koşullarına uyum sağlayarak trend yönünün net görsel temsili için dinamik bir Trend Yakalayıcı Stratejisi sunar. Tüccarlar tercihlerine ve risk toleranslarına göre parametreleri özelleştirebilirler. Gösterge, trendleri tanımlamaya yardımcı olur, potansiyel ters dönüşleri sinyaller, trailing stop me
FREE
Gösterge, tarihsel olanlarla karşılaştırılabilecek güncel teklifler oluşturur ve bu temelde bir fiyat hareketi tahmini yapar. Gösterge, istenen tarihe hızlı navigasyon için bir metin alanına sahiptir. Seçenekler: Sembol - göstergenin göstereceği sembolün seçimi; SymbolPeriod - göstergenin veri alacağı dönemin seçimi; GöstergeRenk - gösterge rengi; Ters - doğru tırnakları tersine çevirir, yanlış - orijinal görünüm; Sonraki, tarihi girebileceğiniz ve 'enter' tuşuna basarak hemen atlayab
Bu ürünün alıcıları ayrıca şunları da satın alıyor
TPSpro RFI Levels MT5
Roman Podpora
4.55 (20)
Geri dönüş bölgeleri / Tepe hacimleri / Önemli bir oyuncunun aktif bölgeleri =       TS TPSPROSİSTEMİ TALİMATLAR RUS       /       TALİMATLAR       ENG       /           Sürüm MT4        Bu göstergenin her alıcısı ayrıca ÜCRETSİZ şunları elde eder: RFI SIGNALS servisinden işlem sinyallerine 6 ay erişim - TPSproSYSTEM algoritmasına göre hazır giriş noktaları. Düzenli olarak güncellenen eğitim materyalleri - stratejiye dalın ve profesyonel seviyenizi yükseltin. Hafta içi 7/24 destek ve kapalı ya
Quantum TrendPulse
Bogdan Ion Puscasu
5 (14)
SuperTrend   ,   RSI   ve   Stochastic'in   gücünü tek bir kapsamlı göstergede birleştirerek işlem potansiyelinizi en üst düzeye çıkaran nihai işlem aracı olan   Quantum TrendPulse'u   tanıtıyoruz. Hassasiyet ve verimlilik arayan yatırımcılar için tasarlanan bu gösterge, piyasa trendlerini, momentum değişimlerini ve en uygun giriş ve çıkış noktalarını güvenle belirlemenize yardımcı olur. Temel Özellikler: SuperTrend Entegrasyonu:   Güncel piyasa trendlerini kolayca takip edin ve karlılık dalgası
Cycle Maestro MT5
Stefano Frisetti
5 (1)
NOTE: CYCLEMAESTRO is distributed only on this website, there are no other distributors. Demo version is for reference only and is not supported. Full versione is perfectly functional and it is supported. CYCLEMAESTRO , the first and only indicator of Cyclic Analysis, useful for giving signals of TRADING, BUY, SELL, STOP LOSS, ADDING. Created on the logic of   Serghei Istrati   and programmed by   Stefano Frisetti ;   CYCLEMAESTRO   is not an indicator like the others, the challenge was to inter
Şimdi 147 $ (birkaç güncellemeden sonra 499 $ 'a yükseliyor) - Sınırsız Hesaplar (PC'ler veya Mac'ler) RelicusRoad Kullanım Kılavuzu + Eğitim Videoları + Özel Discord Grubuna Erişim + VIP Durumu PİYASAYA BAKMAK İÇİN YENİ BİR YOL RelicusRoad, forex, vadeli işlemler, kripto para birimleri, hisse senetleri ve endeksler için dünyanın en güçlü ticaret göstergesidir ve yatırımcılara kârlı kalmaları için ihtiyaç duydukları tüm bilgileri ve araçları sağlar. Başlangıç ​​seviyesinden ileri seviyeye ka
Viking_Strategy_Signal Indicator is a solution I offer to beginner, amateur, and professional traders. My scalping robot :  https://www.mql5.com/fr/market/product/133191 By purchasing this indicator, you will first save time because it automatically analyzes the market based on Dow Theory and the Smart Money Concept (High (H), Low (L), Higher High (HH), Lower Low (LL), Break of Structure (BOS) to determine market structure and trend). It is built on my strategy, which relies on the NRTR theory t
Trade smarter, not harder: Empower your trading with Harmonacci Patterns This is arguably the most complete harmonic price formation auto-recognition indicator you can find for the MetaTrader Platform. It detects 19 different patterns, takes fibonacci projections as seriously as you do, displays the Potential Reversal Zone (PRZ) and finds suitable stop-loss and take-profit levels. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] It detects 19 different harmonic pri
Triplet Cloud MTF is an indicator for trend-following strategy. It presents the trend in HTF from the LTF Chart that allows traders focus on looking for trade entry in the right direction and increase striking rate. It comes with simple input setup. You will only need to choose HTF you want to follow its trend and set the alert setup, then all is set. Here are the mostly selected HTF setup for each of entry timeframe: M1 Entry   : M15 Trend M5 Entry   : H1 Trend M15 Entry   : H4 Trend H1 Entry  
Trendi görün. Yapıyı oku. Giriş noktanı seç. 3 adımda 30 saniyede işlem! Zor analizlere gerek yok — akıllı asistanın işini kolaylaştırmak için hazır. Dağınık ve kalabalık grafiklere elveda. Akıllı trend tespitiyle güvenle işlem yapın. Tüm pariteler, kripto paralar, hisseler, metaller, endeksler ve zaman dilimleriyle uyumludur. Tıklayın ve uygulayın — bu kadar basit. Hız ve netlik isteyen meşgul traderlar için mükemmel. TPTSyncX, MetaTrader 5 için güçlü ve çok yönlü bir göstergedir. Trend, yapı
AT Forex Indicator MT5
Marzena Maria Szmit
5 (5)
The AT Forex Indicator MT5 is a sophisticated trading tool designed to provide traders with a comprehensive analysis of multiple currency pairs. This powerful indicator simplifies the complex nature of the forex market, making it accessible for both novice and experienced traders. AT Forex Indicator uses advanced algorithms to detect trends, patterns and is an essential tool for traders aiming to enhance their forex trading performance. With its robust features, ease of use, and reliable signal
MetaBands M5
Vahidreza Heidar Gholami
4.5 (2)
MetaBands uses powerful and unique algorithms to draw channels and detect trends so that it can provide traders with potential points for entering and exiting trades. It’s a channel indicator plus a powerful trend indicator. It includes different types of channels which can be merged to create new channels simply by using the input parameters. MetaBands uses all types of alerts to notify users about market events. Features Supports most of the channel algorithms Powerful trend detection algorith
IVISTscalp5
Vadym Zhukovskyi
5 (6)
What's new about iVISTscalp5 forecast indicator (Version 10)? iVISTscalp5 is a unique nonlinear forecasting for a week ahead system for any financial instrument which executes fast scalping using time levels. iVISTscalp5 is a tool for easy study and understanding of financial market. 1) iVISTscalp5 forecast indicator has been completely rewritten into another programming language (C++), which has accelerated data loading and processing. As a result, a different graphical display of forecasts
Quantum Trend Sniper
Bogdan Ion Puscasu
4.73 (51)
Tanıtım       Kuantum Trend Keskin Nişancı Göstergesi   , trend tersine dönmeleri belirleme ve ticaret yapma şeklinizi değiştiren çığır açan MQL5 Göstergesi! 13 yılı aşkın ticaret tecrübesine sahip deneyimli tüccarlardan oluşan bir ekip tarafından geliştirilmiştir.       Kuantum Trend Keskin Nişancı Göstergesi       trend dönüşlerini son derece yüksek doğrulukla belirlemenin yenilikçi yolu ile ticaret yolculuğunuzu yeni zirvelere taşımak için tasarlanmıştır. ***Kuantum Trend Keskin Nişancı Göst
CBT Quantum Maverick Yüksek Verimli İkili Opsiyon Ticaret Sistemi CBT Quantum Maverick, hassasiyet, basitlik ve disiplinli ticaret arayan yatırımcılar için tasarlanmış yüksek performanslı bir ikili opsiyon ticaret sistemidir. Özelleştirme gerekmez—bu sistem, ilk kullanımda etkili sonuçlar için optimize edilmiştir. Sinyalleri kolayca anlamak için biraz pratik yapmak yeterlidir. Ana Özellikler: Hassas Sinyaller: Yeni mum bazlı ticaret sinyalleri—mevcut mumdan sonra gelecek mum hedeflenir ve sık
ACB Breakout Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
5 (1)
ACB Breakout Arrows göstergesi, özel bir kırılma modelini tespit ederek piyasada önemli bir giriş sinyali sağlar. Göstergenin algoritması, fiyatın belirli bir yönde ivme kazandığı anları sürekli olarak tarar ve ana hareketten hemen önce doğru giriş sinyali verir. Çok sembollü ve çok zaman dilimli tarayıcıyı buradan alın - ACB Breakout Arrows MT5 için Tarayıcı Temel Özellikler Gösterge, Stop Loss ve Take Profit seviyelerini otomatik olarak belirler. Tüm zaman dilimlerinde kırılma sinyallerini i
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 tecrübesine sahip deneyimli tüccarlardan oluşan bir ekip tarafından geliştirilmiştir.       Kuantum 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 da
Royal Scalping Indicator M5
Vahidreza Heidar Gholami
5 (6)
Royal Scalping Indicator is an advanced price adaptive indicator designed to generate high-quality trading signals. Built-in multi-timeframe and multi-currency capabilities make it even more powerful to have configurations based on different symbols and timeframes. This indicator is perfect for scalp trades as well as swing trades. Royal Scalping is not just an indicator, but a trading strategy itself. Features Price Adaptive Trend Detector Algorithm Multi-Timeframe and Multi-Currency Trend Low
Elliott Wave Trend was designed for the scientific wave counting. This tool focuses to get rid of the vagueness of the classic Elliott Wave Counting using the guideline from the template and pattern approach. In doing so, firstly Elliott Wave Trend offers the template for your wave counting. Secondly, it offers Wave Structural Score to assist to identify accurate wave formation. It offers both impulse wave Structural Score and corrective wave Structure Score. Structural Score is the rating to sh
Berma Bands
Muhammad Elbermawi
5 (3)
Berma Bantları (BB'ler) göstergesi, piyasa trendlerini belirlemeyi ve bunlardan yararlanmayı amaçlayan yatırımcılar için değerli bir araçtır. Fiyat ile BB'ler arasındaki ilişkiyi analiz ederek, yatırımcılar bir piyasanın trend veya aralıklı fazda olup olmadığını ayırt edebilir. Daha fazla bilgi edinmek için [ Berma Home Blog ] adresini ziyaret edin. Berma Bantları üç belirgin çizgiden oluşur: Üst Berma Bandı, Orta Berma Bandı ve Alt Berma Bandı. Bu çizgiler fiyatın etrafına çizilir ve genel tren
IQ Gold Gann Levels a non-repainting, precision tool designed exclusively for XAUUSD/Gold intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst, whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient mathematics which proved to be extremely accurate. Download
On-Balance Volume (OBV) is a technical indicator that relates volume and price to identify price movements. The basic idea behind OBV is that changes in volume generally precede price changes. The indicator accumulates volumes for periods when the price closes higher and subtracts volumes for periods when the price closes lower. This results in a value used to identify the direction of the asset's trend. The interpretation of the OBV is simple: a rising OBV suggests that buyers are willing to
TrendMaestro5
Stefano Frisetti
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.4 TRENDMAESTRO recognizes a new TREND in the bud, 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 and momentum to identify the moment in which there is an explosion of one or more of these data a
Introduction to Fractal Pattern Scanner Fractal Indicator refers to the technical indicator that makes use of the fractal geometry found in the financial market. Fractal Pattern Scanner is the advanced Fractal Indicator that brings the latest trading technology after the extensive research and development work in the fractal geometry in the financial market. The most important feature in Fractal Pattern Scanner is the ability to measure the turning point probability as well as the trend probabil
MetaForecast M5
Vahidreza Heidar Gholami
5 (3)
MetaForecast, fiyat verilerindeki harmonileri kullanarak herhangi bir piyasanın geleceğini tahmin eder ve görselleştirir. Piyasa her zaman tahmin edilemezken, fiyatlarda bir desen varsa, MetaForecast geleceği mümkün olduğunca doğru bir şekilde tahmin edebilir. Benzer ürünlere göre, MetaForecast piyasa eğilimlerini analiz ederek daha kesin sonuçlar üretebilir. Giriş Parametreleri Past size (Geçmiş boyut) MetaForecast'ın gelecekteki tahminler oluşturmak için kullandığı çubuk sayısını belirtir. Mo
TMA Channel is a price channel obtained through a special calculation method based on traditional TMA . The channel has upper, middle, and lower tracks . When the price approaches or exceeds the upper track, it is already in an overbought state, and attention should be paid to the situation of reversal and decline; When the price approaches or falls below the lower track, it is already in an oversold state, and attention should be paid to the situation of reversal and rise . The indicator will
Royal Wave Pro M5
Vahidreza Heidar Gholami
3.5 (4)
Royal Wave is a Trend-Power oscillator which has been programmed to locate and signal low-risk entry and exit zones. Its core algorithm statistically analyzes the market and generates trading signals for overbought, oversold and low volatile areas. By using a well-designed alerting system, this indicator makes it easier to make proper decisions regarding where to enter and where to exit trades. Features Trend-Power Algorithm Low risk Entry Zones and Exit Zones Predictions for Overbought and Over
Yeni Başlayanlar veya Uzman Tüccarlar için En İyi Çözüm! Bu gösterge benzersiz, yüksek kaliteli ve uygun fiyatlı bir ticaret aracıdır çünkü bir dizi tescilli özellik ve gizli bir formül ekledik. Yalnızca BİR grafikle 28 döviz çiftinin tümü için Uyarılar verir. Yeni bir trendin veya scalping fırsatının tam tetik noktasını belirleyebildiğiniz için ticaretinizin nasıl gelişeceğini hayal edin! Yeni temel algoritmalar üzerine inşa edilen bu sistem, potansiyel işlemlerin belirlenmesini ve onaylanma
IQ FX Gann Levels a precision trading indicator based on W.D. Gann’s square root methods. It plots real-time, non-repainting support and resistance levels to help traders confidently spot intraday and scalping opportunities with high accuracy. William Delbert Gann (W.D. Gann) was an exceptional market analyst, whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient mathematics which proved to be extremely accurate. Download the Metatrader 4 Version M
The ChanLun or Chan theory is one of the most popular trading theories in China. But it seems like that it has little influence in western countries. Actually, the Chan Theory is based on a sophisticated mathematical model. The basic idea ChanLun is to simplify the bar chart by its model. With the help of ChanLun, a trader can analyze and predict the trend of future goods, stocks. In ChanLun, there are several basic elements called fractals, strokes, line segments and pivots . A trader should pa
这个指标采用一种特殊的思路来指示市场方向,指标加载在一小时和15分钟图表效果最好。 当指标显示红色时,表明市场趋势为多头,绿色表明市场趋势为空头,黄色为不明确,此时应避免开单。 我们需要达成共识的一点是:市场行情是随机发展的,无法完全准确预测,我们能做的只有跟随,不和市场趋势对着干,才能做到顺势而为。 本指标就是在这个思路下研发的,紧紧跟随市场行情发展,确认行情展开了才会显示对应的颜色。跟随本指标,只需要按照指示操作即可。 长期跟随的情况下,交易绩效是很不错的。 另外一点:本指标更适合趋势性较强的品种,比如镑日,美日,黄金等。 依据本指标交易镑日的话,可以用在5分钟或15分钟周期,获利30个点离场是比较可行的。
MetaTrend M5
Vahidreza Heidar Gholami
Meta Trend Indicator is an efficient way to forecast and detect the trend in any market. It reveals the trend, support and resistance levels, volatility and the maximum potential target, all in one indicator. To adapt to the price and to decrease consecutive trend failures, the internal trend detector algorithm studies the market and dynamically chooses the right values for the internal parameters. This indicator is a perfect trend filter for any strategy or expert advisor. Features Super Adapti
Filtrele:
İnceleme yok
İncelemeye yanıt