• Genel bakış
  • İncelemeler (11)
  • Yorumlar (16)
  • Yenilikler

Harmonic ABCD

The indicator detects and displays the AB=CD harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. During the formation the figure is displayed by triangle outlines. Once the figure is finally formed, a potential reversal zone is displayed on the chart. The basic figure proportions are set in the parameters. The intermediate values are calculated proportionally. The parameters include a tolerance (CD_accuracy), which determines the accuracy of the cd/bc ratios. For example, if the calculated value of cd/bc = 1.0 and tolerance is set to 0.1, then the program will use the range of 0.9 .. 1.1


Parameters

  • zzDepth, zzDev, zzBack - ZigZag parameters
  • BC_min (bc/ab), BC_max (bc/ab) - minimum and maximum ratio of BC and AB levels
  • CD_min (cd/bc), CD_max (cd/bc) - minimum and maximum ratio of CD and BC levels
  • CD_accuracy - tolerance of the cd/bc ratio
  • bearColor - bearish pattern color
  • bullColor - bullish pattern color
  • CountBars - limit the amount of bars to be processed by the indicator (reduces the initial download time)
  • UseAlert - enable pop-up messages
  • UseNotification - enable push notifications
  • UseMail - enable email notifications
  • prefix - text label to ensure the uniqueness of the indicator objects on the chart (if multiple indicators are attached to the chart, different values must be entered in these parameters)
  • MessageAdd - the text string added to the notifications sent by the indicator.
  • CustomEventBuy,CustomEventSell - chart events

  • Sample to use signals in EA:

    void OnTick() {
     double x;
     x = iCustom(Symbol(),PERIOD_CURRENT,"Harmonic-ABCD",0,1); if (x != 0 && x != EMPTY_VALUE) goBuy();
     x = iCustom(Symbol(),PERIOD_CURRENT,"Harmonic-ABCD",2,1); if (x != 0 && x != EMPTY_VALUE) goSell();
    }
    
    void goBuy() { // function for open BUY
    }
    
    void goSell() { // function for open SELL
    }
    
    void OnChartEvent(const int id, const long &lparam, const double &dparam, const string &sparam) {
     switch (id) {
      case CHARTEVENT_CUSTOM+100: 
       goBuy(); break;
      case CHARTEVENT_CUSTOM+101: 
       goSell(); break;
     }
    }
    
    void goBuy() { // function for open BUY
    }
    
    void goSell() { // function for open SELL
    }
    



