Mira cómo descargar robots gratis
¡Búscanos en Telegram!
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 - 2

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

Checking the Cross of First Two lines of the Ichimoku Indicator

An Efficient EA to notify breakouts

Only successfully tested on INSTAFOREX broker, InstaForex-Europe.com server 5 digits, pair EURGBP daily, leverage 1:1000, with free swap account.

Adaptive grid expert for mt4

Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.

Due to recent popularity of Multi currencies EA, This codes allows to Close Orders or delete Pending orders of a Multi Currencies EA, Single Currency EA or Manual orders.

This is an EA to generate signals based on RSI signal crossing the upper level or lower level.

This EA demonstrates how to implement martingale based on signals from any indicator.

This is an EA using RVI crossover.

This EA demonstrates placing orders, modify orders and then closing orders after a fixed interval.

This EA places buy trades based on trend of last 5 candles.

This code can be used to read csv files and separate string based on a separator token.

This EA is based on upper and lower Bollinger bands.

This is an EA based on Moving average crossover.

This code base is a simple function to check if current time lies within two specified times.

This code can be used to find out whether the symbol is a binary option symbol or not.

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 day only. This code takes two inputs, one is the start time and second is the end time. The code will check if the current time is in between start time and end time and will return accordingly.

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 takes care of various scenarios and shows error messages.

This code will give custom sound on alert on new bar.

This code places only one order every second ( not every tick )

This code help you get the time of an object created on a chart.

This EA will tell you the Depth Per Inch of your screen.

This code is used to create static object on MT4 charts which will not move along with the chart when you scroll the chart.

it gives you the name of the indicator which is attached to a chart.

This code simply prints the account details for a MT4 account.

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.

Read news from forex factory website by web request

Use trailing stop point with MT4

Es robot de trading automatico basado en Moving Average,Bulls Power, RSI y Parabolic Sar, que consiste en encenderlo en tendencias alcistas y bajistas, con el parametro de 1h o 4h. Modo de activar: Para tendencias bajistas : colocar el robot en Posiciones Cortas, Para tendencias alcistas : colocar el robot en posiciones largas. -Puede modificar también el volumen de lotes por operación, ya esta predeterminada para 0.01, pero usted puede elegir cambiar al que desee, dependiendo del capital que tenga. Recomendacion, abrir grafico con el probador de estrategias y asi saldran todas las configuraciones, guiarse con la tendencia, usted puede trazar lineas de tendencias y verificar que sea una bajista o alcista, de ese modo activar el trading automatico y el operara, recomiendo parar el trading automatico cuando haya cambio de tendencia. y operar con mas de 50$ de capital.

Turn your losing trade into winning trade with Zone Recovery Hedge

Candle cross either of three lines.

Have you ever wanted to add another trade only after the previous has been modified by either trailing stop or even break even , This code will help you to be able to implement that

trending breakout

candle pattern

macd divergence and rsi

Checks a trading robot must pass

candle cross 3 moving averages

Tipu MACD EA is a simple EA created to automate buy/sell orders based on the MACD indicator. You can automate entries and manage trades. This EA comes with many useful functions that can used to by anyone to create their own EA.

I started to create a simple trading panel to switch between pairs and timeframes. and next version, I will add trading features and manage orders.

123456789...29