MetaTrader MT4 Indicator Source Code Downloads - Page 32

Showing 1640 results
gar c h v2 indicator MT4
MetaTrader 4 indicator

gar c h v2

Download the source code for this indicator
ma angle indicator MT4
MetaTrader 4 indicator

ma angle

not sure if anyone need this. just showing the angle of the ma of current and adjacent candle....
recursive moving average indicator MT4
MetaTrader 4 indicator

recursive moving average

recursive moving average calls itself a number of times in order to reach the appropriate smoothing. for instance dema and tema indicators are recursive exponential moving averages...
ad xm (experiment) indicator MT4
MetaTrader 4 indicator

ad xm (experiment)

recommendations:please read the details at metatrader 5 original link ...
smooth step indicator MT4
MetaTrader 4 indicator

smooth step

in many cases (computer graphics, machine learning, ta analysis) we need normalized values. smooth step is one of the possible ways to do itit belongs to the family of sigmoidal (c...
smooth step (generalized) indicator MT4
MetaTrader 4 indicator

smooth step (generalized)

when order 0 is used, it is the same as built in stochastic / 100 (with slowing in stochastic set to 1) when order 1 is used, it is the same as the smooth step indicator when any h...
constant range channel indicator MT4
MetaTrader 4 indicator

constant range channel

this is a very simple indicator. it plots a channel with a constant range of twice the step-size parameter value.the range is broken when the low quote price breaks the upper level...
kalman filter modified indicator MT4
MetaTrader 4 indicator

kalman filter modified

added:buffer for the whole signal buffer for the "speed" data buffer for the "error" data enums for the price selection ...
kalman speed oscillator indicator MT4
MetaTrader 4 indicator

kalman speed oscillator

just an experiment on try to using the "speed" (or correction factor?) of the kalman filter as indicator..added a smooth "signal" line based on the moving average of the "speed" (t...
scalp x indicator MT4
MetaTrader 4 indicator

scalp x

scalpx is an indicator that uses kalman filters to identify buy and sell opportunities whenever is indicated by the graph....
lp entry indicator MT4
MetaTrader 4 indicator

lp entry

arrow up and down on each bar and informations about "power of trend" and about "peak" or "extrem peak" on the chart.indicator uses only wpr and rsi signals. arrows can be changed ...
r-squard and linear regression indicator MT4
MetaTrader 4 indicator

r-squard and linear regression

also, it can do some other things:slope slope in degrees variance std deviation mean "fake graphs" with this function (fake graphs) you can plot the actual data from a indicator. t...
speed and acceleration (with hm a) indicator MT4
MetaTrader 4 indicator

speed and acceleration (with hm a)

the code its not optimized, but, its self-explanatory on the var names used.the hull method can be enabled or disabled, as the graph the raw values for speed and accelerationalso, ...
higher timeframe indicator MT4
MetaTrader 4 indicator

higher timeframe

indicator that shows higher timeframe candle on current timeframe.on screenshot you can see d1 candle on h1 timeframe....
exponential range average & deviation offset indicator MT4
MetaTrader 4 indicator

exponential range average & deviation offset

this indicator calculates and plots the exponential moving average of the true range, as well as an offset of the exponential moving average of its deviation.the code uses conditio...
ss l channel (trading view) indicator MT4
MetaTrader 4 indicator

ss l channel (trading view)

2022.07.04 - added icustomonly.mq4 to show how to use it in icustom.converted ssl channel by misstricky from tradingview to mql4...
at r bands indicator MT4
MetaTrader 4 indicator

at r bands

converted atr bands by alexanderteah from tradingview to mql4in situation where entry is not reversal, use atr as guide for stop loss or exit.also can be used for trail stop like c...
3 ls indicator MT4
MetaTrader 4 indicator

3 ls

converted 3 line strike from tradingview to mql4link url is inside the source codebear = 3 bull candle + 1 bear engulfing candlebull = 3 bear candle + 1 bull engulfing candleno ale...
mc dx indicator MT4
MetaTrader 4 indicator

mc dx

for those who familiar with mcdx smart money indicator. sorry to let you know.no banker. no smart money. no retailer. just rsi.---1. take rsi value from the _period2. rsi value fro...
sm a channel indicator MT4
MetaTrader 4 indicator

sm a channel

sma_channel indicator is indicator based on 1 moving average(sma) which will plot channel on chart. the indicator use 2 plot styles where user can select 1 or 2 in settings. if plo...
trade mo indicator MT4
MetaTrader 4 indicator

trade mo

Download the source code for this indicator
rs i scanner indicator MT4
MetaTrader 4 indicator

rs i scanner

simple indicator that will scan thru the symbols in the marketwatch window to alert you if price is overbought or oversold based on rsi.you can use a pop up alert or send to phone....
time segmented volume (ts v) indicator MT4
MetaTrader 4 indicator

time segmented volume (ts v)

this indicator is based on the original “time segmented volume (tsv)” developed by worden brothers, inc. however, i added an extra few features to this one.one can choose the price...
auto fibonacci indicator (auto fibos) indicator MT4
MetaTrader 4 indicator

auto fibonacci indicator (auto fibos)

going west going east trying to read the fibonacci lines values or to find an auto fibonacci indicator in the metatrader! no avail!one of my clients asked my for an expert advisor ...
ea s y tr e n d indicator MT4
MetaTrader 4 indicator

ea s y tr e n d

(you need use heiken ashi to see the graph or change the parameter ti put the graph in front of the indicators)so i choose a h1 period to have a strong trend, i write a histogramme...
wilder's average true range (at r) indicator MT4
MetaTrader 4 indicator

wilder's average true range (at r)

this indicator implements the original “average true range (atr)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].it ...
wilder's relative strength index indicator MT4
MetaTrader 4 indicator

wilder's relative strength index

this indicator implements the “relative strength index (rsi)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].this in...
support and resistance indicator indicator MT4
MetaTrader 4 indicator

support and resistance indicator

the main idea behind it is to search for support and resistance levels,becouse i could not fint any similar indicator. the support and resistance functions do exactly that. when ca...
weighted deviation indicator MT4
MetaTrader 4 indicator

weighted deviation

this weighted deviation is a sort of all linear weighted deviation. it uses linear weighting in all the steps calculated (which makes it different from the built in deviation in a ...
weighted deviation bands indicator MT4
MetaTrader 4 indicator

weighted deviation bands

variation of the bollinger bands but it uses linear weighted average and weighted deviation (see the description of weighted deviation here : ) recommendations:use it as any bollin...
exponential commodity channel index indicator MT4
MetaTrader 4 indicator

exponential commodity channel index

an implementation of the commodity channel index using exponential moving averages, instead of simple moving averages as implemented by the its creator, donald lambert.the code use...
all averages indicator MT4
MetaTrader 4 indicator

all averages

available formulas (ma_method)sma simple moving average ema exponential moving average wilder wilder exponential moving average lwma linear weighted moving average sinewma sine...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.