MetaTrader MTall All Source Code Downloads - Page 120

Showing 11128 results
trailing master expert MT4
MetaTrader 4 expert advisor

trailing master

the expert advisor that performs order trailing after reaching certain profit.it provides a filter based on magic number and comment....
break-even master expert MT4
MetaTrader 4 expert advisor

break-even master

the expert advisor that moves the stop loss to breakeven after reaching certain profit.it provides a filter based on magic number and comment....
candle difference indicator MT4
MetaTrader 4 indicator

candle difference

indicator that displays the change in price as a percentage relative to the open price of the current candle.it can display up to 8 pairs on the chart.candle timeframe can be selec...
check mark pattern indicator MT4
MetaTrader 4 indicator

check mark pattern

purpose of the pattern - predict the type of the next candle: bullish or bearish. it has no further effect.the "checkmark" pattern is plotted the same way as the , which means that...
cauchy difference indicator MT4
MetaTrader 4 indicator

cauchy difference

the indicator shows the difference of arithmetic mean and geometric mean of the price.the price is calculated according to the formula: (o+h+l+c)/4, where О — bar open price, Н — b...
cauchy derivative indicator MT4
MetaTrader 4 indicator

cauchy derivative

the indicator shows the difference in the estimated values of the current bar and the previous bar.estimated value is the difference between the arithmetic mean and geometric mean ...
va ticks library MT4
MetaTrader 4 library

va ticks

class for working with ticks in the metatrader 4. it is suitable for creating experts that make decisions on trading based on the analysis of tick data.the class can calculate:pric...
indicator for monitoring the lot and profit indicator MT4
MetaTrader 4 indicator

indicator for monitoring the lot and profit

the indicator displays the total volume and profit of trades for each direction. monitoring is performed only for the instrument the indicator is attached to....
price compare library MT4
MetaTrader 4 library

price compare

this small cross-platform library allows to the 'double' values of the "price" conveniently and quickly.for example, before placing a selllimit, it is sometimes useful to check if ...
sigma bands indicator MT4
MetaTrader 4 indicator

sigma bands

