MetaTrader MTall Indicator Source Code Downloads - Page 103

Showing 7384 results
volatility band2 indicator MT5
MetaTrader 5 indicator

volatility band2

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...
interpolation indicator MT5
MetaTrader 5 indicator

interpolation

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 ...
hm a indicator MT5
MetaTrader 5 indicator

hm a

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 ...
itrend ma indicator MT5
MetaTrader 5 indicator

itrend ma

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...
ls m a indicator MT5
MetaTrader 5 indicator

ls m a

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...
mod at r trailing stop indicator MT5
MetaTrader 5 indicator

mod at r trailing stop

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...
pv i smoothed indicator MT5
MetaTrader 5 indicator

pv i smoothed

it has two parameters:smoothing period;signal line period. ...
re m a indicator MT5
MetaTrader 5 indicator

re m a

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]...
rm o indicator MT5
MetaTrader 5 indicator

rm o

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 ...
simple support resistance indicator MT5
MetaTrader 5 indicator

simple support resistance

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...
trailing stop level indicator MT5
MetaTrader 5 indicator

trailing stop level

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...
tri ma indicator MT5
MetaTrader 5 indicator

tri ma

triangular moving average.calculation:trima[i] = (mva(i,n) + mva(i-1,n) + … + mva(i-n+1,n))/n wherethe indicator has two input parameters:period- period;applied price- price used f...
dominant color indicator MT5
MetaTrader 5 indicator

dominant color

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...
il r s ma indicator MT5
MetaTrader 5 indicator

il r s ma

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...
important extremums indicator MT5
MetaTrader 5 indicator

important extremums

the indicator displays "important" extremum points on the price chart.it has one input parameter:period- indicator calculation period. calculation:wheremaxhigh, minlow - the highes...
jsmooth ma indicator MT5
MetaTrader 5 indicator

jsmooth ma

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...
performance index indicator MT5
MetaTrader 5 indicator

performance index

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...
psychology index indicator MT5
MetaTrader 5 indicator

psychology index

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...
repulse indicator MT5
MetaTrader 5 indicator

repulse

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...
repulse divergence indicator MT5
MetaTrader 5 indicator

repulse divergence

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...
rs i with step ma indicator MT5
MetaTrader 5 indicator

rs i with step ma

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 ...
trend force indicator MT5
MetaTrader 5 indicator

trend force

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...
wc c i indicator MT5
MetaTrader 5 indicator

wc c i

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 ...
advanced ad x indicator MT5
MetaTrader 5 indicator

advanced ad x

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 MT5
MetaTrader 5 indicator

trend envelopes

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 - rs i indicator MT5
MetaTrader 5 indicator

trend envelopes - rs i

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 ...
rs i candles indicator MT5
MetaTrader 5 indicator

rs i candles

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 ...
rs i candles - smoothed indicator MT5
MetaTrader 5 indicator

rs i candles - smoothed

combination of 4 rsi values (rsi of high, low, open and close) displayed as candles....
cc i candles indicator MT5
MetaTrader 5 indicator

cc i candles

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...
cc i candles of averages indicator MT5
MetaTrader 5 indicator

cc i candles of averages

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...
qq e - multi time frame indicator MT5
MetaTrader 5 indicator

qq e - multi time frame

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 ...
rs i candles with trend envelopes indicator MT5
MetaTrader 5 indicator

rs i candles with trend envelopes

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...
fibo pivots indicator MT5
MetaTrader 5 indicator

fibo pivots

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...
super trend indicator MT5
MetaTrader 5 indicator

super trend

Download the source code for this indicator
super trend - extended indicator MT5
MetaTrader 5 indicator

super trend - extended

indicator extended with additional display types:bars candles lines automatic- depends on the chart type and adjusts the display automatically....
volatility quality - on chart indicator MT5
MetaTrader 5 indicator

volatility quality - on chart

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...
bb stops - ma c d indicator MT5
MetaTrader 5 indicator

bb stops - ma c d

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...
bb stops - rs i indicator MT5
MetaTrader 5 indicator

bb stops - rs i

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...
bb stops - smoothed wp r indicator MT5
MetaTrader 5 indicator

bb stops - smoothed wp r

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 indicator MT5
MetaTrader 5 indicator

historical volatility

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 - high/low indicator MT5
MetaTrader 5 indicator

historical volatility - high/low

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 indicator MT5
MetaTrader 5 indicator

historical volatility bands

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...
rs i Сandles - smoothed with trend envelopes indicator MT5
MetaTrader 5 indicator

rs i Сandles - smoothed with trend envelopes

(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 - high/low indicator MT5
MetaTrader 5 indicator

historical volatility bands - high/low

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 ...
quadratic regression ma indicator MT5
MetaTrader 5 indicator

quadratic regression ma

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....
ls m a trend indicator MT5
MetaTrader 5 indicator

ls m a trend

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...
trend envelopes of averages indicator MT5
MetaTrader 5 indicator

trend envelopes of averages

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...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.