MetaTrader MT4 Expert Source Code Downloads - Page 17

Showing 885 results
forex revelation expert MT4
MetaTrader 4 expert advisor

forex revelation

risk : 1% _ 3%monthly profs : 25% _ 35%leverage : 500by using sl & tp...
averaging by signal expert MT4
MetaTrader 4 expert advisor

averaging by signal

this ea is made with an example of crossing ma as an entry signal. this ea was created for the purpose of learning mql4 code.every order that is opened will use a different magicnu...
scalper assistant expert MT4
MetaTrader 4 expert advisor

scalper assistant

scalping is one of the most popular strategies in the world that most traders have tried at least once. because a scalper usually trades more than 10 trades a day, setting stop los...
dual stop loss, hidden and regular together expert MT4
MetaTrader 4 expert advisor

dual stop loss, hidden and regular together

usually the first thing a trader should consider when opening a new position is money management. one of the ways traders often control risk and manage their capital is to use a ce...
one price sl tp expert MT4
MetaTrader 4 expert advisor

one price sl tp

this ea, ask you to put price, whatever price you put, in "zen" field, you will get that price on all open orders either sl or tp value, that would help to close all orders at one ...
trading panel expert MT4
MetaTrader 4 expert advisor

trading panel

we can minimize or move the panel....
tipu ma c d ea expert MT4
MetaTrader 4 expert advisor

tipu ma c d ea

tipu macd ea is based macd indicator that created by gerald appel in 1979. macd is a momentum oscillator, calculated by subtracting the two price moving averages calculated on the ...
moving average expert MT4
MetaTrader 4 expert advisor

moving average

trades three moving averages in trending conditions , opens trades when bar crosses over the smaller moving average.standard inputs, all modifiable.buy tradesinput 1 , 5 greater th...
validate me framework expert MT4
MetaTrader 4 expert advisor

validate me framework

validate me framework my interpretation of how to code a robot using market buy and sell orders to cope with market validation. this framework deals with some checks that a trading...
divergence and rsi expert MT4
MetaTrader 4 expert advisor

divergence and rsi

inputs 1 rsi is below value 30 when divergent for buy/bullish divergenceinput 2 divergence settings buysinput 3 lots and stop loss , target in pips. long trades.input 4 rsi is abov...
simple engulf expert MT4
MetaTrader 4 expert advisor

simple engulf

simple engulfing pattern. to help with manual trading mainly.simple and made to be.inputs for bar max size min size stops and target in pips lot sizes only open one trade at a tim...
moving average breakout expert MT4
MetaTrader 4 expert advisor

moving average breakout

trending moving averages with a breakout input .input explanation , i'll explain as a buy trade and sells would be inverse.inp1 20 ema greater than 30emainp2 30 ema greater than 50...
more trade after break even expert MT4
MetaTrader 4 expert advisor

more trade after break even

the masterpiece of this little ea is the orders count function ,where as we count only the orders that have notstoploss above or equal to its open price for buy and below its open ...
alligator trend cross expert MT4
MetaTrader 4 expert advisor

alligator trend cross

alligator indicator is in a trending conditiontrades opened when candle crosses over either line, variable modes.input the number one cross over the blue line red line green line ...
zone recovery hedge ea expert MT4
MetaTrader 4 expert advisor

zone recovery hedge ea

ea information : this ea is based on ogt zone recovery ea.strategy : hedginghedging type : zone recovery (no two pairs correlation, no triangular arbitrage)zone recovery type : ave...
tops and bottoms in trend expert MT4
MetaTrader 4 expert advisor

tops and bottoms in trend

this ea buys when at new low in a down trend occurs with oversold rsi.inputs for trending range and quality including look back how many bars involved.sells at new high and same as...
expert advisor specific day and time expert MT4
MetaTrader 4 expert advisor

expert advisor specific day and time

it's an expert to open and close orders on specific day and time. expert open and close orders only with the same symbol it attached. parameters day open orders- set day open order...
mt4 account details expert MT4
MetaTrader 4 expert advisor

mt4 account details

it is very helpful for a coder who is just starting to learn mql coding.it prints the following fields.account balanceaccount equityaccount creditaccount currencyaccount companyacc...
indicator name expert MT4
MetaTrader 4 expert advisor

indicator name

several times, we share snapshot with the other person with some indicator attached on the chart.however there is no way to be fully sure from the chart snapshot itself whether the...
static arrows and graphic objects on mt4 chart expert MT4
MetaTrader 4 expert advisor

static arrows and graphic objects on mt4 chart

in general when you create an arrow on the chart, and then if you scroll the chart the location of the arrow will be changed.sometimes it will be very high above the bar and someti...
dp i alert ea expert MT4
MetaTrader 4 expert advisor

dp i alert ea

this ea alerts you the depth per inch of your monitor. this is very important code for this trying to make your panels work on multiple screen resolution.generally a panel works on...
time of an object expert MT4
MetaTrader 4 expert advisor

time of an object

at times, you need to work with object created on the chart. depending on the time of the creation of the object you decide whether you need to take a buy action or a sell action.t...
one order every second expert MT4
MetaTrader 4 expert advisor

one order every second

it may sound very easy to write a code which places one order every second.however, that are various practical difficulties that come across.the attached code ensures that only one...
custom sound on alert expert MT4
MetaTrader 4 expert advisor

custom sound on alert

this code can be used to generate alert with custom sound on every new bar....
one click close expert MT4
MetaTrader 4 expert advisor

one click close

the code is used to demonstrate how one can create a button on the chart and assign a function to it.the code is used to delete all orders after clicking on the button.the deletion...
check trade time expert MT4
MetaTrader 4 expert advisor

check trade time

this code base is a simple function to check if current time lies within two specified times.many times it is required by the ea to enter trades between two specific time of the da...
check binary options symbol expert MT4
MetaTrader 4 expert advisor

check binary options symbol

in the market watch in mt4, there are several symbols. some of them could be binary options.different brokers have different method of representing a binary options symbols.for eg:...
check trading time expert MT4
MetaTrader 4 expert advisor

check trading time

this code base is a simple function to check if current time lies within two specified times.many times it is required by the ea to enter trades between two specific time of the da...
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....
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...
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.....
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 ...
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...
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...
trickerless expert MT4
MetaTrader 4 expert advisor

trickerless

strategy tester reporttrickerless rhmpinstaforex-europe.com (build 1359)...
sr breakout expert MT4
MetaTrader 4 expert advisor

sr breakout

this ea is designed to watch for support & resistance break on h4 & h1.all you need to do is setting up your charts on h1 timeframe and then add the ea to the chart.at the ...
tenkan sen kijun sen cross expert MT4
MetaTrader 4 expert advisor

tenkan sen kijun sen cross

if you are using ichimoku indicator and you are looking for tenkan and kijun cross then this ea is for you.how to use it:after downloading the file compile it in your meta editor t...
news detector for mt4 & mt5 expert MT4
MetaTrader 4 expert advisor

news detector for mt4 & mt5

the same code can be compiled in mt4 as well. it gets news from fxstreet servers automatically which can be further filtered by importance level, currency and keyword in the news.s...
mean reversion expert MT4
MetaTrader 4 expert advisor

mean reversion

try it on demo first. this ea trades only with the price of open candle! if you do not want to trade with increasing lot size when you lose a trade set:"increasefactor=0" inputs ...
swap informer expert MT4
MetaTrader 4 expert advisor

swap informer

searching for symbols in the market watch window with a positive swap and displaying the received data on the screen....
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.