Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Telegram!
Participe de nossa página de fãs
Acesse o CodeBase em seu terminal MetaTrader 5
Não encontrou o código mais adequado? Encomende-o na seção Freelance
Como escrever um Expert Advisor ou um indicador

Expert Advisors para MetaTrader 4 com códigos fonte - 21

icon

Na seção de Expert Advisors, você encontrará uma variedade de aplicativos que automatizam sua análise e negociação. Aqui, você encontrará aplicativos variados, com diferentes algoritmos de negociação e oferecendo diferentes graus de automação. Existem desde EAs simples até robôs de negociação complexos, capazes de automatizar completamente os processos analíticos e de negociação.

Estes aplicativos podem ser baixados e executados no MetaTrader 4. Antes de usar, é recomendado realizar testes e otimização dos EAs no Testador de Estratégias de Negociação. O acesso aos EAs da biblioteca também pode ser obtido da plataforma MetaTrader 4 e do ambiente de desenvolvimento MetaEditor.

Adicionar código

This code has some functions to close all opened orders once the drawdown reaches a specific percentage of the account balance.

Expert Advisor é baseado no indicador Williams Percent Rang. Ele vende na zona sobrecomprada e compra na zona sobrevendida. Trailing stop e um timer operacional estão configurados também.

Os valores do indicador Moving Average são utilizados para negociação.

Easy EA for closing positions with profit or loss. All positions of chart's symbol are counted separately.

EA opens trades from support and resistance levels, which were set by a trader, and revolves them at another levels.

Close At Time is an EA that closes open positions or deletes pending orders or both. You can also specify how it should be closed – by symbol, magic number or ticket number.

The strategy of this EA is daily breakout which is compare previous high or low previous day candle then place a pending order for breakout.

This program is a basic version of the original code of relatively simple system Millenium.

This is a working singleton code example. A singleton object is created when there 'can be only one' of the object.

Copying utility with minimal functionality.

EA opens trades from support and resistance levels which were set by a trader.

This EA will help you to set Stop Loss and Take Profit.

The EA looks for trend using three MAs (period 200, 50, 25 or other) and opens orders using the Parabolic SAR indicator. There is martingale in an Expert Advisor, the lot is calculated in percents from a deposit depending on Stop Loss.

Instant execution button to close profit orders, close all orders, auto close by trailing parameter. Last update: 21 April 2016. Prev: 8 Dec 2015

A robust EA template to use with your entry conditions.

Easy EA for closing positions of the symbol with profit or loss. You can use it for hidden SL too.

An EA template to add a simple trailing stop to your strategy.

This an H1 strategy. This EA will execute at the new bar if the last bar has broken through the point that we set.

This EA will show the button that can used to close all orders by the current chart symbol.

RSI EA based on overbought and oversold levels.

Personal Assistant The Next Generation is there to make your trading easy, basically it does what a real assistant does — provides information and executes your orders.

Personal assistant is there to provide you with crucial information for making investment decisions and to execute your orders.

This Expert Advisor trades on the principle of the Martingale: if the order is closed by Stop Loss, the next order will be the opposite type with a lot size increased by a certain rate.

Expert Advisor I have developed for News Time Trading (set time and leave it).

This Expert Advisor places Stop Loss and Take Profit for Buy, Sell, Buy Limit, Buy Stop, Sell Limit and Sell Stop orders.

Simple EA template to export trade details from a backtest or live trading to a CSV file.

Expert Advisor based on JJN Scalper indicator.

This is a simple multistrategies EA based on many strategies that work in parallel mode.

Expert Advisor with the system is very sensitive to movement.

This EA is based on 1 moving average indicator, the exit and entry points are determined by a "smoothing factor".

The Expert Advisor closes all positions if equity exceeds specified percent from balance.

It's a hedging Expert Advisor, which trades only one time per day.

EA for Automatic StopLoss, Take Profit, Profit Lock, and Trailing Stop (With Special Methods). SL and TP could be hidden.

CSPA is a multi currency Expert Advisor, it uses the currency strengths to open trades on the best pairs.

MPM is a stop reverse strategy.

Syndicate Trader is coded from the basic VSA (Volume Spread Analysis) study by Wyckoff.

New version of KNUX Expert Advisor. The strategy works with martingale.

The Expert Advisor can be used for Trailing and hidden Take Profit/Stop Loss.

This Expert Advisor is based on one of 17 Proven Currency Strategies by Mario Singh.

Order_EA is a simple visual oriented program that uses drag & drop scripts to control order processing.

1...14151617181920212223242526272829