MetaTrader MTall All Source Code Downloads - Page 210

Showing 11119 results
ad x real indicator MT4
MetaTrader 4 indicator

ad x real

Download the source code for this indicator
bullish and bearish candles indicator MT4
MetaTrader 4 indicator

bullish and bearish candles

this indicator will plot bullish and bearish candles in separate colours.if the colours of both bullish and bearish candles are same, then sometimes it can get difficult or confusi...
the laguerre filter indicator indicator MT5
MetaTrader 5 indicator

the laguerre filter indicator

the laguerre filter is a smoothing filter based on laguerre polynomials. the indicator works by letting you know both the short-term and long-term trend.buy when the indicator line...
plotting shaded triangle indicator MT4
MetaTrader 4 indicator

plotting shaded triangle

this code can be used to draw triangles on chart . this is useful in program where you are detecting harmonic patterns and plotting the patterns in chart.the same principle can be ...
support resistance line alert indicator MT5
MetaTrader 5 indicator

support resistance line alert

add popup or push alert notification on manually placed horizontal lines, the lines are deleted and reset itself as soon as price touches these lines...
trailing with close button expert MT5
MetaTrader 5 expert advisor

trailing with close button

this ea help you for1. auto set the tp & sl by default parameter2. auto trailing stop & step for any order that you place from any device3. easy way to close all orders wit...
high low lines indicator MT5
MetaTrader 5 indicator

high low lines

add high and low lines based on number of previous bars defined in input field...
bollinger bands based ea expert MT4
MetaTrader 4 expert advisor

bollinger bands based ea

this ea is based on price crossing the lower and upper bollinger bands.it also sets the sl and tp....
chart screenshot indicator MT4
MetaTrader 4 indicator

chart screenshot

this code can be used to take screenshot from code itself at any particular desired time.suppose one wants to know the exact conditions oaf indicators at the time when a trade was ...
buy trend ea expert MT4
MetaTrader 4 expert advisor

buy trend ea

this ea check the close of last 5 candles to determine the trend and then places a buy trade.sl and tp can be set in the input....
close order at fixed interval expert MT4
MetaTrader 4 expert advisor

close order at fixed interval

this ea demonstrates placing order and then modifying the orders to set sl and tp.then, 30 seconds after the opening the order the order is closed.this can be used in strategies wh...
bollinger band crossover based ea script MT4
MetaTrader 4 script

bollinger band crossover based ea

this is an ea based on bollinger band crossover with prices.this also demonstrates how to ensure that lot size being used in within the limits set by a broker...
martingale ea expert MT4
MetaTrader 4 expert advisor

martingale ea

this ea demonstrate the implementation of martingale in any ea base don the signals from any indicator.....
highest high and lowest low in neighbourhood indicator MT4
MetaTrader 4 indicator

highest high and lowest low in neighbourhood

this code identifies highest high and lowest low in the neighbourhood.this code compares the high of candles with the high of the candles to its left and to its right. if the high ...
ma c d main and signal lines based strategies indicator MT4
MetaTrader 4 indicator

ma c d main and signal lines based strategies

this indictor plots multiple signals based on macd depending on the following1. whether the macd is positive or negative2. whether the macd main and signal line are crossing over3....
highest high and lowest low indicator MT4
MetaTrader 4 indicator

highest high and lowest low

this code is used to find the highest high and lowest low on chart between given bars.one can specify the start bar and end bar.the code will first find the candle which has highes...
sm a(no loop) indicator MT5
MetaTrader 5 indicator

sm a(no loop)

simple moving average is calculated by adding prices for last n periods and then dividing that sum by the period. this addition is often done with help of a loop. this loop within ...
trailing star expert MT5
MetaTrader 5 expert advisor

trailing star

default trailing stop allow you to take a safe way to trade by ensure that if there is a reverse fluctuation you will be guaranteed profit.but sometime you want trailing stop to ta...
price line 2 indicator MT5
MetaTrader 5 indicator

price line 2

1. shows moving last price on bid line2. daily percentage change3. time based on input selection to the price line : local, gmt or current4. color for bear and bull can be set from...
multi currencies ea close all expert MT4
MetaTrader 4 expert advisor

multi currencies ea close all

single currency or manual orders closing or deleting sections are very easy to understand but if you have a question you leave it at comment section. the code check for comment to ...
close all and support multi curencies ea expert MT5
MetaTrader 5 expert advisor

close all and support multi curencies ea

single currency or manual orders closing or deleting sections are very easy to understand but if you have a question you leave it at comment section. the code check for comment to ...
simple average volumes indicator MT5
MetaTrader 5 indicator

simple average volumes

this indicator was done to fulfill the need from eas to check on volume increase and decrease in a extremely simple way.all it does is calculate the average volume of a certain per...
toggleable moving average indicator MT5
MetaTrader 5 indicator

toggleable moving average

i search moving average that can be hide and shown with button, just like in trading view, but i cannot found it.then i try to modify example of moving average code from mql5 metae...
long and short stepped grid trade expert MT5
MetaTrader 5 expert advisor

long and short stepped grid trade

set grid distance.open a long order for the price fall a grid distance, and o pen a short order for the price rise a grid distance.when the price rise two grid distance, close the ...
ma grid trade expert MT5
MetaTrader 5 expert advisor

ma grid trade

some grids setted around the moving average index.in general, trade of nomal grid is afraid the price break of grid. so i think turn the straight line of grid into the curve. then ...
vp s monitor - metatrader 5 indicator MT5
MetaTrader 5 indicator

vp s monitor - metatrader 5

i have use free indicator for metatrader 4 from mql5 in below link, but don't know why the owner remove it.by taiwo okunbanjothen i try to create the indicator myself, for metatrad...
gar c h v2 indicator MT4
MetaTrader 4 indicator

gar c h v2

Download the source code for this indicator
bull bear candle row expert MT5
MetaTrader 5 expert advisor

bull bear candle row

input row mode instruction in files.reversing candle patterns , input how many bulls then bears or bears then bulls.sl, tp -full expert....
recursive moving average indicator MT5
MetaTrader 5 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...
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....
the leading indicator indicator MT5
MetaTrader 5 indicator

the leading indicator

the leading indicator was created by john ehlers (cybernetic analysis for stocks and futures pg 235) and as the name implies, this is a leading indicator that provides super early ...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.