MetaTrader MTall All Source Code Downloads - Page 137

Showing 11128 results
xm a keltner pivot ht f indicator MT5
MetaTrader 5 indicator

xm a keltner pivot ht f

two colored filled rectangles with the display of channel levels. the rectangles are drawn between the values ​​of two keltner channels on one bar of any timeframe of the indicator...
move trend line script MT5
MetaTrader 5 script

move trend line

the script finds on the chart all obj_trend (trendline) objects and moves the line to the specified date. it also aligns the prices of trend line beginning and end.inputs:price shi...
risk spread indicator MT5
MetaTrader 5 indicator

risk spread

the indicator draws a color filled channel at a distance from the current price, which is equal to the current spread multiplied by ten.in other words, the indicator draws an area,...
percentage crossover indicator MT5
MetaTrader 5 indicator

percentage crossover

a moving indicator that does not use averaging in its code.this indicator was first implemented in mql4 and published in on 07.09.2010.fig.1 the percentagecrossover indicator...
percentage crossover channel system indicator MT5
MetaTrader 5 indicator

percentage crossover channel system

the indicator implements a breakthrough system using the channel.when price exits the gray channel, the candlestick color changes to the color corresponding to trend direction. blu...
gr f leading edger pivot ht f indicator MT5
MetaTrader 5 indicator

gr f leading edger pivot ht f

two colored filled rectangles with the display of channel levels. the rectangles are drawn between the values ​​of two channels on one bar of any timeframe of the indicator.indicat...
percentage crossover channel cloud indicator MT5
MetaTrader 5 indicator

percentage crossover channel cloud

the channel is based on a percentage price deviation. it is implemented with a color background filling. the channel width is controlled by the percentage deviation.this indicator ...
rb v i ht f indicator MT5
MetaTrader 5 indicator

rb v i ht f

the indicator with the timeframe selection option available in its input parameters:to provide correct operation of the indicator, add the compiled rbvi.mq5 indicator file to termi...
rb v i histogram indicator MT5
MetaTrader 5 indicator

rb v i histogram

the indicator (relative broker vigor index) implemented as a colored histogram. three histogram coloring variants are possible:gray means the flat market; blue indicates a moderate...
osc sa r histogram indicator MT5
MetaTrader 5 indicator

osc sa r histogram

the oscillator is drawn as a colored histogram based on the difference between the close price and the isar indicator, expressed in points.this indicator was first implemented in m...
vector expert MT5
MetaTrader 5 expert advisor

vector

an expert advisor for 4 currency pairs, including eurusd, gbpusd, usdchf and usdjpy. it is based on four-hour moving averages....
rs i and bollinger bands expert MT5
MetaTrader 5 expert advisor

rs i and bollinger bands

