• Tipo di indicatore
  • Prezzo
     - 
  • Resetta
Guarda i video tutorial del Market su YouTube
Come acquistare un Robot di Trading o un indicatore
Esegui il tuo EA
hosting virtuale
Prova un indicatore/robot di trading prima di acquistarlo
Vuoi guadagnare nel Market?
Come presentare un prodotto per venderlo con successo

Indicatori tecnici gratuiti per MetaTrader 4 - 29

icon I segnali degli indicatori tecnici elencati di seguito hanno un ruolo cruciale nell'apertura e nella chiusura delle transazioni nella piattaforma MetaTrader 4. L'essenza degli indicatori è una trasformazione matematica del prezzo di un simbolo finanziario finalizzata a prevedere i cambiamenti di prezzo.
CoralPage
D Armond Lee Speers
CoralPage is a simple little utility to add navigation controls to your chart.  You can now easily step through the symbols in the Market Watch without having to click-and-drag a symbol from the Market Watch onto your chart.  It's a simple but indispensable time-saver! Click move to the first, previous, next or last symbol in the Market Watch.  Shift-click to go the the previous or next symbol that has an open order. CoralPage is completely free.  If you like this, please check out my other prod
FREE
RedeeCash RSI
Patrick Odonnell Ingle
Version History Date Version Changes 07/09/2022 1.10 Initial released Description The RedeeCash RSI is your typical RSI indicator with the three latest RSI calculations exposed as global variables for easier integration with scripts and expert advisors. Code Sample To invoke this indicator from an EA or script, call the iCustom metatrader function, iCustom ( Symbol (), PERIOD_CURRENT , "Market/RedeeCash RSI" , 14 , 1 , 0 ); string RSIVarName = StringConcatenate ( Symbol (), "_rsi" ); string RSIP
FREE
RedeeCash Rate of Change
Patrick Odonnell Ingle
Tasso di cambio In base alla formula, ROC = (Close[n] - Close[n-lookback]) / Close[n-lookback] * 100 per tracciare il tasso di variazione dell'azione del prezzo di una coppia di valute in un periodo di ricerca e fornisce due variabili globali, SYMBOL_ROC e SYMBOL_ROC_LOOKBACK, che rappresentano l'ultimo valore del tasso di variazione e il tasso di variazione nel periodo di ricerca precedente. Invocando l'indicatore utilizzando la funzione iCustom, iCustom ( "Market/RedeeCash_Rate_of_Change.ex
FREE
HyperSignal 2 AM
Andriy Matviyevs'kyy
The  indicator generates signals for opening positions. The principle of operation is to compare the current closing price with a range of average prices over a longer period. The signals are confirmed when the price exceeds the High/Low of the bar where the indicator generated the signal.  Maintenance of an open position is carried out on a smaller TF. Indicator signals to open an opposite position on a smaller TF are a signal to close the deal. This indicator does not repaint or not recalculat
FREE
CAD INDEX The Currency Index Project is ONE part of a thorough Forex study. Many people do not know the theoretical basis that drives currency exchange rates to move on the market. With this set of tools you will be able to have a more complete view of the entire market by analyzing not only the single currency of an exchange, but all the exchange rates that make up that currency by looking at a single window! The indicator faithfully represents the real index of a single currency present in
FREE
This is a Bot which send notifications every hour at your MT4 platform. The notification consists of four part.   <<Clock>> + Your Message + Symbols + profit + Total # of Orders + Total profit     Here is an example : 21:00 Hodor: #US30 $+40.31 GOLD $-5.31 Total 5 Orders $+35.00 If there is no order : 21:00 Hodor: HODOR   signals:  https://www.mql5.com/en/signals/977796  There is a private message parameter where you can enter your own message also. Hodor_Comment_OnOff_Flag removes the "Hodor
FREE
Long term stats is a trend indicator.  As the name suggests, it computes long term running average, standard deviation and min/max values Average and standard deviation are plotted on the graph and deviation value is taken as input parameter (similarly to bollinger bands). Historical minimum and maximum are plotted on the graph and updated for each bar, considering historical time series slope. (this is to somehow account for inflation/deflation) Can be used as filter for signals, as trigger to
FREE
LR Trend AM
Andriy Matviyevs'kyy
One of the standard ways to determine the direction of price movement at a particular moment is to calculate a linear regression for the values of such a price over a certain period of time. This indicator displays a line on the price chart based on the values of the linear regression of the selected price for the selected period of time. The indicator is as simple as possible and can be used within any trading strategy. The indicator is not redrawn on fully formed bars. Settings: Ind_Period - T
FREE
EasyTrend AM
Andriy Matviyevs'kyy
EasyTrend AM is an indicator that allows you to open a position at the very beginning of a significant price movement. The second most important quality of the indicator is the ability to follow the trend as long as possible in order to obtain all potential profits while minimizing potential losses. This indicator does not repaint or not recalculate. A version of this indicator with advanced settings and signal notifications is EasyTrend 3 AM . Signal of the indicator: red arrow appearing abov
FREE
MA Signal 2 AM
Andriy Matviyevs'kyy
This indicator displays signals on the price chart when the closing price crosses the standard moving average line, as well as when the moving average changes its direction. The indicator does not redraw. Signals are shown on fully formed candles. The indicator can send notifications of its signals to the terminal and email. Custom Parameters: MA_Period - moving average period; MA_Shift - moving average shift relative to the price chart; MA_Price - price for which the moving average is calculat
FREE
StrxInfoPanel
Francesco Strappini
5 (4)
StrxInfoPanel is an essential tool for every trader It gives you an immediate idea about your account and realtime informations about the current symbol and timeframe you are analyzing Every information line can be hidden and shown via parameters, even panel position can be changed via input parameters Parameters list: Corner : the screen corner where you want the panel to be shown Left, Top, and Width : customizable position and panel dimensions BgColor : background color Show XXX : every infor
FREE
Mastery CDS is a trend indicator based on the BB Mastery Technical Analysis. This Mastery CDS indicator is specially designed for the practitioner of BB Mastery Technical Analysis. This indicator helps you to setup BB Mastery Indicators and label all the CDS signals. The CDS signals including TRZ, CT, and CC. What is so special with this indicator? This indicator able to label TRZ, CT and CC signal all all time frames. You can one glance all the signals without spending time to identify each of
FREE
RSI Trigger 2 AM
Andriy Matviyevs'kyy
This indicator determines entry points and uses crossing of various RSI periods as a signal. The best entry moment will be crossing the High/Low of the bar, marked by the indicator, by the price. Settings: RSI_Fast_Period - fast indicator period; RSI_Slow_Period - slow indicator period; RSI_Fast_Price - fast indicator price; RSI_Slow_Price - slow indicator price; Alerts - show a dialog box; Send_Mail - sends an email using an address specified on the Email tab of the options window; Send_Notif
FREE
FATL rsi AM
Andriy Matviyevs'kyy
The product combines the best features of the standard RSI oscillator with the adaptive digital filter. The indicator allows entering and exiting the market at the very beginning and end of a trend. The indicator generates high-probability signals while retaining high sensitivity. The indicator does not repaint on fully formed bars. Options: Ind_Price - price used for the indicator calculation; Ind_Period - indicator period. Application rules: A big red dot - a strong bearish trend, if the price
FREE
PriceXover
Muhammad Robith
This indicator maps price crossover with Simple Moving Average (SMA) for each candle. Works like a SMA but has non-repaint characteristic. How to Use: As stated before, this indicator works like a SMA. Use this to determine trend. When price is above this line then the uptrend is expected (downtrend if price below the line). 2 of these indicator (with different periods) can also generate buy/sell signal like 2 SMAs. When the lower period SMA crosses higher period SMA from below, then buy signal
FREE
The indicator marks bars with a simple trend definition“ each subsequent high above/below the previous one and each subsequent low above/below the previous one ”. Charles Dow   Formula:  Max – The current maximum Min – The current   minimum MaxK – Maximum per period MinK – Minimum per period   Min>MinK & Max>=MaxK – Symbol on top Max<MaxK & Min<=MinK – The symbol on the bottom Input parameter: Number of bars in the calculated history Period for current timeframe The distance to the symbo
FREE
TIbors Timer
Tibor Hartmut Sturm
Indikator zur klaren Anzeige im Metatrader Dieser Indikator wurde von mir Entwickelt damit die Anzeige der relevanten Parameter klar und deutlich im Chart auf einen Blick zu sehen ist.  Er dient zur Information und ist ohne Gewähr.  Folgende Parameter werden angezeigt: -   Der  Aktuelle Kurs - Das Aktuelle Handelspaar - Die Restzeit zur nächsten Kerzenbildung / Zum Abschluss der Aktuellen Kerze - Die Kontonummer des Handelskontos - Die Frei Verfügbare Margin - Die Margin auf 1 Lot - Der Akt
FREE
Sto Candles AM
Andriy Matviyevs'kyy
This indicator colors candles in accordance with the projected price movement. The analysis is based on the values of the classic Stochastic Oscillator. If the main line of the Stochastic Oscillator is above the signal line and above the oversold level - the candlestick is painted in color that signals a price growth; If the main line of the Stochastic Oscillator is below the signal line and below the overbought level - the candlestick is painted in color that signals a price fall. The indicator
FREE
Note: this product is a free limited version of the full featured product Currency Timeframe Strength Matrix . It only includes AUD, CAD, CHF currencies instead of all 8 currencies. It includes only 5S, 1M, 5M time frames instead of all 8 (5S, 1M, 5M, 15M, 30M, 1H, 4H, 1D). What is it? The Currency TimeFrame Strength Matrix is a simple and comprehensive Forex map that gives a snapshot of what is happening in the Forex market at the very present time. It illustrates the strength and momentum
FREE
COG Candles 2 AM
Andriy Matviyevs'kyy
The product is based on J.F. Ehlers' Center of Gravity indicator. Center of Gravity actually has a zero lag and allows to define turning points precisely. The indicator is a result of Ehlers' research of adaptive filters. It identifies main pivot points almost without any lag.  The indicator colors candlesticks in accordance with COG data. Parameters: Length - indicator calculation period. MaPrice - price used to calculate the indicator. Signal - indicator display options. The indicator does n
FREE
Laguerre Mom AM
Andriy Matviyevs'kyy
The indicator displays in the form of a histogram the difference between the current price and the price for the previous period. A similar method of market analysis is used in the classic Momentum indicator. At the same time, the presented indicator uses the primary data smoothing by the Laguerre filter, which allows maintaining the sensitivity of the indicator and minimizing the "noise". The indicator signals are: Histogram crossing 0. Change of signal line direction.
FREE
TTF 2x Osc AM
Andriy Matviyevs'kyy
This indicator is based on the idea of a popular Trend Trigger Factor indicator (TTF). The indicator determines a price movement direction comparing high and low of the current candle with high and low of a price for a longer period. Parameters: Long_TTF_Bars - number of candles to calculate the price movement direction for a longer period of time (cannot be less than 2) Short_TTF_bars - number of candles to calculate the price movement direction for a shorter period of time (cannot be less tha
FREE
This indicator allows to hide Bill Williams Alligator (on all MT4 timeframes) from a date define by the user with a vertical line (Alone) or a panel (with "Hidden Candles"). Indicator Inputs: Jaws Period Jaws Shift Teeth Period Teeth Shift Lips Period Lips Shift Method Apply To Information on "Alligator" indicator is available here:   https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/alligator ************************************************************* Hey traders!
FREE
FATL Line AM
Andriy Matviyevs'kyy
The presented indicator is a moving average based on the fast digital filter (FATL) data. Using the indicator is similar to using a standard moving average: For small values ​​of the period of the moving average (1-10): Buying/selling is carried out at the moment of changing the direction of the moving average (after the price has overcome the high/low of the bar on which the change of direction occurred). For large values ​​of the period of the moving average: Buying / selling is carried out de
FREE
Trend easy
Wiktor Keller
1 (1)
Trend easy простой трендовый индикатор в виде гистограмы. окно индикатора разделено на две части верхняя гистограма движение в бай, нижняя гистограма движениие в сел. Кроме гистограмы, сигнал индикатора дублируется на графике стрелками. В меню индикатора имеется количество баров в истории индикатора  значения периода для определения тренда разрешение рисования стрелок на графике код и цвета стрелок алерты и отступ стрелок
FREE
Всем привет, мои друзья, сябрыыы. Я трейдер, 20 лет опыта. Хочу продемонстрировать свой индикатор. Индикатор создан на базе в тесной кооперации с индикатором arrows_template. Данный индикатор рисует на графике инструмента (любого) индикатор AO(Awesom) поверх. Видите сам AO на графике. Видите пересечение зоны нуля, Блюдце и т.д.. Если будут подсказки, корректировки. Пишите смело, всех пошлю.......Шутка До свидания.
FREE
Индикатор рассчитывает волатильность относительно свечи заданной в настройках, в заданном диапазоне. period -диапазон для расчета максимум минимум. point - номер свечи от которой будет рассчёт (нуль текущая цена). По всем вопросам можно обратиться  на сайте через форму обратной связи или в комментариях в ютюб. Также на сайте есть другие работы ссылка в индикаторе на вкладке общее .
FREE
CCI Candles 2 AM
Andriy Matviyevs'kyy
The indicator colors candlesticks of the price chart in accordance with the data of two CCI indicators from different timeframes. If both CCI indicators are above 0, the indicator paints the candle in the color that signals about price growth, and vice versa. The indicator allows to efficiently follow the trend, track short-term price rollbacks, and also to identify price reversals. The indicator does not redraw. Settings CCI1_Period ( >1) - period of the fast CCI osc; CCI1_Price - price of th
FREE
Sto Trigger 2 AM
Andriy Matviyevs'kyy
The indicator determines entry points basing on data of the Stochastic indicator. When the indicator crosses the zero line, the trend is changed. If the oscillator's value is 1.5 - the price grows, the trend remains; If the oscillator's value is 0.5 - the price grows, the trend is absent; If the oscillator's value is -1.5 - the price falls, the trend remains; If the oscillator's value is -0.5 - the price falls, the trend is absent; The best entry moment is crossing the High/Low of the bar where
FREE
CCI Currency Strength Meter uses CCI (Commodity Channel Index) to monitor how strong a currency is, or in other words, if it's being bought or sold by the majority compared to the other currencies. If you load this indicator on a chart, it will first display the strength-lines of the currencies (base and counter currency of the chart) with changeable solid lines. Also, you can add up to ONE additional currency (only 1 for the DEMO version, but on REAL up to 5) to the "comparison pool" that alrea
FREE
--->  Check all the other products  <--- The Candle Bias is a coloring indicator that doesn't take account of the close price of the bars.  It will color the candle in the bearish color (of your choice) if the downard range is greater than the upward range.  Conversely, it will color the candle in the bullish color of your choice if the upward range is greater than the downward range.  This is a major helper for Multi Time Frame analysis, it works on every security and every Time Frame. You
FREE
Highly configurable Force Index indicator. Features: Highly customizable alert functions (at levels, crosses, direction changes via email, push, sound, popup) Multi timeframe ability Color customization (at levels, crosses, direction changes) Linear interpolation and histogram mode options Works on strategy tester in multi timeframe mode (at weekend without ticks also) Adjustable Levels Parameters: Force Index Timeframe:  You can set the current or a higher timeframes for Force Index. Force In
FREE
SATL Alligator AM
Andriy Matviyevs'kyy
This indicator is a combination of classic trend indicator and signals of the slow digital filter. The indicator has no configurable parameters. The signals are displayed on completed bars and are not redrawn. It shows high efficiency on periods less than 1 hour. The usage principle is intuitive - trade in the direction shown by the fan of moving averages. Enter once the price exceeds the High/Low of the bar where the signal was formed. Exit on the opposite conditions.
FREE
MSN Osc AM
Andriy Matviyevs'kyy
The presented indicator is a reworked version of the Moving Speed ​​Normalized indicator, authored by Roman Kiverin . The indicator provides two types of signals: 1. The histogram crosses the zero value; 2. Change of direction by the signal line. To use it effectively, it is necessary to take into account the long-term trend and open a position only in its direction. It is recommended to use signal confirmation. A signal is considered confirmed if the current price has overcome the maximum (for
FREE
MA dpl AM
Andriy Matviyevs'kyy
The indicator analyzes the difference between the current price and the standard MA data. The indicator is not redrawn on the formed bars. To confirm the signal of the indicator, it is necessary to wait for the price to overcome the high (for buying) or the low (for selling) of the bar where the indicator changed color. The indicator is easy to use and configure. The indicator is effective as an element of any trend trading strategy. Custom Parameters: MA_Period - MA period; MA_Shift - MA shift;
FREE
Индикатор сглаженных Bollinger Bands (xBB) Входные параметры: xBB Period - период усреднения xBB Price - используемая цена ( 0 - CLOSE | 1 - OPEN | 2 - HIGH | 3 - LOW | 4 - MEDIAN | 5 - TYPICAL | 6 - WEIGHTED) xBB Deviation - отклонение xBBColor - цвет индикаторных линий xBB Width - толщина индикаторных линиц Принцип работы Индикатор перерассчитывает стандартный технический индикатор Bollinger Bands (дважды усредняет получаемые значения iBands). Период усреднения индикатора соответствует дв
FREE
RFTL dpl AM
Andriy Matviyevs'kyy
RFTL dpl AM - (Referense fast trend line - detrended price line) indicator built on the principle of searching for discrepancies between the current real price and the calculated trend value. RFTL - a digital filter that calculates the reference line, the overcoming of which by the current price is considered a change in the short-term trend. Indicator signals: Small red dot - the price continues to fall; Small blue dot - the price continues to rise; Big red dot - the price starts to fall; Big b
FREE
如果产品有任何问题或者您需要在此产品上添加功能,请联系我 Contact/message me if you encounter any issue using the product or need extra feature to add on the base version. To access the full version, please re-direct to this LINK . To access the single pair version, please re-direct to this LINK . Price is likely to pullback or breakout at important support and/or resistance. This dashboard is designed to help you monitor these critical support and resistance area. Once price moves close to these important support and res
FREE
1、能显示货币之间的强弱 0是最弱 7是最强 2、能显示28个货币以及黄金 原油的 涨跌幅度 3、能切换货币对 4、能显示持仓订单的货币对 1、能显示货币之间的强弱 0是最弱 7是最强 2、能显示28个货币以及黄金 原油的 涨跌幅度 3、能切换货币对 4、能显示持仓订单的货币对 5、能利用键盘的的上下键切换货币对,左右键切换周期 1、能显示货币之间的强弱 0是最弱 7是最强 2、能显示28个货币以及黄金 原油的 涨跌幅度 3、能切换货币对 4、能显示持仓订单的货币对 5、能利用键盘的的上下键切换货币对,左右键切换周期 5、能利用键盘的的上下键切换货币对,左右键切换周期 1、能显示货币之间的强弱 0是最弱 7是最强 2、能显示28个货币以及黄金 原油的 涨跌幅度 3、能切换货币对 4、能显示持仓订单的货币对 5、能利用键盘的的上下键切换货币对,左右键切换周期
FREE
Magneto Power MA
Vladimir Blednov
3 (1)
Magneto Power MA - трендовый осциллятор. Основан на классическом индикаторе moving average, но при этом имеет нестандартный способ интерпретации. Здесь нет никаких фокусов с пересечениями мувингов, только гибридная работа MA и волатильности инструмента. При этом при должной настройке может составить конкуренцию дорогим и сложным аналогам. По гистограмме индикатора легко определить текущую тенденцию, а так же исчерпало себя движение цены или ещё нет. Настройки индикатора аналогичны классическому
FREE
T3IndiFast
Ridwan Kureemun
Supporting file (2 of 2) for T3 Cloud MA Trend indicator derived from T3 moving averages. The cloud is bounded by a fast T3 and slow T3 lines. Buying/Selling opportunities above/below cloud. The fast and slow T3 MA lines can also be used as dynamic support/resistance for more aggressive entries. Use default values for best settings. The number of look back bars is user defined. This indicator can be used in combination with other strategies such as price action. Suitable for all time frames. P
FREE
GBP INDEX The Currency Index Project is ONE part of a thorough Forex study. Many people do not know the theoretical basis that drives currency exchange rates to move on the market. With this set of tools you will be able to have a more complete view of the entire market by analyzing not only the single currency of an exchange, but all the exchange rates that make up that currency by looking at a single window! The indicator faithfully represents the real index of a single currency present in
FREE
The Shanghai Stock Exchange Session's Hours This indicator facilitates observing the currency pair's quotations during subsequent parts of the stock exchange session live. Before the session starts, a rectangle is drawn on the chart but not filled in with color. It means the extent of the session duration. Before the first bar enters the rectangle of the session, a sound signal or pop-up window will notify us that the session will just start. When the price graph crosses the edge of the sessi
FREE
RVI Signal 2 AM
Andriy Matviyevs'kyy
This indicator displays RVI indicator signals on the chart. The main point of Relative Vigor Index Technical Indicator (RVI) is that on the bull market the closing price is, as a rule, higher, than the opening price. It is the other way round on the bear market. So the idea behind Relative Vigor Index is that the vigor, or energy, of the move is thus established by where the prices end up at the close. To normalize the index to the daily trading range, divide the change of price by the maximum r
FREE
Imagic02
Aleksandr Morozov
An indicator showing volumes with the addition of four moving averages of these volumes. What is this indicator for? When analyzing the Forex markets, metals, indices on the H1, H4 charts, at the beginning of the day and at the end of the trading day according to server time, the volumes are less than in the middle of the day. This indicator was created for this. It will help you compare trading volumes within the day. The indicator is distributed as is. Tags: Volume, Custom Volume, MA, Custom M
FREE
Lot info
Aliaksandr Sych
Основное удобство донного индикатора в том, что он не назойлив как большинство, он хорошо показывает среднюю цену на текущем графике. индикатор информирует о количестве открытых позиций по текущему инструменту, а так же по всем открытым инструментам в том числе. при расчете средней цены учитывает комиссию и свопы, показывает чистую цену. Отображается на графике внизу экрана, есть возможность менять цвет и размер шрифта.
FREE
FATL cci AM
Andriy Matviyevs'kyy
The product combines the best features of the standard CCI oscillator with the adaptive digital filter. The indicator allows entering and exiting the market at the very beginning and end of a trend. The indicator generates high-probability signals while retaining high sensitivity. The indicator does not repaint on fully formed bars. Options: Ind_Price - price used for the indicator calculation; Ind_Period - indicator period. Application rules: A big red dot - a strong bearish trend, if the price
FREE
This indicator allows to hide moving average (on all MT4 timeframes) from a date define by the user with a vertical line (Alone) or a panel (with "Hidden Candles"). Indicator Inputs: MA Period MA Shift  MA Method MA Apply To Information on "Moving Average" indicator is available here:   https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/moving_average ************************************************************* Hey traders!!  Give me your feeds!  We are a community h
FREE
Returns MT4
Fabrizio Malavasi
1 (1)
This indicator shows the value of returns in the selected time frame . They are calculated as logarithm of returns , rather than price or raw returns. For small returns, arithmetic and logarithmic returns will be similar. The benefit of using returns, versus prices, is normalization. It is possible measures all variables in a comparable metric despite originating from price series of unequal values. Inputs You can display data both as a Histogram  or a    Line It's also possible to display
FREE
Laguerre Osc 3 AM
Andriy Matviyevs'kyy
The indicator displays in the form of a histogram the difference between the current price and the price for the previous period. A similar method of market analysis is used in the classic Momentum indicator. At the same time, the presented indicator uses the primary data smoothing by the Laguerre filter, which allows maintaining the sensitivity of the indicator and minimizing the "noise". The indicator signals are: Histogram crossing 0. Change of signal line direction. The histogram crossing th
FREE
AUD INDEX The Currency Index Project is ONE part of a thorough Forex study. Many people do not know the theoretical basis that drives currency exchange rates to move on the market. With this set of tools you will be able to have a more complete view of the entire market by analyzing not only the single currency of an exchange, but all the exchange rates that make up that currency by looking at a single window! The indicator faithfully represents the real index of a single currency present in
FREE
EUR INDEX The Currency Index Project is ONE part of a thorough Forex study. Many people do not know the theoretical basis that drives currency exchange rates to move on the market. With this set of tools you will be able to have a more complete view of the entire market by analyzing not only the single currency of an exchange, but all the exchange rates that make up that currency by looking at a single window! The indicator faithfully represents the real index of a single currency present in
FREE
Symbols Spread panel
Andrii Miknevich
5 (1)
An indicator in the form of a panel for collecting statistics on spreads from a specified list of pairs. It is enough to open one chart and set an indicator to collect statistics for all specified pairs. After completion of work, the panel writes values to a file, which allows not to interrupt statistics after completion of work. Input parameters: -Interval to update the spread for pairs (sec) Allows you to specify how often to collect statistics (allows you to reduce the load) -List of p
FREE
REI Osc AM
Andriy Matviyevs'kyy
REI Osc is an indicator that measures the rate of price change and signals overbought/oversold conditions if the price shows weakness or strength. The indicator was developed by Tom DeMark and described in the book Technical Analysis - The New Science. The indicator value changes from -100 to +100. REI is an improved oscillator as it attempts to remain neutral in a sideways trend and only shows signals when a significant top or bottom has been reached. Tom DeMark suggests using a default period
FREE
***IMPORTANT:  This free indicator works with the paid for Strong Weak Forex Expert Advisor. The EA also depends on the following custom indicators: Strong Weak Heiken Ashi Strong Weak Parabolic Strong Weak Values Strong Weak Symbols Download them for free in the Market. The EA will not work without it. These are all custom indicators which the Strong Weak Forex Expert Advisor relies on to generate trading signals. If you have any problems with installation send me a message.
FREE
This pointer is supplied of a double smoothing in such way to succeed to be more reactive of a blunt Moving Average but without tracing the noises of bottom of the market. Its use will have to be exclusively turned to the search and to the identification of the trend in action (even if graphically it could seem an indicator that indicates an inversion of the prices) because   the first useful signal is had to the opening of the successive bar to that one that has made to invert the sense of the
FREE
LyfUD指标专门 为黄金设计的趋势指标 ,也可以用于任何金融工具。用于及时反映多空力量,由U线和D线组成, 波动以0为中轴偏离运行, U线为快线D线为慢线。 LyfUD指标可以和 绝大多数策略结合使用 ,能够更加有效的把握风控。 U线和D线采用价格行为市场追踪算法,能及时反映市场方向, 可用在任意货币。 特性: 1. U线、D线在0轴上方,买入信号参考。 2. U线、D线 在0轴下方 ,卖出信号参考。 3. U线、D  线极限背离转向,行情可能出现反转。 4.  滞后性低,能及时反映趋势。 致力于结合其他指标,LyfUD和  均线、Pinbar  等搭配使用能迅速找到一些合理的关键位。 LyfUD只作为参考依据,其风险与作者无关。未经作者同意,禁止他售。
FREE
Useful indicator that incorporates two moving averages, for your favorite trading strategy. Moving averages are fully configurable, Period, Method, Color, Etc Just place it on your favorite timeframe. The benefits you get : Never redesigns, does not retreat, never recalculates. Works on forex and CFD, timeframe from M1 to Monthly. Easy to use. Convenience for your trading.
FREE
Stop Bar AM
Andriy Matviyevs'kyy
The indicator accurately identifies a short-term trend both on trend and flat markets. The confirmation of the signal is the overcoming by the price of the high/low of the bar on which the signal was given. Signals are given on fully formed bars and are not redrawn. Calculations are based on the system of Moving Averages. The indicator is highly sensitive. Use it together with other technical analysis indicators. Settings: Sensitivity - amount of bars for the indicator calculation (1 or higher
FREE
TTF Line AM
Andriy Matviyevs'kyy
The indicator analyzes TTF and ATR data to define the current trend and allow traders to gain maximum profit from strong price movements. The indicator is intuitively clear: line direction change - trend direction change. Change of the line color warns of a coming direction change. Customized parameters: Ind_Period (>1) - TTF calculation period; Sensitivity (>1) - ATR sensitivity. Alerts - show a dialog box containing user data; Send_Mail - sends an email using an address specified on the Em
FREE
LR Candles AM
Andriy Matviyevs'kyy
This indicator displays candle prices on the chart, colored according to the data of a linear regression of various prices (at the user's choice) for a selected period of time. The user has the option to select two different price types and two different time periods. The indicator will display the moments of coincidence of the directions of the linear regression. Usage: After the full formation of a candle colored in the opposite color to the previous candle, place a stop order at the high /
FREE
Line on FATL AM
Andriy Matviyevs'kyy
This indicator allows you to identify a long-term trend and shorter-term price fluctuations. Indicator signals are given only after the full formation of the bar. The indicator can be used to trade any market. The indicator showed the most interesting results on major currency pairs for time periods of one hour or more. Its basic parameters perform well in most situations. At the same time, before starting trading, you should choose the most effective indicator settings for the user's trading st
FREE
TotalMA
SERGEI ABRAMOV
Индикатор суммируеn  две средние скользящие, заданные в настройках и умножает на 2. (A + B)/2; Сдвиг на графике - смещает линию на графике.(ВАЖНО! учитывайте сдвиг на графике   и  сдвиг линии они суммируются, Т.Е. если смешение линий задано 50 и смещение на графике  заданно 50 суммарно сдвинется на 100). Метод усреднения и тип цены классические как в средних скользящих. Период - колицество свечей для расчета. По умолчанию индикатор показывает среднею скользящию с периодом 26.
FREE
CHF INDEX The Currency Index Project is ONE part of a thorough Forex study. Many people do not know the theoretical basis that drives currency exchange rates to move on the market. With this set of tools you will be able to have a more complete view of the entire market by analyzing not only the single currency of an exchange, but all the exchange rates that make up that currency by looking at a single window! The indicator faithfully represents the real index of a single currency present in
FREE
RVI Candles AM
Andriy Matviyevs'kyy
This indicator displays RVI indicator signals on the chart. The main point of Relative Vigor Index Technical Indicator (RVI) is that on the bull market the closing price is, as a rule, higher, than the opening price. It is the other way round on the bear market. So the idea behind Relative Vigor Index is that the vigor, or energy, of the move is thus established by where the prices end up at the close. To normalize the index to the daily trading range, divide the change of price by the maximum r
FREE
DM Osc AM
Andriy Matviyevs'kyy
DM Osc - Digital Momentum Oscillator. The indicator is an oscillator based on adaptive digital filters with signals displayed both on the oscillator itself and on the price chart. The indicator provides two types of signals: When changing the direction of the oscillator line; When the oscillator line crosses the zero value. Signals are given on fully formed bars. Indicator signals require confirmation in the form of the price breaking the high/low of the bar on which the signal was sent. The i
FREE
STLM Osc AM
Andriy Matviyevs'kyy
Technical analysis indicator described in the article by Vladimir Kravchuk: " Digital indicators in the technical analysis of financial markets ". In the proposed version, the indicator provides two types of signals: 1. Zero crossing; 2. Change of direction. To use it effectively, it is necessary to take into account the long-term trend and open a position only in its direction. It is recommended to use signal confirmation. A signal is considered confirmed if the current price has overcome the
FREE
SATL Alligator 2 AM
Andriy Matviyevs'kyy
This indicator is a combination of classic trend indicator and signals of the slow digital filter. The indicator has no configurable parameters. The signals are displayed on completed bars and are not redrawn. It shows high efficiency on periods less than 1 hour. The usage principle is intuitive - trade in the direction shown by the fan of moving averages. Enter once the price exceeds the High/Low of the bar where the signal was formed. Exit on the opposite conditions.
FREE
Wall AM
Andriy Matviyevs'kyy
This indicator identifies the current trend, thus allowing the trader to capture a maximum of strong price movements with pending order. The indicator settings are very simple and its application is intuitive. The line serves as a strong support/resistance level depending on its location relative to the price. Individual dots of the indicator mark short-term resistance/support levels. Place pending orders to enter the market above or below (taking the spread into account) those values. The indic
FREE
Floating Nest Demo
Dzmitry Chentsou
4 (1)
This version of the indicator Floating Nest works only in the tester, on demo accounts and on real accounts on the USDCHF pair. 1. What is Floating Nest? This indicator is designed to automate the construction of decision zones (can act as support-resistance levels) according to the Floating Socket strategy. The same indicator allows you to significantly reduce the time when analyzing the behavior of prices in decision areas on historical data. It works on any currency pairs. Time frame
FREE

Il MetaTrader Market è un negozio online unico di robot di trading e indicatori tecnici.

Leggi il promemoria utente di MQL5.community per saperne di più sui servizi unici che offriamo ai trader: copia dei segnali di trading, applicazioni personalizzate sviluppate da freelance, pagamenti automatici tramite il Sistema di Pagamento e il MQL5 Cloud Network.