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 - 9

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

Example of a simple breakout trading robot. There are a lot of breakout methods, but this is the simplest one as I think. Please see the attached images to visualize what is the breakout trading...

Expert Advisor to trade Yen Crosses based on Major Pairs and USDJPY divergence/convergence.

Code example of MACD automated with advanced money management function.

The same EA's as previously released. The additional code allows the user to set parameters on RSI and Momentum.

An EA fully based on the Ichimoku Kinko Hyo system.

Template EA that downloads news without the use of DLL.

The Expert Advisor that moves the stop loss to breakeven after reaching certain profit.

The Expert Advisor that performs order trailing after reaching certain profit.

The Expert Advisor is designed for placing managing grids.

Sells at downward crossing of 70, buys at the upward crossing of 30.

The Expert Advisor places pending limit orders at the specified distance from the price and trails them after the price with the specified step, applies martingale.

The Expert Advisor opens positions after the price passes the specified distance. 1 step up - sells, 1 step down - buys.

The SAW_system_1 Expert Advisor places pending orders on the basis of the volatility for the last N days.

An example of creating a trade panel using the MasterWindows library.

After a loss, the EA opens orders with stop levels increased by the coefficient.

Martingale grid EA. The main idea of the EA is not in accurate entries, but in flexible plotting of grids.

This is a great beginners' example of the function OnChartEvent() & creating objects on the chart to access them for some tasks.

Two EA's. One places Stop orders the other places Limit orders.

Renko chart generator using the tick values.

This EA uses different indicators: ADX, Stochatisc, Accelerator... This EA is optimized for USDJPY TF H4, but it can work on others if you optimize it.

Simple way to encode and decode using Base64.

The EA is based on 5 MAs: 10-, 20-, 50-, 100-, 200- period and + ADX (the main line)

Expert Advisor based on the Sidus indicator.

Expert Advisor for trend trading with lot increase

Trailing stop by balance

Rebound pipsing within a daily channel

works on the movement continuation with position inversion after closure

It can be used as a standalone EA or as a method of recovery from losses

Excellent trailing expert. I have been using it for a long time - I recommend it!

Simple Expert Advisor that simultaneously opens two positions in different directions, provided that the stop loss of the losing position triggers 5 points earlier than the take profit of the profitable one.

It can be combined with any indicator to get an expert

The Expert Advisor uses a certain candlestick pattern and Stochastic.

This EA considers an example of classifier usage. It can be applied to any other strategy.

I had thought about selling it, but my conscience did not allow that. I had worked on it for more than 2 months.

MA with a price.

Good EA, good optimization results. The unfailing EUR/USD pair and H1 timeframe.

The idea has existed for a long time - based on the "Conservative intraday scalping" strategy, but I could not find a suitable indicator in MT4... Integration of the custom indicator to the EA.

New versions of the exp_iCustom Expert Advisor, which works with any Custom indicator, and draws buy/sell arrows.

EA based on MA. As easy as pie :)

The Expert Advisor fills the missing bars on the chart with "dashes" (Dojis) — bars which have O=H=L=C.

12345678910111213141516...29