MetaTrader MT4 All Source Code Downloads - Page 58

Showing 3041 results
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...
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 ...
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...
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 ...
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...
expert history export library MT4
MetaTrader 4 library

expert history export

adds the ability to automatically export the history of deals after running an expert advisor in the strategy tester.the file is saved in the shared terminal folder common/filesor ...
real trade copy mt4 library MT4
MetaTrader 4 library

real trade copy mt4

adviser-utility for copying transactions from one mt5 account or mt4 account to another mt4 account. you can copy positions between netting and hedging accounts in any combination....
ad xm (experiment) indicator MT4
MetaTrader 4 indicator

ad xm (experiment)

recommendations:please read the details at metatrader 5 original link ...
account history export script MT4
MetaTrader 4 script

account history export

exports the transaction history of the current trading account.the file is saved in the terminal folder mql4/filesor in common folder for terminals common/files.the file name is ge...
detecting the start of a new bar or candle expert MT4
MetaTrader 4 expert advisor

detecting the start of a new bar or candle

for an expert advisor (ea), when a new tick quote arrives, the metatrader terminal calls the default event handling function. however, there is no default event handling function f...
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...
trade classes from mt5 for mt4 library MT4
MetaTrader 4 library

trade classes from mt5 for mt4

in the process of developing a program for copying positions between accounts, it was necessary to develop essentially the same code for mt5 and mt4. the differences were only in t...
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...
adaptive grid expert MT4
MetaTrader 4 expert advisor

adaptive grid

a simple adaptive grid expert advisor for meta trader 4. works on all time frames and most common forex symbols. something you want to change or add in the code example, you are as...
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 ...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.