the volatility band 2 indicator is similar to the standard bollinger bands, and is a modification of with the following difference: instead of a separate 'low band adjustment', thi...
the indicator draws on a price chart a line, constructed by the method of polynomial interpolation between two node lines.it has four input parameters:length- the initial distance ...
alan hull's moving average.since the classical moving average is calculated using symbol's prices received in the past period, that ma lags behind the current price activity. this ...
instantaneous trendline by j.ehlers is calculated by the following formula:if i<=7:itrend[i] = (price[i] + 2*price[i-1] + price[i-2])/4 if i>7:itrend[i] = c1*price[i] + c2*pr...
a moving average calculated by the least squares method.the indicator has two input parameters:period- calculation period;applied price- price used for calculations. calculation:ls...
the indicator displays possible stoploss levels on the price chart. levels are shown separately for long and short positions.it has two parameters:period- calculation period;coeffi...
regularized ema by cris satchwell.it has two parameters:period- period;applied price- price used for calculations. calculation:rema[i] = (rema[i-1]*(1 + 2*lambda) + alpha*(price[i]...
the rmo oscillator has been created by rahul mohindar. the purpose of the oscillators is to find trends.the general recommendation is to trade in the direction of the intersection ...
the indicator shows on a price chart possible support/resistance levels.calculation formula:wheremax, min - the highest and the lowest price in the range from (i-period) to (i-1) t...
the indicator displays possible stoploss levels on the price chart. levels are shown separately for long and short positions. the indicator is similar to , but has a different calc...
this trend oscillator displays the dominant direction of close prices of candlesticks over the specified period.it has two parameters:period- period;method- calculation method. cal...
integral linear regression moving average (ilrs ma).the indicator has two input parameters:period- calculation period;applied price- price used for calculations. calculation:ilrs[i...
the indicator displays "important" extremum points on the price chart.it has one input parameter:period- indicator calculation period. calculation:wheremaxhigh, minlow - the highes...
the indicator displays on the price chart a moving average with the jsmooth smoothing type (the smoothing type proposed by mark jurik).the indicator has two input parameters:period...
the performance index (pi) is used in technical analysis for comparing a symbol's price trend with the general trend of the benchmark index. the ratio of indices of two instruments...
the overbought/oversold indicator, which was first described in "futures magazine" in june 2000, under the name of "psychological index".it has one input parameter:period- indicato...
the "repulse" oscillator allows finding possible levels of price rebound or rollback from strong levels.it has two parameters:repulse period- oscillator calculation period;signal p...
the indicator shows values of in a separate window, searches for divergences between the indicator lines and the price, and displays these divergences. you can choose the repulse i...
rsi calculated using the specified smoothing type is displayed in a separate window.it has five input parameters:rsi period- rsi calculation period;step- the range for calculating ...
the trend force oscillator indicator.the indicator has three input parameters:period- calculation period;atr's period- atr parameter;atr's coefficient- atr parameter. calculation:t...
the weighted cci indicator consists of two ccis (fast and slow), which are calculated taking into account the ratio of two atrs (fast and slow) and two maximum overbought/oversold ...
the average directional index (adx) is a trend indicator used to measure the strength and momentum of an existing trend. this indicator's main focus is not on the direction of the ...
trend envelopes indicator is calculated based on a % of price change. that % is then used to determine if there is a new trend or trend remains the same....
trend envelopes variation of rsi indicator.the rsi value displayed is a sort of a "generic" rsi. it is an rsi of (rsi(high) + rsi(low) + rsi(close))/30. you can not find a similar ...
one possible way of normalizing prices into a known bound.this is a rsi of high, low, open and close displayed as color candles in it's own sub-window. the interesting is that the ...
cci indicator made as candles.four different ccis are calculated:cci of high cci of low cci of open cci of close those 4 values are then combined into a "candles" display of cci. i...
cci indicator made as candles.four different ccis are calculated:cci of smoothed high cci of smoothed low cci of smoothed open cci of smoothed close those 4 values are then combine...
the (quantitative qualitative estimator) made multi timeframe.timeframes supported are all the possible timeframes supported by metatrader 5 and it has 3 "special" timeframes:next ...
rsi candles (rsi that calculates rsi of high, low open and close and displays those values as candles) with an addition of trend envelopes.since the trend envelopes are used on the...
fibonacci pivot points indicator that can draw any number of levels for any of the known timeframes usable by metatrader 5.to insert any level, simply enter the level in the levels...
indicator made "on-chart".it can display values as:bars candles lines when values are displayed as lines, then the average of close is used for displayed line. the color is based o...
macd indicator that is using very well known instead of using signal line for signals.you can control the % risk based for the signals (the smaller the risk %, the faster the bb st...
using rsi for stops calculation.for trend trading it is advised to use longer rsi periods. for scalping it is probably better to use shorter rsi periods, but in any case do some ex...
indicator of smoothed wpr.smoothing types that can be applied to wpr are the usual 4 basic types of averages:sma ema smma lwma to avoid wpr smoothing (in which case it becomes an o...
historical volatility (hv) is a statistical measure of the dispersion of returns for a given security or market index over a given period of time. generally, this measure is calcul...
historical volatility (hv) is a statistical measure of the dispersion of returns for a given security or market index over a given period of time. generally, this measure is calcul...
historical volatility bands that are constructed using:average as the middle line. upper and lower bands using the for bands calculation. color of the middle line, unlike the bands...
(rsi that calculates rsi of high, low, open and close and displays those values as candles) with an addition of trend envelopes.since the trend envelopes are used on the set of ope...
historical volatility bands that are constructed using:average as the middle line. upper and lower bands using the historical volatility high/low (instead of "regular" ) for bands ...
this is a quadratic regression ma as described by here .it is a sort of a linear regression value variation, but faster in response to market changes....
indicator based on linear regression value or, as it is sometimes known - lsma (least squares moving average).it shows the trend of the used average and displays it as a sort of an...
with an option to chose smoothed/filtered price in calculation instead of using "raw" prices.the usage of filtered prices lessens the number of signals and, depending on your tradi...