a simple oscillator that uses the difference between candlestick open and close prices. the indicator is similar to rsi and demarker, but is more sensitive. should be used similarl...
the chaikin smoothed volatility indicator with the timeframe selection option available in input parameters:to provide correct operation of the indicator, place the compiled xchv.m...
keltner channel built relative to the average value of the oscillator as a sequence of candlesticks.the indicator uses smoothalgorithms.mqh library classes (copy it to <terminal...
the indicator with the timeframe selection option available in input parameters.to provide correct operation of the indicator, place the compiled nrtr_zigzag_price.mq5 indicator fi...
the indicator with the timeframe selection option available in the input parameters.to provide correct operation of the indicator, place the compiled nrtr_extr_zigzag_price.mq5 ind...
this indicator was first implemented in mql4 and published in the on 18.09.2007.the indicator uses smoothalgorithms.mqh library classes (copy it to <terminal_data_folder>\mql...
the indicator with the timeframe selection option available in input parameters:to provide correct operation of the indicator, place the compiled std.mq5 indicator file in terminal...
keltner channel built relative to the average value of the oscillator as a sequence of candlesticks.the indicator uses smoothalgorithms.mqh library classes (copy it to <terminal...
the indicator with the breakout indication option. depending on the value of the indicator's input parameter:there are two variants of color indication of breakout:breakout of over...
the indicator with the breakout indication option. depending on the value of the indicator's input parameter:input enum_color_mode mode=enum_levels; //breakout indication method th...
the smoothed relative strength index oscillator with the color indication of overbought/oversold level breakouts and of the histogram direction. depending on the value of the indic...
the smoothed larry williams' percent range oscillator with the color indication of overbought/oversold level breakouts and of the histogram direction. depending on the value of the...
the smoothed money flow index oscillator with the color indication of overbought/oversold level breakouts and of the histogram direction. depending on the value of the indicator's ...
smoothed ichimoku oscillator. this indicator was first implemented in mql4 and published in the on 29.03.2010.the indicator uses smoothalgorithms.mqh library classes (copy it to &l...
the smoothed commodity channel index oscillator with the color indication of overbought/oversold level breakouts and of the histogram direction. depending on the value of the indic...
a rounded macd histogram presented in the price chart points. the following input variable is used for rounding:this indicator was first implemented in mql4 and published in the on...
the indicator with the timeframe selection option available in the input parameters:to provide proper operation of the indicator, place the compiled ttm-trend.mq5 indicator file in...
the smoothed demark oscillator with the color indication of overbought/oversold level breakouts and of the histogram direction. depending on the value of the indicator's input para...
the smoothed with the color indication of overbought/oversold level breakouts and of the histogram direction. depending on the value of the indicator's input parameter:input enum_c...
the tool draws a shape based on a number of points added to a chart. press and hold ctrl and left-click on a chart to add a point. once the 'dots max number' points is added to cha...
literally, the condition is as follows:if there is a growing candlestick followed by another growing candle, which does not go beyond the shadow of the previous candlestick, and th...
the indicator with the timeframe selection option available in input parameters:to provide correct operation of the indicator, add the compiled khaosassault indicator file to termi...
the indicator with the timeframe selection option available in input parameters:to provide correct operation of the indicator, add the compiled ichi_osc.mq5 indicator file to termi...
an indicator of financial asset volatility using the osma oscillator.indicator formula:juicez = ( abs(osma) / point ) - level , where:abs(osma) - absolute value of the osma indicat...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, place the compiled colorstd_histogram.mq5 indicat...
the indicator receives trade signals from the histogram.depending on the value of the input parameter:input enum_applied_mode_ mode=cross; //trading signal variants three variants ...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, add the compiled colorxdemarker_histogram.mq5 ind...
intersections ohlc 1.000 implements calculations of intersections of previous high and previous low.the indicator only performs calculations at the moment of a new emergence, no ca...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, add the compiled colorxrsi_histogram.mq5 indicato...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, add the compiled colorxmfi_histogram.mq5 indicato...
a simple trend indicator of the nrtr type that uses the breakout of a channel drawn based on the moving averages of the high and low price series.the indicator uses smoothalgorithm...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, save the compiled supersr6.mq5 indicator file to ...
the smoothed strangeindicator oscillator with the color indication of overbought/oversold level breakouts and of the histogram direction. depending on the value of the indicator's ...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, add the compiled colorxcci_histogram.mq5 indicato...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, save the compiled juicez.mq5 indicator file to te...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, add the compiled colorxwpr_histogram.mq5 indicato...
this indicator colors candlesticks in different colors depending on the strength and direction of the trend, using keltner channels.the indicator is based on five symmetrical keltn...
the indicator with the timeframe selection option available in input parameters:to provide correct operation of the indicator, add the compiled ssl.mq5 indicator file to terminal_d...
the indicator uses smoothalgorithms.mqh library classes (copy it to <terminal_data_folder>\mql5\include). the use of the classes was described in detail in the article .fig1...
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 buysigna...
this is a laguerre rsi with an addition of laguerre filter signal line.so, it is a sort of "all laguerre" indicator. as an addition, a "no trade zone" can be displayed (for cases o...
laguerre rsi with laguerre filter...it allows to use "speed" for both laguerre filter and laguerre rsi"speed" can vary from 0 to 6 - the higher the "speed" to "faster" the rsi or t...