MetaTrader MT5 All Source Code Downloads - Page 107

Showing 8087 results
true sort 1100 expert MT5
MetaTrader 5 expert advisor

true sort 1100

the expert advisor compares the values of five moving averages (with period 10, 20, 50, 100 and 200). when the lines of all five indicators get arranged one above the other:ma(10) ...
em a wm a expert MT5
MetaTrader 5 expert advisor

em a wm a

use two lines — wma 8 and ema 28.when wma crosses ema from below — open upward position. when wma crosses ema from above — open downward position. once the position is opened, set ...
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...
historical volatility - parkinson indicator MT5
MetaTrader 5 indicator

historical volatility - parkinson

the parkinson's number, or high low range volatility developed by the physicist, michael parkinson in 1980, aims to estimate the volatility of returns for a random walk using the h...
historical volatility bands - parkinson indicator MT5
MetaTrader 5 indicator

historical volatility bands - parkinson

historical volatility bands that are constructed using:average as the middle line. upper and lower bands using the (instead of "regular" ) for bands calculation. color of the middl...
pivot heiken 3 expert MT5
MetaTrader 5 expert advisor

pivot heiken 3

idea by: .mql5 code by: .this ea is based on the following user indicators:: :...
jk synchro expert MT5
MetaTrader 5 expert advisor

jk synchro

idea by: .mql5 code by: .the ea analyzes the open and close between zero bar (the rightmost bar in the chart) to bar number of candles for analysis. new positions may only be opene...
fast i bar shift and bars for mt5 library MT5
MetaTrader 5 library

fast i bar shift and bars for mt5

as of the publication of this code, the integrated bars function used in this ibarshift function has a bug that manifests in the program lags for more than 10 seconds. basically, t...
channel ea2 expert MT5
MetaTrader 5 expert advisor

channel ea2

the ea works in a channel drawn by the indicator.this indicator itself is not required for the ea operation, since its data are calculated inside the ea.the ea trades on a time bas...
small inside bar strategy expert MT5
MetaTrader 5 expert advisor

small inside bar strategy

the ea uses indicator that searches and displays the "inside bar" price action pattern.this indicator itself is not required for the ea operation, since its data are calculated ins...
n- candles expert MT5
MetaTrader 5 expert advisor

n- candles

the expert advisor searches for n identical candlesticks in a row. it buys on bullish candlesticks and sells on bearish ones. the ea checks whether the account is netting or hedgin...
price impulse expert MT5
MetaTrader 5 expert advisor

price impulse

idea by: .mql5 code by: .the ea uses reference to real ticks using the function - it waits for the price to pass nnn points within xxx ticks.inputs lots - the size of the position...
ka m a indicator MT5
MetaTrader 5 indicator

ka m a

indicator named adaptive moving average was developed by perry j. kaufman and primarily presented in his book titled smarter trading: improving performance in changing markets in 1...
ss i f t indicator MT5
MetaTrader 5 indicator

ss i f t

this is a stochastic inverse fisher transform smoothed using the rainbow smoothing method.the indicator has three input parameters:period- period;slowing- slowing;applied price- pr...
volume accumulation indicator MT5
MetaTrader 5 indicator

volume accumulation

the volume accumulation oscillating indicator shows in a separate window the chart of candlestick volumes calculated by the following formula:the indicator has no input parameters....
volume accumulation percentage indicator MT5
MetaTrader 5 indicator

volume accumulation percentage

the volume accumulation oscillating indicator shows in a separate window the chart of candlestick volumes calculated by the following formula:where:the indicator has one input para...
blau candlestick index indicator MT5
MetaTrader 5 indicator

blau candlestick index

the william blau candlestick index indicator shows the william blau candlestick indexes.it has seven input parameters:period- period;applied price- the calculation price;first smoo...
blau candlestick momentum indicator MT5
MetaTrader 5 indicator

blau candlestick momentum

the william blau candlestick momentum indicator shows the william blau candlestick momentum.it has two input parameters:period- calculation period;applied price- price used for cal...
blau directional trend index indicator MT5
MetaTrader 5 indicator

blau directional trend index

the william blau directional trend index indicator shows the william blau directional trend indexes.it has six input parameters:period- calculation period;first smoothing period- t...
blau mtm indicator MT5
MetaTrader 5 indicator

blau mtm

the william blau momentum oscillator shows the william blau momentum.it has five input parameters:period- calculation period;first smoothing period- the initial smoothin period;sec...
blau sm indicator MT5
MetaTrader 5 indicator

blau sm

the william blau stochastic momentum indicator shows the william blau stochastic momentum.it has five input parameters:period- calculation period;first smoothing period- the initia...
blau stochastic index indicator MT5
MetaTrader 5 indicator

blau stochastic index

the blau stochastic index oscillator indicator shows the william blau stochastic index.it has five input parameters:period- calculation period;first smooth period- the initial smoo...
blau trend momentum indicator MT5
MetaTrader 5 indicator

blau trend momentum

the william blau trend momentum indicator shows the william blau trend momentum.it has one input parameter:period- calculation period. calculations:where:...
blau ts stochastic indicator MT5
MetaTrader 5 indicator

blau ts stochastic

the william blau stochastic oscillator indicator shows the william blau stochastic oscillator.it has six input parameters:period- calculation period;first smooth period- the initia...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.