MetaTrader MT4 Expert Source Code Downloads - Page 12

Showing 885 results
the simplest rs i-based ea expert MT4
MetaTrader 4 expert advisor

the simplest rs i-based ea

expert advisor based on rsi. sells at downward crossing of 70, buys at the upward crossing of 30.the levels, stop loss and take profit can be specified in the ea settings....
grid assistant expert MT4
MetaTrader 4 expert advisor

grid assistant

semi-automatic grid assistant the expert advisor is designed for placing managing grids.expert buttons "buy stop" โ€” open a grid of buy stop pending orders "sell stop" โ€” open a gri...
trailing master expert MT4
MetaTrader 4 expert advisor

trailing master

the expert advisor that performs order trailing after reaching certain profit.it provides a filter based on magic number and comment....
break-even master expert MT4
MetaTrader 4 expert advisor

break-even master

the expert advisor that moves the stop loss to breakeven after reaching certain profit.it provides a filter based on magic number and comment....
news ea template without dl l expert MT4
MetaTrader 4 expert advisor

news ea template without dl l

in essence, this is source code (template) of the expert advisor that downloads news from the investing.com, written in the mql4 without the use of dll. if you were looking for a w...
ichimoku kinko hyo system expert MT4
MetaTrader 4 expert advisor

ichimoku kinko hyo system

this ea is based entirely on the ichimoku kinko hyo system. trades are opened when the chinkou span crosses the price action, cross up for long, cross down for short. long trades m...
lb & sb using rs i & momentum expert MT4
MetaTrader 4 expert advisor

lb & sb using rs i & momentum

the same ea's as . the additional code allows the user to set parameters on rsi and momentum. for guidance, in the variables, if the rsi buy restrict is set to 70, the ea will not ...
example of ma c d automated expert MT4
MetaTrader 4 expert advisor

example of ma c d automated

it is a metatrader 4 code example of macd automated expert advisor, with advanced money management function and trailing stop as well.the idea is:filter as multi time frame code ex...
yen trader expert MT4
MetaTrader 4 expert advisor

yen trader

