MetaTrader MT5 All Source Code Downloads - Page 106

Showing 8087 results
sw m a indicator MT5
MetaTrader 5 indicator

sw m a

a sine-weighted moving averageit has two parameters:period - calculation periodapplied price- price used for calculation calculation: ...
lyapunov hp indicator MT5
MetaTrader 5 indicator

lyapunov hp

this indicator is a result of an attempt to combine the theory of movement stability with the hodrick-prescott filter.the hodrick-prescott filter is a method for smoothing the time...
breakout indicator MT5
MetaTrader 5 indicator

breakout

the indicator shows on a chart high and low levels over the specified time interval, which is set as hours and minutes of the period beginning and end.the indicator shows two zones...
channel ea1 expert MT5
MetaTrader 5 expert advisor

channel ea1

the expert advisor works in a channel drawn by the indicator.the indicator itself is not required for the ea operation, since its data are calculated inside the ea.the ea trades on...
bollinger bands n positions expert MT5
MetaTrader 5 expert advisor

bollinger bands n positions

a further development of .an expert advisor based on the ibands (bollinger bands) indicator. when a signal is received, the ea closes opposite positions (see 'features' for details...
dots indicator MT5
MetaTrader 5 indicator

dots

a simple signal indicator.when the direction of the moving average, which is calculated using close prices, changes, a signal arrow is drawn on the chart:if the direction of the mo...
min max volume indicator MT5
MetaTrader 5 indicator

min max volume

a simple indicator, which marks candlesticks with the maximum and minimum volume over a given period on a price chart.it has one input parameter:period- indicator calculation perio...
t3 ma indicator MT5
MetaTrader 5 indicator

t3 ma

t3 ma is an adaptive moving average developed by tim tillson, first presented in his article 'smoothing techniques for more accurate signals'.it has lower lagging and better noise ...
positive negative volume indicator MT5
MetaTrader 5 indicator

positive negative volume

this oscillator indicator displays volumes taking into account the direction of the candlestick. if a candlestick is bullish, then the positive histogram of the volume appears, on ...
pp m c c indicator MT5
MetaTrader 5 indicator

pp m c c

pearson product-moment correlation coefficient (pearson's pcc) displays the linear relation between the moving average values of two instruments ranging from -1 to +1. when the cha...
pr indicator MT5
MetaTrader 5 indicator

pr

this oscillator indicator displays the percentage ratio of prices and candlestick sizes in a given range.it has two parameters:period - calculation period (the range)use last perio...
prevailing trend indicator MT5
MetaTrader 5 indicator

prevailing trend

the prevailing trend oscillator shows the prevailing trend as two components - the bullish and the bearish one, which are represented as two indicator lines: up for the bullish com...
pv i indicator MT5
MetaTrader 5 indicator

pv i

the "positive volume index" indicatorit has no input parameters. it is calculated by the following formula:...
sm i indicator MT5
MetaTrader 5 indicator

sm i

the smart money index (smi) shows investors' mood and is based on intraday price patterns.most traders (who are emotional and sensitive to news) overreact to the beginning of the t...
split ma indicator MT5
MetaTrader 5 indicator

split ma

the indicator shows two components (bullish and bearish) of a moving average over a given period, in a separate window.the indicator has three input parameters:period - period for ...
split vol ma indicator MT5
MetaTrader 5 indicator

split vol ma

the indicator shows two components (bullish and bearish) of a moving average of volumes, over a given period, in a separate window.it has two parameters:period - period for calcula...
volatility band indicator MT5
MetaTrader 5 indicator

volatility band

the volatility bands indicator is similar to the standard bollinger bands.it has four input parameters:period band - period for calculating the bandsperiod - period for smoothing t...
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...
hans123 trader expert MT5
MetaTrader 5 expert advisor

hans123 trader

Download the source code for this expert advisor
crossing of two i ma expert MT5
MetaTrader 5 expert advisor

crossing of two i ma

what's new: the price type in input parameters can now be selected from the enumeration....
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...
universal 1. 64 expert MT5
MetaTrader 5 expert advisor

universal 1. 64

universal trailing of positions and pending orders. the expert advisor can also open positions and place pending orders.the ex can:trail stop levels for orders of any type (market ...
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...
donchain counter expert MT5
MetaTrader 5 expert advisor

donchain counter

the expert advisor uses the indicator. limitations: no more than one position can exist in the market, the next position can be opened not earlier than in 24 hours.donchian channel...
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...
futures portfolio control expiration expert MT5
MetaTrader 5 expert advisor

futures portfolio control expiration

the expert advisor demonstrates the use of from the script, which enables automatic switch to a new futures before expiration. the ea opens a position of the appropriate volume on ...
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 ...
maximus v x lite expert MT5
MetaTrader 5 expert advisor

maximus v x lite

the expert advisor determines price consolidation levels. consolidations are visually displayed as horizontal lines on a chart, forming a kind of a channel. the two upper lines (gr...
s dot to line dist script MT5
MetaTrader 5 script

s dot to line dist

function parameters:double lx1- the x coordinate of the first point of the line;double ly1- the y coordinate of the first point of the line;double lx2- the x coordinate of the seco...
poker sh o w expert MT5
MetaTrader 5 expert advisor

poker sh o w

the ea determines whether or not to enter a position based on the random number generator. it has eight gradations: the poker combination numberparameter:straight-flush → 127; quad...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.