the xpfe indicator with the timeframe selection option available in input parameters:the indicator requires xpfe.mq5 indicator file. place it in <terminal_data_folder>\mql5\i...
the stlm digital filter implemented as a sequence of candlesticks. candlesticks appear as a result of relevant price timeseries processed by the colorstlm_histogram indicator algor...
this indicator is a hybrid of the (slow adaptive trend line) digital filter and the analog adaptive averaging.this average is calculated the following way:where:satl() — value of t...
andrey voytenkoprovide the ability to highlight the indicator entries into the overbought and oversold areas with color. pale histogram tones are simply a rise or fall, bright tone...
the indicator with the timeframe selection option available in the input parameters:the indicator requires xchannel.mq5 indicator file. place it in <terminal_data_folder>\mql...
the indicator with the timeframe selection option available in the input parameters:the indicator requires atr_channels.mq5 indicator file. place it in <terminal_data_folder>...
luis guilherme damianithree channels using the atr indicator, based on one moving average, drawn as a colored cloud, with the display of the last values as price labels and the pos...
the macd histogram, based on the fatl and satl digital filters with color indication of trends.the indicator uses smoothalgorithms.mqh library classes (copy it to <terminal_data...
indicator based on smoothed fatl and satl digital filters and signal trend cloud between them.the indicator uses smoothalgorithms.mqh library classes (copy it to <terminal_data_...
introduced new input parameters added three new functions to the end of the indicator code: buysignal(), sellsignal() and getstringtimeframe() added a couple of calls to buysign...
a simple trend indicator with calculation of rise and fall in high and low prices. calculation formula:i4_drf_v2=100 * (psum - nsum) / periodwhere:psum — the number of candles per ...
backspacethe bs living now indicator points at the market extremums and somewhat resembles the standard fractals indicator.if you are not familiar with the fractals by bill william...
the cronexchaikin_signal indicator shows information on the current trend using the values of the indicator with a fixed timeframe.the source of a signals is the mutual arrangement...
the cronexdemarker_signal indicator shows information on the current trend using the values of the indicator with a fixed timeframe.the source of a signals is the mutual arrangemen...
the indicator with the timeframe selection option available in the input parameters:the indicator requires pricechannel_stop_digit.mq5 indicator file. place it in <terminal_data...
the indicator with the timeframe selection option available in the input parameters:the indicator requires oshma.mq5 indicator file. place it in <terminal_data_folder>\mql5\i...
j.bthe moving average with the ability to change the averaging algorithm.the indicator uses smoothalgorithms.mqh library classes (copy it to <terminal_data_folder>\mql5\inclu...
the indicator with the timeframe selection option available in the input parameters:the indicator requires floatpivot.mq5 indicator file. place it in <terminal_data_folder>\m...
nick a. zhilinthe indicator with the color filling inside the channel, drawn as a cloud, with the display of the last values as price labels and the possibility to round the channe...
the rsi indicator implemented as candlesticks with indication of breaking the overbought and oversold areas. candlesticks appear as a result of relevant price timeseries processed ...
the indicator with the timeframe selection option available in the input parameters:the indicator requires balanceofpower_histogram.mq5 indicator file. place it in <terminal_dat...
igoradtrend indicator. the location of the histogram and the signal line of the indicator relative to the 0 level can serve as the reference mark to determine the trend. the inters...
the indicator with the timeframe selection option available in the input parameters:the indicator requires rvidiff.mq5 indicator file. place it in <terminal_data_folder>\mql5...
the indicator with the timeframe selection option available in input parameters.the indicator requires stochasticdiff.mq5 indicator file. place it in <terminal_data_folder>\m...
priceposition indicator provides the position of price in the point of angle when the price rises above (buy) or falls below the angle section line (sell). indicator also shows cur...
priceposition indicator provides the position of price in the point of angle when the price rises above (buy) or falls below the angle section line (sell). indicator also shows cur...
might be useful if you want to determine hours with lowest (or highest) actual historical spreads for particular instrument and adjust your ea entries accordingly.every line repres...
ahlanbikaeach buy and sell will be marked by arrow that will show the right direction to help you make the decision when the appropriate time to buy or sell. red arrow to sell. blu...
this indicator is not on bars or on tick based. it strictly works based on a time. it generates a new bar with open, close, high and low for the given period in seconds. this versi...
it does not have signal line and it does not have the price. instead it is calculating 4 macd-values (of open, close, high and low) and constructs macd from those 4 values as a can...
the indicator is finding out the minimum and maximum for the desired period and draws fibo zones in those bounds. highest high and lowest low current trend is marked by the color (...
the difference is usually not big, but it exists. so now we have the bollinger bands with a choice of these two deviation types too (with the usual set of 22 price types addition)....
it's a simple indicator which forms an alert when new bar comes. input parameters provide the ability to generate text, sound alerts and e-mail notifications....
signal indicator, which plots fast and slow moving averages and fills the areas formed by their intersection, in accordance with market conditions. input parameters are the type of...
it is simply showing candles based on 4 averages : average of open, close, high and low. 4 basic types of averages included (simply, smoothed, linearly-weightend, exponential).i re...
this oscillator is based on rsi with coloured overbought and oversold areas. the color scheme can be modified in the settings.input parameters:the period for calculation of the osc...
this is the " middle-high-low moving average" as described by vitali apirin. it is not a single average but rather a correlation of two averages : one being a regular average and t...
rsi with the possibility of price smoothing before calculating the rsi. this allows for additional signal filtering.the input paramerets are the rsi calculation period, the method ...
the original alma (arnaud legoux moving average) indicator removes small price fluctuations and enhances the trend by applying a moving average twice. the gist of alma described on...
t3 ergodic candlestick oscillator by w. blau is a momentum indicator. it is based on candlesticks and works with size and direction of the candlestick "body". unlike other momentum...
made some changes compared to the originally indicator based on linda rashke's idea: original has only period 1 and it only uses ema for calculation....
john ehlers developed a new oscillator to help minimize computational lag. oscillator rejects very low-frequency components and as well as high-frequency components so as to minimi...
trendlaboratory ltd.the fisher transform indicator. the indicator had been originally developed in 2002 by john ehlers. therefor, the ft is often called ehlers indicator.described ...