MetaTrader MTall All Source Code Downloads - Page 156

Showing 11124 results
exp xr s i de marker histogram expert MT5
MetaTrader 5 expert advisor

exp xr s i de marker histogram

a trading system based on the indicator signals. the signal is formed when a bar is closing if the indicator direction has changed.for the generated ea to operate correctly, the co...
xstd dev speed direction indicator MT5
MetaTrader 5 indicator

xstd dev speed direction

indicator xstddevspeed_direction shows the information on the market volatility, using the values of indicator with a fixed timeframe.the initial indicator histogram color is the s...
exp average change candle expert MT5
MetaTrader 5 expert advisor

exp average change candle

a trading system based on the signals of indicator . the signal is formed when a bar is closing if the indicator direction has changed.for the generated ea to operate correctly, th...
bands 2 expert MT5
MetaTrader 5 expert advisor

bands 2

idea by: .mql5 code by: .this strategy is based on analyzing the values of indicator ibands (bollinger bands, bb) at bar #0 relative to the close price of bar #0. where the close p...
2 xm a ichimoku signal indicator MT5
MetaTrader 5 indicator

2 xm a ichimoku signal

a semaphore signal indicator using the algorithm of indicator .the indicator uses the smoothalgorithms.mqh library classes (copy them to <terminal_data_directory>\mql5\includ...
martingale expert MT5
MetaTrader 5 expert advisor

martingale

idea by: .mql5 code by: .the ea uses dynamic managing the lot size depending on whether we have exceeded the balance or not, as compared to the preceding pass (the calculations are...
absolutely no lag lw m a indicator MT5
MetaTrader 5 indicator

absolutely no lag lw m a

a moving average using double lwma-averaging and implemented in color.fig.1. indicator absolutelynolaglwma...
id compare hh ll and delta base indicator MT5
MetaTrader 5 indicator

id compare hh ll and delta base

this oscillator shows in form of a histogram the differences in points between the successive:high of bars/candlesticks; low of bars/candlesticks. it also shows them in different c...
absolutely no lag lwma ht f indicator MT5
MetaTrader 5 indicator

absolutely no lag lwma ht f

for the indicator to operate, the absolutelynolaglwma.ex5indicator must be added to the <terminal_data_directory>\mql5\indicators folder.fig.1. indicator absolutelynolaglwma_...
ad x cross hull style nr t r indicator MT5
MetaTrader 5 indicator

ad x cross hull style nr t r

an nrtr-type indicator using average directional movement index.fig.1. indicator adx_cross_hull_style_nrtr...
ai s2 trading robot expert MT5
MetaTrader 5 expert advisor

ai s2 trading robot

idea by: .mql5 code by: .an automated trading system with a data panel in form of the objects.automated trading; automated risk management; flexible control and setup; monitoring p...
lock expert MT5
MetaTrader 5 expert advisor

lock

idea by: .mql5 code by: .suppose a trader enters the market with the buy and sell positions by an asset, where the currency is, say, at the level of 100. then the prices moves to 2...
ad x cross hull style nr t r ht f indicator MT5
MetaTrader 5 indicator

ad x cross hull style nr t r ht f

indicator with the timeframe selection option available in input parameters.for the indicator to operate, the adx_cross_hull_style_nrtr.ex5indicator must be added to the <termin...
invert candle indicator MT5
MetaTrader 5 indicator

invert candle

the inverted chart of the current financial instrument.fig.1. indicator invertcandle...
anchored momentum ht f indicator MT5
MetaTrader 5 indicator

anchored momentum ht f

indicator with the timeframe selection option available in input parameters.for the indicator to operate, the anchoredmomentum.ex5indicator must be added to the <terminal_data_d...
exp absolutely no lag lwma expert MT5
MetaTrader 5 expert advisor

exp absolutely no lag lwma

a trading system based on the indicator signals. the signal is formed when a bar is closing if the indicator direction has changed.for the generated ea to operate correctly, the co...
advance decline line indicator MT5
MetaTrader 5 indicator

advance decline line

indicator adl (advances/declines line) shows the ratio of positive and negative price increments over a specified time interval.it has two input parameters:period- calculation peri...
es m indicator MT5
MetaTrader 5 indicator

es m

indicator esm (elsig's shifting mean) shows the averaged shift of price over the specified time interval (bars).it has one input parameter:period- calculation period. calculations:...
er v i indicator MT5
MetaTrader 5 indicator

er v i

oscillator ervi (ehlers' relative vigor index) based on the relative vigor index by john f. ehlers.it has one input parameter:period- calculation period. calculations:where:...
ga p o indicator MT5
MetaTrader 5 indicator

ga p o

gapo (gopalakrishnan range index oscillator) assesses quantitatively the volatility of an instrument, based on the trading range logarithm over an n-day period of time.it is comput...
glitch index indicator MT5
MetaTrader 5 indicator

glitch index

glitch_index is an indicator that shows the index of the price deviation from its average value. it was published in the february issue of active trader magazine in 2004.it has fou...
linda's coil indicator MT5
MetaTrader 5 indicator

linda's coil

indicator linda's coil presents several methods of searching for "engulfed" candlesticks (price action).it has three input parameters:period- search range;method- search method: en...
mi t indicator MT5
MetaTrader 5 indicator

mi t

oscillator mit (momentum in time) is a normal momentum with anchoring the calculations to the calculation start time.it has two input parameters:hour begin- calculation start hour;...
onisuk filter indicator MT5
MetaTrader 5 indicator

onisuk filter

it has three filtering scenarios:power trend(strong trend)buy signal: ema 3 > ema 7; ema 7 > ema 50. sell conditions are opposite. medium ma bounce(medium moving average bo...
reverse min max indicator MT5
MetaTrader 5 indicator

reverse min max

the indicator shows in the price chart the lowest top and the highest bottom over the last n periods. you can also use it to enable displaying the highest top and the lowest bottom...
as ctrend nr t r indicator MT5
MetaTrader 5 indicator

as ctrend nr t r

indicator with the nrtr line of possible stop order locations.fig.1. indicator asctrend_nrtr...
rt r indicator MT5
MetaTrader 5 indicator

rt r

oscillator rtr (range to range) shows the ratio of two atrs, a fast one and a slow one.it has two input parameters:fast atr period- fast atr period;slow atr period- slow atr period...
sidus cloud indicator MT5
MetaTrader 5 indicator

sidus cloud

the indicator shows a cloud within a channel formed by two МАs, ema and lwmait has five input parameters:first lwma period- calculation period of the first lwmasecond lwma period- ...
tv i indicator MT5
MetaTrader 5 indicator

tv i

oscillator tvi (trade volume index) shows whether a security is being accumulated (bought) or distributed (sold).it has one input parameter:minimum tick value- the minimum tick val...
as ctrend nr t r ht f indicator MT5
MetaTrader 5 indicator

as ctrend nr t r ht f

for the indicator to operate, the asctrend_nrtr.ex5indicator must be added to the <terminal_data_directory>\mql5\indicators folder.fig.1. indicator asctrend_nrtr_htffig.2. al...
night flat trade expert MT5
MetaTrader 5 expert advisor

night flat trade

idea by: .mql5 code by: .the ea is debugged to work with eurusd and on h1 only in the quietest hours (upon closing the american session and before opening the asian one).input para...
executor candles expert MT5
MetaTrader 5 expert advisor

executor candles

idea by: .mql5 code by: .the ea trades on several candlestick patterns. for positions buy and sell, there must be the separate settings of take profit, stop loss, and trailing. the...
ma c d and sa r expert MT5
MetaTrader 5 expert advisor

ma c d and sa r

idea by: .mql5 code by: .the ea analyzes four parameters:value of the main line of macd on bar #1(macd_main_1) value of the signal line of macd on bar #1(macd_signal_1) value of in...
at r normalize histogram indicator MT5
MetaTrader 5 indicator

at r normalize histogram

a typical oscillator using average true range in form of a multicolor histogram.fig.1. indicator atr_normalize_histogram...
at r normalize histogram ht f indicator MT5
MetaTrader 5 indicator

at r normalize histogram ht f

indicator with the timeframe selection option available in input parameters, alerting when the overbought/oversold zones are broken through.for the indicator to operate, the atr_no...
exp at r normalize histogram expert MT5
MetaTrader 5 expert advisor

exp at r normalize histogram

a trading system based on the signales of indicator the signal is formed when a bar is closing if the indicator has crossed the overbought/oversold level and got into the relevant ...
anchored momentum x10 indicator MT5
MetaTrader 5 indicator

anchored momentum x10

indicator anchoredmomentum_x10 shows the location of indicator from ten different timeframes.if the oscillator is below the oversold level, it paints the color squares in pink; if ...
invert candle plus indicator MT5
MetaTrader 5 indicator

invert candle plus

the inverted chart of the current financial instrument, displaying ask and bid price levels.fig.1. indicator invertcandle_plus...
coin flip expert MT5
MetaTrader 5 expert advisor

coin flip

idea by: .mql5 code by: .an ea without using any custom indicators; positions are opened pseudorandomly. the ea can show the current statistics in two languages:trailing modifies t...
brain trend2 indicator MT5
MetaTrader 5 indicator

brain trend2

indicator that generates alerts and sends e-mails and push-messages when the indicator changes its color. candlesticks with the trend are colored brightly, and those against the tr...
brain trend2 stop ht f indicator MT5
MetaTrader 5 indicator

brain trend2 stop ht f

indicator with the timeframe selection option available in its input parameters:for the indicator to operate, the braintrend2stop.ex5indicator must be added to the <terminal_dat...
binario expert MT5
MetaTrader 5 expert advisor

binario

idea by: .mql5 code by: .working with pending orders buy stop and sell stop. a channel of two indicators ima (moving average, ma).input parameters take profit- take profit;trailing...
modified moving averages expert MT5
MetaTrader 5 expert advisor

modified moving averages

idea by: .mql5 code by: .a modified ea from the standard delivery: mql5\experts\examples\moving average\moving averageparameters "stoploss" and "takeprofit" are added. moreover, if...
di indicator MT5
MetaTrader 5 indicator

di

oscillator di (damping index) is designed for identifying the damping of the directed market movement.any value below 1.0 definitely points to slowing price movement, whatever dire...
difference2 indicator MT5
MetaTrader 5 indicator

difference2

indicator difference2 shows the difference between the current price and the price as of n periods ago, as a histogram.it has three input parameters:period- period;calculation type...
divergence candles indicator MT5
MetaTrader 5 indicator

divergence candles

signal indicator divergence candles shows in the price chart signal arrows for buying or selling at the divergences of candlesticks, according to the following conditions:buy diver...
hw m a indicator MT5
MetaTrader 5 indicator

hw m a

indicator hwma (holt-winter moving average) is a three-parameter moving average by the holt-winter method; the three parameters should be selected to obtain a forecast.the indicato...
hw c indicator MT5
MetaTrader 5 indicator

hw c

channel indicator hwc (holt-winters channel) based on - a three-parameter moving average calculated by the method of holt-winters.it has six input parameters:na- parameter of the e...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.