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

Soumettre votre code

This isn't an operating EA, but profit management EA.

This is my first Expert Advisor so please give feedback on how I can improve it to make the best possible EA. Thanks for the inputs in advance and happy trading.

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

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.

The Expert Advisor watches the market orders and generates a sound signal after a predefined time from the moment of order opening.

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

1 Click "Close All" button to close all your positions (regardless of the pair) will be closed at once.

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

Expert Advisor for pyramiding into big and fast market movements.

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

Ichimoku EA trades with "Ichimoku " and "Parabolic" indicators,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.

1H Bolinger Bands EA trades according to the "Bolinger Bands" indicator and two MA's,has Trailing Stop Loss &Take Profit works best on 1H and 4H time frame major forex pairs and stocks NASDAQ.

"Harami" trades with 2 Moving Averages and an Harami pattern has Trailing Stop Loss &Take Profit works on 4H & 1D time frames major forex pairs and stocks NASDAQ.

"Andrews Pitchfork" EA draws Andrews Pitchfork on chart and trades with its trend,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.

This is strictly for daily chart and any symbol with spread low enough for its operation

With "Cycle Lines" EA you can draw Cycle Lines on the chart and trade with price breakthrough,has 3 buttons for manual trading and allows to predetermine trailing stoploss & take profit, open and close all trades at once.

"Triangle" EA draws 2 Trend Lines with fractals on chart and trades When a triangle is formed,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.

Support and Resistance lines are used with the Standard Deviation indicator for generating trade signals.

Search for positive swaps.

This EA will scan all the open trades and then print the nth trade from the end

This EA will scan all the closed trades and then print the nth trade from the end

Implementation of a trading system based on divergence detection.

Simple EA, but such efficiency for the year 2007!

L'Expert Advisor Moving Average utilise une moyenne mobile pour la génération du signal de trading.

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

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 an H1 strategy. This EA will execute at the new bar if the last bar has broken through the point that we set.

The Expert Advisor places a grid of pending orders in both directions several minutes before the specified time and trails the Stop Loss order after the orders trigger.

neuronirvamanEA works with neural networks . stoplloss

Not really profitable but the code fits on one page.

This EA can do Grid trading and has useful functions for Gridtrading included

A Donchian Channel Strategy breakout EA Scalper. Best results at H1.

using Stochastic m5, m15 and m30

EA to find gaps in history data.

The SuperTake implements the strategy of Martingale by Take Profit.

This Expert Advisor uses three indicators: MA(150), RSI(3) with the levels of 80 and 20, Stochastic(6, 3, 3) with the levels of 70 and 30. The direction of opening deals is based on MA. Entry by RSI and Stochastic. Exit by Stochastic.

It is a recovery system implemented in EA. But you can copy it to any other EAs.

This EA will detect the buffers values of any indicator you want. Just type its name in the EA settings.

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

The script can apply the trailing function based on the portfolio profits, i.e. Stop Levels can be set upon reaching the total breakeven level of all the orders in the selected direction.

123456789101112131415...29