a trading strategy based on rsi and bollinger bands. bollinger bands is calculated using the rsi indicator handle. trailing stop is determined using the sar indicator (parabolic sa...
all information about the symbol expert MT5
MetaTrader 5 expert advisor

all information about the symbol

all information about the current symbol (information from the csymbolinfo class object is used) represented as a dialog panel. csymbolinfo. cdialog.mqh. clistview.mqh...
size of candles (text) indicator MT5
MetaTrader 5 indicator

size of candles (text)

the indicator reflects the size of the bar. the size is calculated by the following formula: "minuend" minus "deduction". "minuend" and "deduction" can be any of four values (open,...
market watch cleaner script MT4
MetaTrader 4 script

market watch cleaner

there is only one external variable and that is maximum spread. set this to the maximum spread you wish to see inside of your market watch window. i built this script because i got...
daily open line indicator MT5
MetaTrader 5 indicator

daily open line

this indicator draw horizontal line at start of trading day till at opening price level. recommended use on h1 and below timeframe....
file log library MT4
MetaTrader 4 library

file log

filelog is a simple mql4 class for flexible logging to files and the terminal console.github repository:log file will be saved in:<data folder>\mql4\files\ <data folder>...
cmql params library MT5
MetaTrader 5 library

cmql params

public methods:public access to the params array;this is the main method of setting the params. methods can be chained to add multiple params at the same time. *see example script....
multi timeframe bollinger bands indicator MT4
MetaTrader 4 indicator

multi timeframe bollinger bands

this is an indicator that i implemented for my personal use. it aims to show the bollinger bands from different timeframes to help me find the dynamic levels of support and resista...
ma zigzag trend indicator MT5
MetaTrader 5 indicator

ma zigzag trend

another zigzag trend indicator based on extremum points of sma indicator. it connects high price at maximum points of sma indicator to low price at minimum point. uptrend lines are...
rs i trend indicator indicator MT5
MetaTrader 5 indicator

rs i trend indicator

a simple trend indicator moves like zigzag, based on the rate of rsi changes. if rsi moves down from 65 or moves up from 35, trend line draws. these change limits are selective par...
rs o, relative strength oscillator indicator MT5
MetaTrader 5 indicator

rs o, relative strength oscillator

i added colored bars just for more clarity. green bars show increasing of rsoand red bars show decreasing. rsoor rsicurves cannot show little changes, while colored bars can. for e...
laguerre stripped indicator MT5
MetaTrader 5 indicator

laguerre stripped

a variation of the laguerre filter indicator.instead of showing just one single value of the laguerre filter, this indicator is showing all the intermediate steps that are used in ...
laguerre stripped of rs i indicator MT5
MetaTrader 5 indicator

laguerre stripped of rs i

we are by now using different types of levels in different indicators. here is one experiment to use some other way.this indicator is using stripped laguerre in a sort of "levels" ...
tipu ea expert MT4
MetaTrader 4 expert advisor

tipu ea

this is a simple ea based on and indicators found in the market. this ea is for educational purposes only and does not guarantee any profit.ea rules the following are the rules of ...
strategy checklist indicator MT4
MetaTrader 4 indicator

strategy checklist

this is an indicator that i implemented for my personal use.it allows you to define a checklist that helps you check your rules before opening a trade.keep in mind that this is not...
laguerre stripped of double stochastic indicator MT5
MetaTrader 5 indicator

laguerre stripped of double stochastic

stripped laguerre filter is showing intermediate steps performed by laguerre filter as "levels" that can then be used as support/resistance (or overbought/oversold) levels (dependi...
rs o, relative strength oscillator indicator MT4
MetaTrader 4 indicator

rs o, relative strength oscillator

i added colored bars just for more clarity. green bars show increasing of rsoand red bars show decreasing. rsoor rsicurves cannot show little changes, while colored bars can. for e...
cheduecoglioni expert MT5
MetaTrader 5 expert advisor

cheduecoglioni

the ea waits for a tp or sl to trigger, and then opens a position in the opposite direction. it checks if there is enough money before sending a trade request. ontradetransaction.f...
candle range indicator MT5
MetaTrader 5 indicator

candle range

two histograms in one window, showing the maximum average price deviation in points from the initial value. the upper green histogram is the averaged difference between high and op...
total power indicator x ht f indicator MT5
MetaTrader 5 indicator

total power indicator x ht f

the indicator with the timeframe selection option available in the indicator input parameters:to provide correct operation of the indicator, place the compiled totalpowerindicatorx...
bollinger bands n positions expert MT5
MetaTrader 5 expert advisor

bollinger bands n positions

features works on a new bar; the number of positions is not limited; if a buy signal is received, all sell positions are closed; if a sell signal is received, all buy positions ar...
exp total power indicator x expert MT5
MetaTrader 5 expert advisor

exp total power indicator x

the exp_totalpowerindicatorx expert advisor is based on the signals generated by the oscillator. it also provides the possibility to set a strict trading time interval.a trade sign...
xm a klx5 cloud ht f indicator MT5
MetaTrader 5 indicator

xm a klx5 cloud ht f

the indicator with the timeframe selection option available in input parameters:to provide correct operation of the indicator, save the compiled xma_klx5_cloud.mq5 indicator file t...
percentage crossover ht f indicator MT5
MetaTrader 5 indicator

percentage crossover ht f

the indicator with the timeframe selection option available in the indicator input parameters:to provide correct operation of the indicator, place the compiled percentagecrossover....
am a st l color meta trader 5 indicator MT5
MetaTrader 5 indicator

am a st l color meta trader 5

the indicator is displayed on a chart as a two-color line.if the current indicator value is lower than its previous value, the indicator line is red. if the current indicator value...
zig zag 2 rays indicator MT5
MetaTrader 5 indicator

zig zag 2 rays

a standard zigzag complemented with support and resistance levels.the same indicator implemented in mql4 is available here: . zigzag by can be downloaded at ....
exp percentage crossover expert MT5
MetaTrader 5 expert advisor

exp percentage crossover

the exp_percentagecrossover expert advisor is based on the change of the color, and provides the possibility to set a strict trading time interval.a trade signal is formed when a b...
percentage crossover channel system ht f indicator MT5
MetaTrader 5 indicator

percentage crossover channel system ht f

the indicator with the timeframe selection option available in the indicator input parameters:to provide correct operation of the indicator, add the compiled percentagecrossovercha...
candle range ht f indicator MT5
MetaTrader 5 indicator

candle range ht f

the indicator with the timeframe selection option available in the indicator input parameters:to provide correct operation of the indicator, add the compiled candlerange.mq5 indica...
fractals minimum distance expert MT5
MetaTrader 5 expert advisor

fractals minimum distance

the ea trades based on the fractals indicator. it only trades at the emergence of a new bar. lot calculation: percentage of free margin. when an upward fractal is found, a sell sig...
pipso expert MT5
MetaTrader 5 expert advisor

pipso

the ea trades in the specified time interval. it takes into account high and low within a certain number of bars. the ea includes protection against the "not enough money" error.hi...
exp percentage crossover channel system expert MT5
MetaTrader 5 expert advisor

exp percentage crossover channel system

the trading system is based on the indicator signals. a signal is formed when a bar is closing, if a colored bar has occurred, while the previous bar had the opposite color or no c...
percentage crossover channel cloud ht f indicator MT5
MetaTrader 5 indicator

percentage crossover channel cloud ht f

the indicator with the timeframe selection option available in the indicator input parameters:to provide correct operation of the indicator, place the compiled percentagecrossoverc...
exp color jfatl digit tm expert MT5
MetaTrader 5 expert advisor

exp color jfatl digit tm

the exp_colorjfatl_digit_tm expert advisor is based on the indicator signals and provides the possibility to set a strict trading time interval.a trade signal is formed when a bar ...
h l indicator MT5
MetaTrader 5 indicator

h l

a redrawing channel having two upper and two lower borders. its algorithm is similar to a zigzag.originally this indicator was developed in mql4 and was first published in the on 1...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.