Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Accédez à la CodeBase depuis votre terminal MetaTrader 5
Vous n'avez pas trouvé le bon code ? Commandez-le dans la section Freelance
Comment rédiger un Expert Advisor ou un indicateur

Les meilleurs Expert Advisors pour MetaTrader 4 selon les notes des utilisateurs - 7

Soumettre votre code

A basic ea template with trailing stop for further development

The Cyclops follows the Cycleidentifier indicator, plus SMA and RSI for filter. It is taking a trade when the indi shows a bold two spike. The filter is suppose to confirm with that but the repaint of the spike seems to make this a Martingale effort.

The EA opens transactions when RSI is Upper or Below 50

The Expert Advisor opens an order by the trading strategy, places a take profit and a stop loss It protects the position by moving the stop loss to breakeven, and maintains it with a trailing stop.

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

Simple program using the moving average as bias and providing many trade and money management options.

An antimartingale which tries to maximise the gain/risk ratio. I have a 5 digits account, let me know if you have any problem with this.

This template code contains basic features and functions required for the developing the Expert Advisor.

The Expert Advisor is based on the "On the MaZi" strategy.

Expert Advisor created using hedge function and the moving average indicator.

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

The awo Holidays EA reports the status of the next day: working day, weekend or holiday.

The Expert Advisor that gains profit from the positive swaps + multi-currency arbitrage tactics.

The Dealers Trade v 7.51 RIVOT EA is based on the algorithm of multi-lot scalping. The EA has been repeatedly tested on a live account.

An expert advisor that makes a decision on the basis of the indistinc logic (so-called Fuzzy logic). The A. Nedosekin's (http://sedok.narod.ru/scoring_USA.html) materials were used during the development of the classificator and the resultant for ranks.

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.

Expert advisor that trade in the trend of EMA and buy/sell signals get from Williams %R

A 15min intrday trading strategy

My first trading System using simple pattern.

Mail all order status periodically.

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.

Stores and implements a basic hidden Stop Loss and Take Profit system.

The new version of the Mc_valute_v8_final EA. It works well on a flat market.

It is realized by the Trade Sistem on breakdown of day time levels which pay off on indicator Pivot

EA trades on a large market movements, and does not uses any indicators.

This code is an Alternative of the missing OnTrade() event in MQL4.

When the current price is below trendlines, EA will wait for upward breakout, and vice versa.

Not really profitable but the code fits on one page.

It looks for the strongest and for the weakest currency pairs using Cluster analysis

Modification of the first version of the grid EA.

Opens specified trades at the specified time

EA depend on distances for 9 orders opened with condition of Stoc 4H >80 sell &

The Moving Average indicator data is used for trading. If the price goes away from the Moving Average by a certain number of points, then an order is placed in the direction of the Moving Average line.

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

Powered by level equal to a whole cents (1.38 1.39 1.40 etc.)

Elementary trailing stop able to distinguish its "own" orders among others by comment and/or Magic number. It also distinguishes the financial instrument that needs to be trailed.

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

Copying utility with minimal functionality.

The example of multicurrency hedging implementation on a single chart in Metatrader 4.

1234567891011121314...29