yen tradertrades jpy crosses (xxxjpy) where xxx is one of the major currencies (except usd which will be used as a reference currency).based on the selected direction (r:right or l...
example of a simple breakout trading robot expert MT4
MetaTrader 4 expert advisor

example of a simple breakout trading robot

description:just a very simple break-out trading example as seen on the buy-entry example image below.the sell-entry would be as revers of buy-entry image.by candles only with no i...
v1 n1 lo n n y mt4 expert MT4
MetaTrader 4 expert advisor

v1 n1 lo n n y mt4

automated trading system for breakouts in the london and new york sessions, which considers trading ranges formed during the sydney and tokyo sessions.default settings: gbpjpy h1. ...
order notify expert MT4
MetaTrader 4 expert advisor

order notify

useful watcher for your expert advisor. this ea will send with every new trade opened or closed. information about opened or closed trade is included in the message.recommendations...
proper bot expert MT4
MetaTrader 4 expert advisor

proper bot

the proper bot is for those who like martingale style trading. features: stop loss, take profit, trailing stop loss functions. all are calculated in points. a high and low level pa...
pending order grid expert MT4
MetaTrader 4 expert advisor

pending order grid

this ea opens a grid of buy stops and sell stops at a specified distance from price. it is not a fully automatic ea. you need to reset it once a while.features startinglot increas...
trade multiplier expert MT4
MetaTrader 4 expert advisor

trade multiplier

this expert will duplicate a trade with the preset lot multiplier on the same account. no cross-account functionality, trades only on the same account. can be synced on a virtual h...
currency strength ea expert MT4
MetaTrader 4 expert advisor

currency strength ea

this ea calculates the strength of various currencies according to the percentage change in a day from the opening of the candle. if some currency is very strong or very weak, it w...
trailing stop expert MT4
MetaTrader 4 expert advisor

trailing stop

trailing stop allows you to automatically protect the profits with your positions. it adjusts itself according to the current market rate and the amount of pips you give it to trai...
chart event test example expert MT4
MetaTrader 4 expert advisor

chart event test example

the "test_chartevent.mq4" expert advisor is an example demonstrating the various types of chartevent: keyboard keys events, mouse click & move events, custom events. you can pr...
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 ...
hidden stop loss and take profit expert MT4
MetaTrader 4 expert advisor

hidden stop loss and take profit

the ea implements a hidden stop loss and take profit system. the system is run as follows:first, open the buy and/or sell orders that you desire for a particular chart symbol. seco...
track/close buys and sells buttons expert MT4
MetaTrader 4 expert advisor

track/close buys and sells buttons

this tiny helper tracks total profits for sell and buy orders separately, displays them in two buttons attached to a chart and allows one to close either all buys or all sells by c...
simple single layer perceptron ea expert MT4
MetaTrader 4 expert advisor

simple single layer perceptron ea

1. about perceptrons about perceptron:i referred to "" as the logic of perceptron.2. algorithm 2.1. inputs the w1, w2, w3and w4are weights which set the values decided by your opti...
chaos trader lite expert MT4
MetaTrader 4 expert advisor

chaos trader lite

the expert locates bearish and bullish divergence and initiates a trade at the possible beginning of a trend change, this is the first wise man. next, it will attempt to add positi...
open two pending orders expert MT4
MetaTrader 4 expert advisor

open two pending orders

the expert advisor is intended for automatic placing of buy stop pending orders and sell stop pending orders simultaneously, stop losses and take profits on the user specified leve...
ii (outbreak) ea expert MT4
MetaTrader 4 expert advisor

ii (outbreak) ea

the expert advisor is supposed to pyramid into big and fast market movements. it adds up on profitable trades and instantly trails them when in profit. trades are entered when pote...
multicurrency hedge example ea (overlay hedge) expert MT4
MetaTrader 4 expert advisor

multicurrency hedge example ea (overlay hedge)

the expert advisor looks for correlations of the market watch list symbols, calculates average true range ratios for every hedging combination and assigns different magic numbers f...
engulfing with rs i expert MT4
MetaTrader 4 expert advisor

engulfing with rs i

opens buys on bullish engulfing candles when rsi is above overbought and sells on bearish engulfing candles when rsi is below oversold.when the account's profit reaches the desired...
robot ad x+2 ma expert MT4
MetaTrader 4 expert advisor

robot ad x+2 ma

the expert advisor robot_adx 2ma uses 4 indicators for the analysis: 2 moving average and 2 adx indicators on periods of one minute and one hour.uses a fixed volume of the lot and ...
self optimizing rs i or mf i trader expert MT4
MetaTrader 4 expert advisor

self optimizing rs i or mf i trader

it is a dream of mine to have a robot that optimized itself, that way i would know that it was always working with the best values. this is my humble attempt to bring a piece of my...
trade panel expert MT4
MetaTrader 4 expert advisor

trade panel

note:the current chart symbol can be switched by writing the desired one in the symbol box.used fonts arial arial black calibri tahoma trebuchet ms webdings wingdings wingdings 2...
coin flipping ea expert MT4
MetaTrader 4 expert advisor

coin flipping ea

generates a random number, and if this number is even, it will buy, if odd - it will sell.only 1 position at a time.settings choose the sl distance. choose the tp distance. choose...
history downloader expert MT4
MetaTrader 4 expert advisor

history downloader

the ea downloads the quote history of the current chart symbol and period by "pressing home button". the method is based on the idea implemented in the s-downloader ะพั‚ talex script...
ma cross studies expert MT4
MetaTrader 4 expert advisor

ma cross studies

moving average studies this ea was created to study the effects of various trade and money management strategies applied to a simple system, using only a moving average for bias. w...
limit orders control expert MT4
MetaTrader 4 expert advisor

limit orders control

this is a not big assistant for trading with limit orders.its meaning is that if you want to place two limit orders on both sides of the price, you will have to wait until one of t...
ma c d expert expert MT4
MetaTrader 4 expert advisor

ma c d expert

this expert advisor is using the macd indicator to open trades.it works on any symbol and support 5 and 4 digits brokers.the exits are based on fixed stop loss and take profit valu...
ad x expert expert MT4
MetaTrader 4 expert advisor

ad x expert

adx expert is based on adx indicator and can be traded on every tradable symbol.the expert is trading fixed position size, and has fixed stop loss and take profit.inputs lot size ...
multi pair closer expert MT4
MetaTrader 4 expert advisor

multi pair closer

this ea will monitor the net profit of a currency basket and close all positions when the specified profit has been acquired. it does not matter which chart you run the bot on, all...
hedging zone recovery area expert MT4
MetaTrader 4 expert advisor

hedging zone recovery area

zone recovery is an advanced hedging system. when the market goes against you by certain number of pips, you open an opposite trade by a trade with slightly bigger lot size.if the ...
martingale bone crusher expert MT4
MetaTrader 4 expert advisor

martingale bone crusher

the ea uses two modes of martingale strategy:strategy 1 the ea enters trades according to the price that is above or below moving average. if we lose a trade then the ea will take ...
record is connected, spread, stop, freeze level expert MT4
MetaTrader 4 expert advisor

record is connected, spread, stop, freeze level

ea is run say once every minute and writes the status of isconnected, spread, stop and freeze level to a file.parameters i_recordperiodinminutes- in minutes, how often the spread e...
martingale vi hybrid expert MT4
MetaTrader 4 expert advisor

martingale vi hybrid

if the trade goes in the opposite direction after a predetermined number of pips, then it opens another trade in the same direction of the first trade. the process repeats itself u...
rs i ma ea expert MT4
MetaTrader 4 expert advisor

rs i ma ea

what i have is an ea working from 2000, but it is not optimized.the ea works by moving average trend and rsi signals at overbought & oversold areas. it doesn't have targets but...
renko-fractals-grid expert MT4
MetaTrader 4 expert advisor

renko-fractals-grid

this ea uses "renko" box size on metatrader 4 chart. when a renko box is created (not visible, only calculated in pips) and price reaches the level where there was a fractal, the e...
rsi and cci divergence expert MT4
MetaTrader 4 expert advisor

rsi and cci divergence

rsi & cci divergence ea trades when there is a divergence of "rsi" or "cci" indicator has trailing stop loss &take profit works on all time frames major forex pairs and sto...
fibonacci expert MT4
MetaTrader 4 expert advisor

fibonacci

"fibonacci" ea trades when there is a retracement from "fibonacci" levels.this ea can trade with all time frames major forex pairs and stocks nasdaq.try it on demo first. this ea t...
pinbar expert MT4
MetaTrader 4 expert advisor

pinbar

"pinbar" ea trades when there is a pinbar pattern,has trailing stop loss &take profit works on all time frames major forex pairs and stocks nasdaq.try it on demo first. this ea...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.