the indicator with the timeframe selection option available in its input parameters:to provide correct operation of the indicator, add the compiled strangeindicator.mq5 indicator f...
the indicator draws colored candlesticks of a larger timeframe as color filled rectangles using buffers. rectangles are color filled in accordance with the colors of the indicator ...
a simple trend indicator based on the . the uptrend is marked by a lime bar, if the plus line of adx is above its minus line. the bar is red if the position of the lines is the opp...
the indicator with the timeframe selection option available in its input parameters:to provide correct operation of the indicator, add the compiled threecandles.mq5 indicator file ...
a trend indicator based on the intersections of parabolic sar and a moving average. sar is used as the main fast line of the indicator cloud, the ma is used as a slow signal line.f...
a simple trend indicator based on the drawn in the main chart window. the uptrend is marked by a lime dot, if the plus line of adx is above its minus line. the dot is red if the po...
the indicator displays the price pivot point.when candlesticks form a pattern so that all their wicks can be crossed by a line, the price is expected to reverse as a rule.this indi...
the chaikin volatility indicator modified to have a stochastiс view, and implemented in the form of a signal cloud.the indicator uses smoothalgorithms.mqh library classes (copy it ...
the indicator uses the standard indicator.bollinger bands are constructed based on extended fibonacci levels.fig.1 bollinger bands drawn using fibonacci levels....
the indicator with the timeframe selection option available in its input parameters:to provide correct operation of the indicator, add the compiled stochastic_chaikins_volatility.m...
ten 'parabolic stop and reverse system' indicators in one window.this indicator was first implemented in mql4 and published in on 23.06.2010.fig1. the para_b_htf indicator...
the indicator displays the change in price as a percentage relative to the open price of the current candlestick. it can display up to 8 pairs on the chart as a chart comment. cand...
the indicator displays the change in price as a percentage relative to the open price of the current candlestick. it can display on a chart up to 8 pairs as graphical objects added...
the indicator finds fractals of any dimension.in the settings, you can set the number of bars to search on the left (the number of bars on the left) and on the right (the number of...
this indicator was first implemented in mql4 and published in on 04.11.2008.the indicator uses smoothalgorithms.mqh library classes (copy it to <terminal_data_folder>\mql5\in...
average true range (atr) indicator values from other timeframes in a digital format, displayed as text on the chart.two timeframes can be selected in the indicator parameters:examp...
the indicator with the timeframe selection option available in its input parameters:to provide correct operation of the indicator, add the compiled colorxmuv.mq5 indicator file to ...
the indicator with the timeframe selection option available in its input parameters:to provide correct operation of the indicator, add the compiled xfatlxsatlcloud.mq5 indicator fi...
a moving average indicator, for which the values of two levels can be specified from the mql5 code:an example of this indicator (located in "terminal data directory"\mql5\indicator...
the "session buy sell orders" indicator shows the maximum and minimum numbers of the following parameters in the form of a histogram:"the total number of current buy orders" — "th...
the indicator shows the current spread using a color line.this indicator was first implemented in mql4 and published in on 23.03.2015.fig.1 the color_spread indicator...
two colored filled rectangles drawn between the values of two bollinger channels on one bar.indicator input parameters:the indicator uses smoothalgorithms.mqh library classes (co...
two colored filled rectangles drawn between the values of two keltner channels on one bar.indicator input parameters:the indicator uses smoothalgorithms.mqh library classes (copy...
two colored filled rectangles drawn between the values of two indicator channels on one bar.indicator input parameters:the indicator uses smoothalgorithms.mqh library classes (co...
the indicator with the timeframe selection option available in its input parameters:to provide correct operation of the indicator, add the compiled wmivol.mq5 indicator file to ter...
the indicator sets the "fixed scale" property to a chart window and holds the first bar in the middle of the window. if you move the chart, the rightmost bar will be placed in the ...
two colored filled rectangles with the display of channel levels. the rectangles are drawn between the values of two bollinger channels on one bar of any timeframe of the indicat...
two keltner channels based on one moving average, drawn as a colored cloud, with the display of the last values as price labels.the indicator uses smoothalgorithms.mqh library clas...
two colored filled rectangles with the display of channel levels. the rectangles are drawn between the values of two keltner channels on one bar of any timeframe of the indicator...
the indicator draws a color filled channel at a distance from the current price, which is equal to the current spread multiplied by ten.in other words, the indicator draws an area,...
a moving indicator that does not use averaging in its code.this indicator was first implemented in mql4 and published in on 07.09.2010.fig.1 the percentagecrossover indicator...
the indicator implements a breakthrough system using the channel.when price exits the gray channel, the candlestick color changes to the color corresponding to trend direction. blu...
two colored filled rectangles with the display of channel levels. the rectangles are drawn between the values of two channels on one bar of any timeframe of the indicator.indicat...
the channel is based on a percentage price deviation. it is implemented with a color background filling. the channel width is controlled by the percentage deviation.this indicator ...
the indicator with the timeframe selection option available in its input parameters:to provide correct operation of the indicator, add the compiled rbvi.mq5 indicator file to termi...
the indicator (relative broker vigor index) implemented as a colored histogram. three histogram coloring variants are possible:gray means the flat market; blue indicates a moderate...
the oscillator is drawn as a colored histogram based on the difference between the close price and the isar indicator, expressed in points.this indicator was first implemented in m...
the indicator reflects the size of the bar. the size is calculated by the following formula: "minuend" minus "deduction". "minuend" and "deduction" can be any of four values (open,...
this indicator helps to move charts one by one to the the front, just like slide show, and make your hands free.click the button to run it(on), and click again to stop it(off)....
another zigzag trend indicator based on extremum points of sma indicator. it connects high price at maximum points of sma indicator to low price at minimum point. uptrend lines are...
a simple trend indicator moves like zigzag, based on the rate of rsi changes. if rsi moves down from 65 or moves up from 35, trend line draws. these change limits are selective par...
i added colored bars just for more clarity. green bars show increasing of rsoand red bars show decreasing. rsoor rsicurves cannot show little changes, while colored bars can. for e...
a variation of the laguerre filter indicator.instead of showing just one single value of the laguerre filter, this indicator is showing all the intermediate steps that are used in ...
we are by now using different types of levels in different indicators. here is one experiment to use some other way.this indicator is using stripped laguerre in a sort of "levels" ...