Önerilen ürünler
The indicator detects and displays М. Gartley's Butterfly pattern. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The pattern and wave parameters are displayed on the screenshots. The default parameters are used for demonstration purposes only in order to increase the amount of detected patterns. Parameters
The indicator detects and displays 3 Drives harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is com
The indicator detects and displays Shark harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is comple
The main idea of this indicator is rates analysis and prediction by Fourier transform. Indicator decomposes exchange rates into main harmonics and calculates their product in future. You may use the indicator as a standalone product, but for better prediction accuracy there is another related indicator - FreqoMaster - which uses FreqoMeterForecast as a backend engine and combines several instances of FreqoMeterForecast for different frequency bands. Parameters: iPeriod - number of bars in the ma
Trade with Gann on your side!! MASTER CIRCLE 360 CIRCLE CHART, originally created by Gann admitted that this is “The Mother of all charts”. It is one of the last studies that this great trader left for us. The numeric tab le is apparently quite simple like all the tables and is based on square numbers, the SQUARE OF 12 and is by evolution, one of the most important square numbers. Here we can find CYCLE, PRICE AND TIME thanks to angles and grades, to show past and future support and resistance.
Infinity Trend Pro
Yaroslav Varankin
1 (1)
This is a trend indicator without redrawing Developed instead of the binary options strategy (by the color of the Martingale candlestick) Also works well in forex trading When to open trades (binary options) A signal will appear in the place with a candle signaling the current candle It is recommended to open a deal for one candle of the current timeframe M1 and M5 When a blue dot appears, open a deal up When a red dot appears, open a trade down. How to open trades on Forex. When a signal is rec
The indicator provides a superior alternative to price action analysis. It enables the identification of normalized patterns, which are then transformed into a graphical representation to forecast future steps within a time series. In the top-left corner, you'll find information regarding the expected prediction accuracy, determined through a complex MSQE calculation. You have the flexibility to adjust the time window, making it easy to validate the indicator's performance. Additionally, you can
The CCI Divergence is a reasonably useful indicator in itself, but it is even more effective when used with divergence pattern trading. The CCI Divergence indicator signal is one of the most potent signals among the indicators that exist in the market. Here is new version for Divergence Indicator using CCI method, with more improvements. Divergences indicate a potential investment point because the directional moment does not confirm the price. A bullish divergence occurs when the underlying
Monster Harmonic Indicator
Paul Geirnaerdt
4.61 (31)
Monster Harmonics Indicator is a harmonic pattern indicator. It recognizes Gartley, Bat, Crab, Butterfly, Cypher, White Swan, Black Swan, Shark and several other patterns. Projected patterns that are not yet completed are recognized, too. Monster even shows the PRZ (Potential Reversal Zone). Users can add their own user defined patterns to Monster. Besides the current pattern, Monster also shows all patterns in the symbols history. Monster will provide alerts for developing patterns. Introduced
COG LR Osc AM
Andriy Matviyevs'kyy
The presented indicator allows you to determine potential entry points into the market and set protective orders at reasonable levels. This product can be useful for both beginners and experienced traders. The indicator is based on calculation methods proven by time and practicing traders. The indicator is calculated in two stages: At the first stage, linear regression (LR) of the selected price type is determined for a given number of chart periods. At the second stage, the obtained data is p
Trend Ray
Andriy Sydoruk
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
Owl smart levels
Sergey Ermolov
4.62 (53)
MT5 versiyonu  |  FAQ Owl Smart Levels Indicator ,   Bill Williams'ın gelişmiş fraktalları , piyasanın doğru dalga yapısını oluşturan Valable ZigZag ve kesin giriş seviyelerini gösteren   Fibonacci seviyeleri   gibi popüler piyasa analiz araçlarını içeren tek gösterge içinde eksiksiz bir ticaret sistemidir. pazara ve kar elde edilecek yerlere. Stratejinin ayrıntılı açıklaması Gösterge ile çalışma talimatı Baykuş Yardımcısı ticaretinde Danışman Yardımcısı Kullanıcıların özel sohbeti -> Satın ald
Master Scalping M1 , trendi hızlı ve doğru bir şekilde belirlemek için bir algoritma kullanan yenilikçi bir göstergedir. Gösterge, pozisyonların açılış ve kapanış zamanını hesaplar, gösterge algoritmaları, bir ticarete girmek (bir varlık satın almak veya satmak) için ideal anları bulmanızı sağlar, bu da çoğu tüccar için işlemlerin başarısını artırır. Göstergenin faydaları: Kullanımı kolaydır, çizelgeyi gereksiz bilgilerle aşırı yüklemez. Herhangi bir strateji için bir filtre olarak kullanılabili
Gösterge, olası minimum gecikme ile   yeniden boyama yapmadan   grafikte harmonik desenleri gösterir. Gösterge üstleri arayışı, fiyat analizinin dalga ilkesine dayanmaktadır. Gelişmiş ayarlar, ticaret tarzınız için parametreler seçmenize olanak tanır. Bir mumun (çubuk) açılışında, yeni bir model oluşturulduğunda, fiyat hareketinin olası yönünün değişmeyen bir oku sabitlenir. Gösterge aşağıdaki kalıpları ve çeşitlerini tanır: ABCD, Gartley (Butterfly, Crab, Bat), 3Drives, 5-0, Batman, SHS, One2On
Features for software Main functions: Accurate entry signals WITHOUT REPAINTING! Once a signal appears, it remains valid! This is a significant distinction from repainting indicators that might provide a signal and then alter it, potentially leading to deposit losses. Now, you can enter the market with higher probability and precision. There's also a function to colour candles after an arrow appears until the target (take profit) is reached or a reversal signal appears . Display of STOP LOSS
RSX Signal 2 AM
Andriy Matviyevs'kyy
The indicator displays the signals of the RSX oscillator on the price chart. (To display these signals in a separate window, along with the oscillator, another indicator is used -  RSX Osc 4 AM ). It is optimal to use the indicator signals as signals to open a trade when the price overcomes the maximum or minimum of the bar at which the signal was given. An opposite signal cancels the previous signal. Settings: Data period for indicator calculation - data period for indicator calculation; Data
All Symbols   AND  All Time frames Scan                                                                                                                 Document Introduction   The ABCD is a basic harmonic pattern. The ABCD pattern is a visual, geometric chart pattern comprised of three consecutive price swings. It looks like a diagonal lightning bolt and can indicate an upcoming trading opp
Bu, bir mumun kapanış fiyatını tahmin eden bir göstergedir. Gösterge öncelikle D1 çizelgelerinde kullanılmak üzere tasarlanmıştır. Bu gösterge hem geleneksel forex ticareti hem de ikili opsiyon ticareti için uygundur. Gösterge, bağımsız bir ticaret sistemi olarak kullanılabilir veya mevcut ticaret sisteminize ek olarak hareket edebilir. Bu gösterge, mevcut mumu analiz ederek mumun gövdesi içindeki belirli güç faktörlerini ve önceki mumun parametrelerini hesaplar. Böylece gösterge, piyasa hareket
Super Gator
Agustinus Biotamalo Lumbantoruan
This indi shows the following 1. Supertrend 2. Alligator (Not a regular alligator) 3. ZigZag 4. Moving Average 5. Trend Continuation/Mini correction Signal (plotted in X) (See screenshots in green background color 6. Early Signal Detection (See screenshots in green background color) You may treat Alligator as the lagging indicator The leading indicator is the supertrend. The zig zag is based on the leading indicator where it gets plotted when the leading indicator got broken to the opposite.
Noize Absorption Index MT4
Ekaterina Saltykova
5 (1)
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. S
VR Cub
Vladimir Pastushak
VR Cub , yüksek kaliteli giriş noktaları elde etmenin bir göstergesidir. Gösterge, matematiksel hesaplamaları kolaylaştırmak ve bir pozisyona giriş noktalarının aranmasını basitleştirmek için geliştirildi. Göstergenin yazıldığı ticaret stratejisi uzun yıllardan beri etkinliğini kanıtlamaktadır. Ticaret stratejisinin basitliği, acemi yatırımcıların bile başarılı bir şekilde ticaret yapmasına olanak tanıyan büyük avantajıdır. VR Cub, pozisyon açılış noktalarını ve Kâr Al ve Zararı Durdur hedef sev
This indicator is the undisputed leader among the indicators. And for this statement there is a good reason. The indicator builds a very high quality channel in which it generates signals to enter! What is the ideal strategy for the trader, since the trader always hesitates when choosing a strategy for the job. That is, this indicator will allow you to solve the dilemma of choosing a job by trend or to the channel, since it combines these two basic concepts. Working with the indicator is very
The indicator displays Renko bars on the chart, uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement, and highlights them based on the Gartley patterns, showing the potential price reversal points. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, s
RTrends
Nikolay Likhovid
The RTrends indicator does two things: first, it automatically draws the layout of the price chart by plotting trend lines and, secondly, it produces bearish and bullish signals. The layout reflects the fractal nature of the market. Trends from different time horizons are applied simultaneously on the chart. Thus, from a single chart a trader can see trend lines of higher timeframes. The lines, depending on the horizon, differ in color and width: the older the horizon, the thicker the line is. T
Wave Wolf MT4
Andrei Salanevich
Forex Dalga Kurt MT4 göstergesi, Wolf dalgalarını aramak ve mevcut ticaret terminali penceresinde görüntülemek için tasarlanmıştır. Ticarette Wolfe dalgalarını kullanan tüccarlar için mükemmel bir gösterge. Ticaret stratejilerinde kullanımı, verimliliğini ve karlılığını önemli ölçüde artıracaktır. GÖSTERGE BİLGİSİ Diğer Wolf dalga göstergelerinin aksine, forex Wave Wold MT4 göstergesinin etkinliğini önemli ölçüde artıran birçok özelliği vardır: Birincisi, Açık Windows 5Point (true) ayarı bi
The Th3Eng PipFinite indicator is based on a very excellent analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point to start trading. With StopLoss point and Three Take Profit points. Also it show the right pivot of the price and small points to order to replace the dynamic support and resistance channel, Which surrounds the price. And Finally it draws a very helpful Box on the left side on the chart includes (take profits and Stop loss
PZ Harmonacci Patterns
PZ TRADING SLU
3.43 (7)
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 price formations It plots primary, derived and complementary Fibonacci pro
FreqoMaster
Stanislav Korotky
The main idea of this indicator is rates analysis and prediction by Fourier transform. The indicator decomposes exchange rates into main harmonics and calculates their product in future. The indicator shows 2 price marks in history, depicting price range in the past, and 2 price marks in future with price movement forecast. Buy or sell decision and take profit size are displayed in a text label in the indicator window. The indicator uses another indicator as an engine for calculations - FreqoMet
PZ 123 Pattern
PZ TRADING SLU
3.75 (4)
The 123 Pattern is one of the most popular, powerful and flexible chart patterns. The pattern is made up of three price points: a bottom, a peak or valley, and a Fibonacci retracement between 38.2% and 71.8%. A pattern is considered valid when the price breaks beyond the last peak or valley, moment at which the indicator plots an arrow, rises an alert, and the trade can be placed. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Clear trading signals Customizable c
Key level wedge
Presley Annais Tatenda Meck
4.86 (7)
The Key level wedge 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 block DOES NOT RE-PAINT, giving you confidence when a signal appears and also helps when looking back.  The Key level wedge includes an on/off button on the chart to easily keep the charts clean after analysis by jus
Bu ürünün alıcıları ayrıca şunları da satın alıyor
Gann Made Easy
Oleg Rodin
5 (32)
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. Lütfen satın aldıktan sonra benimle iletişime geçin! Alım satım ipuçlarımı ve harika bonus göstergelerini ücretsiz olarak sizinle paylaşacağım! Muhtemelen Gann ticaret y
Şu anda %20 İNDİRİMLİ! Herhangi bir Acemi veya Uzman Tüccar için En İyi Çözüm! Bu gösterge paneli yazılımı 28 döviz çifti üzerinde çalışıyor. Ana göstergelerimizden 2'sine (Gelişmiş Para Birimi Gücü 28 ve Gelişmiş Para Birimi Dürtüsü) dayanmaktadır. Tüm Forex piyasasına harika bir genel bakış sağlar. Gelişmiş Para Birimi Gücü değerlerini, para birimi hareket hızını ve tüm (9) zaman dilimlerinde 28 Forex çifti için sinyalleri gösterir. Trendleri ve / veya scalping fırsatlarını belirlemek içi
TrendMaestro
Stefano Frisetti
5 (2)
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link: 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 and therefore the moment in which prices have strong probability of f
TPSpro RFI Levels
Roman Podpora
5 (13)
Reversal First Impulse levels (RFI) - are the maximum volume levels/areas that turn the market around, so they play a critical role in future trading decisions. The logic behind the movement of any chart is that the price moves from the first impulse level (RFI) to the first impulse level (RFI) of the past trend. The first impulse level (RFI) is the most powerful level during a trend reversal, which forms a reversal zone. The first impulse level from the reversal of the previous movement is also
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ö
Trend Screener
STE S.S.COMPANY
4.83 (86)
Trend Göstergesi, Trend Alım Satım ve Filtreleme için Çığır Açan Benzersiz Çözüm, Tüm Önemli Trend Özellikleriyle Tek Bir Araç İçinde Yerleştirildi! Forex, emtialar, kripto para birimleri, endeksler ve hisse senetleri gibi tüm sembollerde/araçlarda kullanılabilen %100 yeniden boyamayan çoklu zaman çerçevesi ve Çoklu para birimi göstergesidir. Trend Screener, grafikte noktalarla ok trend sinyalleri sağlayan etkili bir trend trend göstergesidir. Trend analizörü göstergesinde bulunan özellikler: 1.
ŞU ANDA %26 INDIRIMLI 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 yeni bir formül ekledik. Sadece BİR grafik ile 28 Forex çifti için Döviz Gücünü okuyabilirsiniz! 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? Kullanım kılavuzu: buraya tıklayın Bu ilk olan, orijinal! Değersiz bir
Atomic Analyst
Issam Kassas
5 (2)
First of all Its worth emphasizing here that this Trading Indicator is   Non-Repainting ,   Non-Redrawing   and   Non-Lagging   Indicator, Which makes it ideal from both manual and robot trading.  The Atomic Analyst  is a PA Price Action Indicator that uses Strength and Momentum of the price to find a better edge in the market. Equipped with Advanced filters which help remove noises and false signals, and Increase Trading Potential. Using Multiple layers of complex Indicators, the Atomic Anal
TPSproTREND PrO
Roman Podpora
5 (15)
TPSpro TRENDPRO  - is a trend indicator that automatically analyzes the market and provides information about the trend and each of its changes, as well as giving signals for entering trades without redrawing! The indicator uses each candle, analyzing them separately. referring to different impulses - up or down impulse. Exact entry points into transactions for currencies, crypto, metals, stocks, indices!  - To maximize the potential and learn how to trade using this indicator, read the full des
Quantum Breakout Indicator PRO
Bogdan Ion Puscasu
4.96 (25)
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ı ol
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
Gann Swing Structure
Kirill Borovskii
5 (1)
This indicator is based on the mathematics of the great trader W.D. Ganna. With its help, you can easily find strong levels by analyzing swings to find the optimal entry point. The indicator works on all instruments and all timeframes. The indicator is fully manual and has control buttons. All you need to do is press the NEW button, a segment will appear, which you can place on any movement, swing or even 1 candle that you want to analyze. By placing the segment, press the OK button. A grid (th
Scalper Vault
Oleg Rodin
5 (26)
Scalper Vault , başarılı bir scalping için ihtiyacınız olan her şeyi size sağlayan profesyonel bir scalping sistemidir. Bu gösterge, forex ve ikili opsiyon tüccarları tarafından kullanılabilecek eksiksiz bir ticaret sistemidir. Önerilen zaman çerçevesi M5'tir. Sistem size trend yönünde doğru ok sinyalleri sağlar. Ayrıca size üst ve alt sinyaller ve Gann piyasa seviyeleri sağlar. Göstergeler, PUSH bildirimleri dahil her türlü uyarıyı sağlar. Göstergeyi satın aldıktan sonra lütfen benimle iletişim
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
PRO Renko Sistemi, RENKO grafikleri ticareti için özel olarak tasarlanmış son derece hassas bir ticaret sistemidir. Bu, çeşitli ticaret araçlarına uygulanabilen evrensel bir sistemdir. Sistemi etkin piyasa sana doğru ters sinyallerine erişim hakkı denilen ses nötralize eder. Göstergenin kullanımı çok kolaydır ve sinyal üretiminden sorumlu tek bir parametreye sahiptir. Aracı, seçtiğiniz herhangi bir ticaret aracına ve renko çubuğunun boyutuna kolayca uyarlayabilirsiniz. Yazılımımla karlı b
Weis Wave with Alert
Trade The Volume Waves Single Member P.C.
4.79 (19)
Rental/Lifetime Package Options and Privileges' * For optimum results the yearly or lifetime package is suggested due to live training and Discord  channel trading with the  creator! Rent Monthly Six Months   Yearly/Lifetime Weis Wave with Speed with Alert+Speed Index x x x Manual  x x x Quick Set up Video x x x Blog x x x Lifetime Updates x x x Setup and Training Material x x Free Rectangle Break Alert Tool      x Discord Access Channel "The SI traders" x 2-hour live methodology traini
Advanced Supply Demand
Bernhard Schweigert
4.92 (309)
CURRENTLY 26% OFF !! Best Solution for any Newbie or Expert Trader! This indicator is a unique, high quality and affordable trading tool because we have incorporated a number of proprietary features and a new formula. With this update, you will be able to show double timeframe zones. You will not only be able to show a higher TF but to show both, the chart TF, PLUS the higher TF: SHOWING NESTED ZONES. All Supply Demand traders will love it. :) Important Information Revealed Maximize the potenti
TrendLine PRO MT4
Evgenii Aksenov
4.88 (248)
Trend Line PRO göstergesi bağımsız bir ticaret stratejisidir. Trend değişimini, ticarete giriş noktasını gösterir ve ayrıca Take Profit'in üç seviyesini ve Stop Loss'a karşı korumayı otomatik olarak hesaplar Trend Line PRO, tüm Meta Trader sembolleri için idealdir: para birimleri, metaller, kripto para birimleri, hisse senetleri ve endeksler Gerçek hesapların izlenmesi: burada    gösterge için danışmanlar: burada      Scanner Trend Line Pro'yu   ücretsiz almak için göstergeyi satın aldıktan s
The indicator is designed to work on any trading platform. The program is based on proprietary algorithms and W.D.Ganna's mathematics, allowing you to calculate target levels of price movement based on three points with the highest degree of certainty. It is a great tool for stock trading. The indicator has three buttons: NEW - call up a triangle for calculation. DEL - delete the selected triangle. DELS - completely remove all constructions. The probability of achieving the goals is more than 80
ADR Alert Dashboard
LEE SAMSON
3.83 (12)
ADR Uyarı Gösterge Tablosu, normal ortalama günlük aralığa göre fiyatın şu anda nerede işlem gördüğünü bir bakışta size gösterir. Fiyat, ortalama aralığı ve seçtiğiniz seviyenin üzerindeki seviyeleri aştığında, açılır pencere, e-posta veya push yoluyla anında uyarılar alacaksınız, böylece hızlı bir şekilde geri çekilmelere ve geri dönüşlere atlayabilirsiniz. Çizgi, boş bir çizelgeye yerleştirilmek üzere tasarlanmıştır ve sadece arka planda oturun ve seviyelere ulaşıldığında sizi uyarır, böylece
Scalper Inside PRO
Alexey Minkov
4.74 (54)
GET 10% OFF NOW! Last 2 copies at current price! An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate t
Grafiğinizde otomatik olarak destek ve direnç seviyeleri PLUS itici mum boşlukları çizin, böylece fiyatın nereye gidebileceğini ve / veya potansiyel olarak tersine dönebileceğini görebilirsiniz. Bu gösterge, web sitemde (The Market Structure Trader) öğretilen pozisyon ticareti metodolojisinin bir parçası olarak kullanılmak üzere tasarlanmıştır ve hedefleme ve potansiyel girişler için temel bilgileri görüntüler. Göstergede 2 TEMEL özellik ve 4 ek özellik bulunmaktadır: TEMEL ÖZELLİK 1 - Günl
M1 Arrow
Oleg Rodin
5 (13)
Piyasanın iki temel ilkesine dayanan bir gün içi stratejisi. Algoritma, ek filtreler kullanarak hacimlerin ve fiyat dalgalarının analizine dayanmaktadır. Göstergenin akıllı algoritması, yalnızca iki piyasa faktörü bir araya geldiğinde bir sinyal verir. Gösterge, daha yüksek zaman çerçevesinin verilerini kullanarak M1 grafiğinde belirli bir aralıktaki dalgaları hesaplar. Ve dalgayı doğrulamak için gösterge, hacme göre analizi kullanır. Bu gösterge hazır bir ticaret sistemidir. Bir tüccarın ihtiya
Italo Levels Indicator
Italo Santana Gomes
5 (7)
BUY INDICATOR AND GET EA FOR FREE AS A BONUS + SOME OTHER GIFTS! ITALO LEVELS INDICATOR  is the best levels indicator ever created, and why is that? Using high volume zones on the market and Fibonacci the Indicator works on all time-frames and assets, indicator built after 7 years of experience on forex and many other markets. You know many levels indicators around the internet are not complete, does not help, and it's difficult to trade, but the   Italo Levels Indicator is different , the Ital
ADR Ters Çevirme Göstergesi, normal ortalama günlük aralığına göre fiyatın şu anda nerede işlem gördüğünü bir bakışta size gösterir. Fiyat, ortalama aralığı ve seçtiğiniz seviyenin üzerindeki seviyeleri aştığında, açılır pencere, e-posta veya push yoluyla anında uyarılar alacaksınız, böylece hızlı bir şekilde geri çekilmelere ve geri dönüşlere atlayabilirsiniz. Gösterge, grafikte ortalama günlük aralık uç noktalarında yatay çizgiler ve ayrıca fiyatları aşan matematiksel olasılıkları olan seviye
First of all Its worth emphasizing here that this Trading Tool is Non-Repainting, Non-Redrawing and Non-Lagging Indicator, Which makes it ideal for professional trading. The Smart Price Action Concepts Indicator is a very powerful tool for both new and experienced traders. It packs more than 20 useful indicators into one, combining advanced trading ideas like Inner Circle Trader Analysis and Smart Money Concepts Trading Strategies. This indicator focuses on Smart Money Concepts, providing i
Up Down V9
Guner Koca
5 (1)
indicator is no repaint trend indicator. when red stars up to line that is probably end of long trades. when blue stars up to line that is probably end of down trades. indicator can use all pairs and lower than weekly charts, to use weekly chart need to at least 500 bars data on back.and lowering processing value 500. it is also suitable for 1m charts. indicator hold long way to go. there is not too many signals.
IX Power MT4
Daniel Stein
5 (5)
IX Power nihayet FX Power'ın rakipsiz hassasiyetini Forex dışı sembollere getiriyor. En sevdiğiniz endeksler, hisse senetleri, emtialar, ETF'ler ve hatta kripto para birimlerindeki kısa, orta ve uzun vadeli eğilimlerin yoğunluğunu doğru bir şekilde belirler. Terminalinizin sunduğu her şeyi analiz edebilirsiniz. Deneyin ve işlem yaparken zamanlamanızın nasıl önemli ölçüde iyileştiğini deneyimleyin. IX Power Temel Özellikler 100 hassas, yeniden boyanmayan hesaplama sonuçları - terminalini
ICT, SMC, SMART MONEY CONCEPTS, SMART MONEY, Smart Money Concept, Support and Resistance, Trend Analysis, Price Action, Market Structure, Order Blocks, BOS/CHoCH,   Breaker Blocks ,  Momentum Shift,   Supply&Demand Zone/Order Blocks , Strong Imbalance, HH/LL/HL/LH,    Fair Value Gap, FVG,  Premium  &   Discount   Zones, Fibonacci Retracement, OTE, Buy Side Liquidity, Sell Side Liquidity, BSL/SSL Taken, Equal Highs & Lows, MTF Dashboard, Multiple Time Frame, BigBar, HTF OB, HTF Market Structure, 
FX Power MT4 NG
Daniel Stein
5 (7)
Sabah Brifingimiz burada mql5 ve on Telegram! FX Power MT4 NG , uzun zamandır çok popüler olan döviz gücü ölçerimiz FX Power'ın yeni neslidir. Peki bu yeni nesil güç ölçer ne sunuyor? Orijinal FX Power hakkında sevdiğiniz her şey PLUS GOLD/XAU güç analizi Daha da hassas hesaplama sonuçları Ayrı ayrı yapılandırılabilir analiz dönemleri Daha da iyi performans için özelleştirilebilir hesaplama limiti Özel çokluDaha fazlasını görmek isteyenler için örnek ayarlar Her grafikte en sevdiğiniz renkler i
Yazarın diğer ürünleri
The Expert Advisor allows you to build a trading system based on a custom indicator. It performs automated opening/closing of deals based on the signals of an indicator that places values ​​other than 0 and EMPTY_VALUE in the buffer. The EA polls the values ​​of the specified indicator buffers, opens/closes and accompanies trades according to the specified parameters. The Expert Advisor implements the following trade support functions: - installation for the transaction SL and TP; - calculation
Semiautomatic EA for trading based on the averaging and locking strategy. The trader sends signals for opening grids by using the buttons on the chart. The EA opens a market order, places a grid of limit orders in the same direction with lot multiplication according to specified parameters and a locking stop order in the opposite direction with the volume equal to the sum of all the previous ones. Once the price passes the specified breakeven level, the EA places a stop loss at the open price+sp
The expert allows you to build a trading system based on an arbitrary set of technical indicators MT5. The EA uses the following signals: - OpenBuy / OpenSell - opening positions; - StopBuy / StopSell - closing positions; - TakeProfitBuy / TakeProfitSell - get TP levels; - StopLossBuy / StopLossSell - getting SL levels; - NoLossBuy / NoLossSell - transfer to the breakeven state; - MinProfitBuy / MinProfitSell - closing part of a position; - CancelBuy / CancelSell - allow a repeated signal
MACD Divergence
Sergey Deev
2.5 (2)
The indicator detects divergence signals - the divergences between the price peaks and the MACD oscillator values. The signals are displayed as arrows in the additional window and are maintained by the messages in a pop-up window, e-mails and push-notifications. The conditions which formed the signal are displayed by lines on the chart and in the indicator window. Indicator Parameters MacdFast - fast MACD line period MacdSlow - slow MACD line period MacdSignal - MACD signal line period MacdPri
The indicator displays Renko bars on the chart, uses their data to calculate and display the moving average, PriceChannel and generates buy/sell signals. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. The PriceChannel indicator displays the upper, lo
The indicator displays the data of the Stochastic oscillator from a higher timeframe on the chart. The main and signal lines are displayed in a separate window. The stepped response is not smoothed. The indicator is useful for practicing "manual" forex trading strategies, which use the data from several screens with different timeframes of a single symbol. The indicator uses the settings that are identical to the standard ones, and a drop-down list for selecting the timeframe. Indicator Parame
The indicator displays the data of the candles from a higher timeframe on the chart. Only the candle body (by the open and close prices) is displayed. The candlesticks are colored depending on the difference between the open and close prices. After removing the indicator from the chart, the objects used by it are deleted automatically. Indicator Parameters TimeFrame - time frame (drop-down list) BearColor - bearish candle color (standard dialog) BullColor - bullish candle color (standard dialo
The indicator displays the data of a standard MACD indicator from a higher timeframe. The product features notifications of crossing the zero or signal line by the histogram. Parameters TimeFrame - indicator timeframe (dropdown list) MacdFast - fast line period MacdSlow - slow line period MacdSignal - signal line period MacdPrice - price type (dropdown list) AlertCrossZero - enable notifications of crossing the zero line AlertCrossSignal - enable notifications of crossing the signal line UseNo
The indicator displays the moving average of a higher timeframe on the chart. The indicator parameters TimeFrame - time frame of the moving average (drop-down list) MaPeriod - moving average period MaMethod - moving average method (drop-down list) MaShift - moving average shift MaPrice - moving average price (drop-down list)
The indicator displays the data of the Average True Range (ATR) from a higher timeframe on the chart. It allows you to see the scope of the movement without having to switch to another screen terminal The indicator parameters TimeFrame - time frame of the data (drop-down list) can not be lower than current AtrPeriod - period of the Average True Range indicator a higher timeframe range
MTF ADX
Sergey Deev
5 (1)
The indicator displays the data of the standard ADX indicator from a higher timeframe on the chart. Several indicators with different timeframe settings can be placed on a single chart. The indicator parameters TimeFrame - time frame of the data (drop-down list) can not be lower than current AdxPeriod - period of the indicator for a higher timeframe AdxPrice - prices for the calculation of the indicator data from a higher timeframe
The indicator detects and displays М. Gartley's Butterfly pattern. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The pattern and wave parameters are displayed on the screenshots. The default parameters are used for demonstration purposes only in order to increase the amount of detected patterns. Parameters
The indicator displays the averaged value of the moving averages of the current and two higher timeframes with the same parameters on the chart. If the moving averages are located one above the other, the resulting one is painted in green, showing an uptrend, in the opposite direction - red color (downtrend), intertwined - yellow color (transitional state) The indicator parameters MaPeriod - moving average period MaMethod - moving average method (drop-down list) MaShift - moving average shift
The indicator displays the price movement on the chart, which is smoothed by the root mean square function. The screenshot shows the moving average with period 20, the smoothed root mean square (red) and simple SMA (yellow). The indicator parameters MAPeriod - Moving average period MaPrice - applied price (drop down list, similar to the standard MovingAverage average) BarsCount - number of processed bars (reduces download time when attaching to the chart and using in programs).
The indicator displays the standard price deviation from the root mean moving average line in the additional window. The screenshot displays the standard indicator (the lower one) and SqrtDev (the upper one). Parameters SqrtPeriod - root mean line and standard deviation period. SqrtPrice - applied price (drop-down list). BarsCount - amount of processed bars (reduces the download time when applying to a chart and using in programs).
The indicator detects and displays the 5-0 harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. During the formation the f
The indicator detects and displays the White Swan and Black Swan harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. Duri
The indicator detects and displays Shark harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is comple
The indicator detects and displays 3 Drives harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is com
The indicator detects and displays Cypher harmonic pattern also known as Anti-Butterfly (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangle
The indicator displays ZigZag lines from a higher timeframe (see the example in the screenshot). The red thin line is the current timeframe's ZigZag, while a thicker yellow line is the higher timeframe's one. The indicator is repainted as the data is updated. Parameters Depth, Dev, Back - ZigZag parameters; BarsCount - amount of processed bars (reduces the initial download time and decreases the load when using in an EA); TimeFrame - indicator timeframe (cannot be lower than the current one).
RenkoMaSignals
Sergey Deev
1 (1)
The indicator displays Renko bars on the chart, plots two moving averages by them and generates buy/sell signals based on the conditions displayed in the screenshots and described below: the buy signal is formed if the fast moving average is above the slow moving average, from 4 to 10 consecutive bullish Renko bars are displayed, followed by no more than 2 bearish and one bullish Renko bars; the sell signal is formed if the fast moving average is below the slow moving average, from 4 to 10 conse
The indicator displays renko bars on a chart, use them to plot MACD histogram and provides buy/sell signals: signal of MACD histogram crossing its signal line; signal of MACD histogram crossing the line 0. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficienc
RenkoMaStoch
Sergey Deev
1 (1)
The indicator displays renko bars on a chart, uses them to plot the fast and slow moving average and Stochastic, as well as it provides buy/sell signals: a buy signal is generated when the fast moving is above the slow one, and the signal line of Stochastic crosses the lower level from bottom up; a sell signal is generated when the fast moving is below the slow one, and the signal line of Stochastic crosses the upper level from top to bottom; Renko is a non-trivial price display method. Instead
The indicator displays Renko bars on the chart and uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, so the indicator can work on any time frame with the same efficiency. This implementation of t
The indicator displays Renko bars on the chart, uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement, and highlights them based on the Gartley patterns, showing the potential price reversal points. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, s
The indicator displays renko bars on a chart, uses them to plot the MACD oscillator and determines the divergence conditions (divergences of price movements and oscillator values). The buy/sell signal is formed if the next High/Low price is not confirmed by the oscillator values. The ZigZag indicator is used to evaluate the extremums. Only the last 3 peaks are taken into account (see the screenshot). If peak 1 is higher than peak 2 or peak 3, and at the same time the macd value is lower, then a
The indicator displays renko bars on a chart and uses them to create ZigZag indicator - trend lines connecting local price movement Highs and Lows. The indicator, in turn, is used to create AB=CD displaying potential price reversal points. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any time
The indicator calculates and displays renko bars using MA and PSAR data as well as provides buy/sell signals. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. Buy signal forms when PSAR readings are moving down, MA is moving up, the price is closing ab
RenkoBandMacd
Sergey Deev
1 (1)
The indicator displays Renko bars on the chart, uses their data to calculate and display the Bollinger Bands, MACD oscillator and generates buy/sell signals. Renko is a non-trivial price display method, in which a bar within a time interval is shown on the chart only if the price has moved a certain number of points. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. When attached to a chart, the indicator checks for presenc
Filtrele:
8601567
779
8601567 2022.04.29 02:43 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

Sergey Deev
58803
Geliştiriciden yanıt Sergey Deev 2022.04.29 08:38
BC_max=0.786 was changed.
At the expense of the source code - only for a fee.
Mikhail Ryzhachenko
774
Mikhail Ryzhachenko 2020.06.05 04:41 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

Qun Li
579
Qun Li 2019.08.20 05:09 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

sunnychow
8663
sunnychow 2018.11.05 18:34 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

Matthew Todorovski
13122
Matthew Todorovski 2018.06.30 13:27 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

Andrey Litvichenko
7557
Andrey Litvichenko 2017.10.29 05:14 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

Ali irwan
5137
Ali irwan 2017.07.20 00:16 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

Vyacheslav Korolev
4684
Vyacheslav Korolev 2017.05.05 13:59 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

Gennadiy Voltornist
11909
Gennadiy Voltornist 2017.04.12 19:58 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

Richard Jehl
1706
Richard Jehl 2016.09.12 17:44 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

Maksym Mudrakov
29226
Maksym Mudrakov 2016.08.29 11:53 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

İncelemeye yanıt
Sürüm 1.5 2022.04.29
change deffault params
Sürüm 1.4 2019.08.24
Add ChartEvents
Sürüm 1.3 2019.06.10
удален логотип fx-prog.ru
Sürüm 1.2 2016.04.12
- Buy and sell signals allocated among the indicator buffers
- Added ShowPredict parameter to hide a forming pattern