Mira cómo descargar robots gratis
¡Búscanos en Twitter!
Pon "Me gusta" y sigue las noticias
Acceda a CodeBase desde el terminal MetaTrader 5
¿No ha encontrado el código necesario? Deje su pedido en la sección Trabajo
Cómo escribir un Asesor Experto o un Indicador

Asesores Expertos para MetaTrader 4 con los códigos fuente - 9

icon

En la sección de los Asesores Expertos se encuentra una gran cantidad de aplicaciones que automatizan su análisis y el trading. Aquí encontrará una variedad de aplicaciones que disponen de diferentes algoritmos comerciales y ofrecen distintos grados de automatización. Hay tanto los Asesores Expertos bastante simples, como los robots comerciales sumamente complejos y capaces de automatizar los procesos analíticos y comerciales al cien por cien.

Usted puede descargar estas aplicaciones e iniciarlas en MetaTrader 4. Antes de empezar a usar los Asesores Expertos, se recomienda probar y optimizarlos en el Probador de estrategias comerciales. El acceso a los Asesores Expertos de la librería también se puede realizar desde la plataforma MetaTrader 4 y el entorno de desarrollo MetaEditor.

Añadir código

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.

The title contains the idea based on observations of the market regularities. It has been written for the CHF/USD pair.

The EA is based on Stochastic as well as CCI. It uses the fact that a reversal happens when the limits are broken, for cci - 120 and -120, for stoch - 70 and 30. Buys when the lower levels are broken, sells when the upper levels are broken.

The EA suggests the optimal lot size depending on the deposit size.

12345678910111213141516...29