specifically, in this indicator i have studied the movement of the price for a certain number of bars (barscount = 200). for this purpose, the ma with a period of 1 was used (maper...
price lines script MT4
MetaTrader 4 script

price lines

the standard chart grid has a number of peculiarities, that do not allow to determine the price movement at first sight: the grid step changes dynamically when switching timeframes...
type to bytes library MT4
MetaTrader 4 library

type to bytes

this cross-platform library allows to conveniently perform byte-wise operation with structures and standard data types.features:byte-wise comparison (== and !=) of the structures a...
news ea template without dl l expert MT4
MetaTrader 4 expert advisor

news ea template without dl l

in essence, this is source code (template) of the expert advisor that downloads news from the investing.com, written in the mql4 without the use of dll. if you were looking for a w...
bb ma c d indicator MT5
MetaTrader 5 indicator

bb ma c d

bb macd is a macd (moving average convergence divergence) indicator variation with an addition of bollinger bands, which helps in detecting the trend change points and measuring th...
lnx cc i indicator MT5
MetaTrader 5 indicator

lnx cc i

ps: the woodies cci system mainly trades using only 5 minute charts, so, the indicator should, with the default settings used, be used on 5 minute charts too. for usage on other ti...
stochastic rs i indicator MT5
MetaTrader 5 indicator

stochastic rs i

stochastic rsi (sometimes and by some sellers and traders) called dtosc (dynamic trend oscillator). it is basically a stochastic of rsi.depending on parameters (stochastic 1, stoch...
pivot points indicator MT5
MetaTrader 5 indicator

pivot points

pivot point indicator with an addition of 4 ways of calculating pivot points :(previous high +previous low + previous close)/3(previous high +previous low + previous close + previo...
round price indicator MT5
MetaTrader 5 indicator

round price

a variation on the t3 theme that was made as a sort of envelopes using t3 for basic value (not some of the built in averages). it can be used in the same manner as any envelopes ar...
guppy mm a indicator MT5
MetaTrader 5 indicator

guppy mm a

it is made more up-to-date and multi time frame option added. even though the original is based on ema, we have an option chose which average type to use.the original description (...
double stochastic indicator MT5
MetaTrader 5 indicator

double stochastic

a stochastic indicator with a twist: it is calculating a stochastic, and then a stochastic of that stochastic....
highs-lows indicator MT5
MetaTrader 5 indicator

highs-lows

a simple indicator that shows the high and the low of desired time frame on a current chart.it can be limited to show just a certain number of higher time frame values back (in ord...
nonlag ma ma c d indicator MT5
MetaTrader 5 indicator

nonlag ma ma c d

macd variation that is not using ema for macd-calculation (as it was originally invented by geral appel) but, for making it even faster, it uses nonlag ma. as an adition, even the ...
t3 double bands indicator MT5
MetaTrader 5 indicator

t3 double bands

three t3s calculated: of high (upper line), close (middle line) and low (lower line).when upper 2 have the same slope (up or down) the color of the band between them also changes t...
relative volatility index indicator MT5
MetaTrader 5 indicator

relative volatility index

deviation from the original calculation is that smoothing is added. without smoothing (when smoothing is set to <= 1), the results is "jumpy" and in order to avoid that kind of ...
step stochastic indicator MT5
MetaTrader 5 indicator

step stochastic

minimum and maximum average true range are inherited from a previous barand thus it makes it depend on the number of bars used in calculations. the rest of the calculations depends...
dt oscillator indicator MT5
MetaTrader 5 indicator

dt oscillator

it is a dt oscillator as described by robert miner. some options that do not exist in metatrader 4 (filled zone between the oscillator and the signal line that can be turned on and...
averages mt f indicator MT5
MetaTrader 5 indicator

averages mt f

simple moving averageexponential moving averagesmoothed moving averagelinear weighted moving averagelinear regression valuetriangular moving averagesine weighted moving averagehull...
zerolag tema bars indicator MT5
MetaTrader 5 indicator

zerolag tema bars

it is a multi time frame with alerts indicator too, so, more or less, it covers all the basic needs of an indicator....
leader of the ma c d indicator MT5
MetaTrader 5 indicator

leader of the ma c d

this is the leader of the macd as described by giorgos e. siligardos. in short, in this indicator there are 2 indicators in 1. there are a regular macd (which is drawn as lines (co...
keltner channel indicator MT5
MetaTrader 5 indicator

keltner channel

in the original keltner channel used simple moving average (sma) and it uses ranges for bands calculation (not average true range, but average range). here are added the most commo...
spearman rank autocorrelation indicator MT5
MetaTrader 5 indicator

spearman rank autocorrelation

the "auto" addition is because this indicator in fact does that: shows a correlation to itself. so it is an auto-correlation version of spearman rank indicator. added zones (for ea...
parabolic sa r indicator MT5
MetaTrader 5 indicator

parabolic sa r

parabolic sar that avoids some of the problems (issues) of existing parabolic sar indicators and calculates the values correctly. it is made to show two colors in order to make it ...
keltner channel oscillator indicator MT5
MetaTrader 5 indicator

keltner channel oscillator

keltner channel made in a form of an oscillator in order to make it easier to monitor channel breakouts than on the original keltner channel on-chart representation....
hull variation indicator MT5
MetaTrader 5 indicator

hull variation

a variation of hull moving average that allows speed adjusting of the hull moving average....
volume weighted em a indicator MT5
MetaTrader 5 indicator

volume weighted em a

unlike metatrader 4, metatrader 5 should have a "real" volumes for some symbols. in this indicator you can choose if you wish to use a real volume or the ticks volume (which is def...
volume weighted ma c d indicator MT5
MetaTrader 5 indicator

volume weighted ma c d

same as for here you can choose between tick volume and real volume (for symbols supporting real volumes at all)....
volume weighted wilder's dm i indicator MT5
MetaTrader 5 indicator

volume weighted wilder's dm i

this is a volume weighted wilder's dmi (the real adx).it allows you to use 3 kinds of volumes:no volume (in which case it is the same as the original wilder's dmi); tick volumes (f...
averages mt f indicator MT5
MetaTrader 5 indicator

averages mt f

updated and upgraded averages indicator. now it contains the 18 types of averages available (no need for numbers, since here all is choosable by name):simple moving averageexponent...
jurik velocity indicator MT5
MetaTrader 5 indicator

jurik velocity

metatrader 5 version of jurik velocity ("smoother moment"). additional choice of prices added (the heiken ashi variation of prices)....
swing line indicator MT5
MetaTrader 5 indicator

swing line

this indicator does not have any parameters so i think that there is no need to explain how it should be used (except that i would like to add my personal opinion that it should no...
t3 velocity indicator MT5
MetaTrader 5 indicator

t3 velocity

velocity is a smoother momentum according to mark jurik. in the original velocity jurik does not use jma (as some versions are adding jma to it) but has a very specific way of calc...
rs i floating levels indicator MT5
MetaTrader 5 indicator

rs i floating levels

as useful rsi is, one property it has is limiting its usefulness - the "flattening property". with rsi the problem is that the longer the rsi period is, the flatter the rsi is. it ...
cc i averages pre-filtered indicator MT5
MetaTrader 5 indicator

cc i averages pre-filtered

cci is without any doubt a useful indicator. the only thing that bothers me is its "roughness" or "being nervous". it jumps in a sudden changes very quickly and sometimes it simply...
rs i filter indicator MT5
MetaTrader 5 indicator

rs i filter

rsi that is intended to be used as a filter. it is checking states of rsi (comparing it to levels 30 and 70) and, depending on the breaks of those levels, 3 states of the indicator...
draw psy levels indicator MT5
MetaTrader 5 indicator

draw psy levels

you need to specify max and min price, and the indicator draws equidistant horizontal lines....
super trend averages indicator MT5
MetaTrader 5 indicator

super trend averages

super trend from post with an addition of 18 possible averages used for calculation....
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.