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

Codes sources MQL4 des Expert Advisors pour MetaTrader 4 - 5

icon

Diverses applications permettant d'automatiser l'analyse et le trading sont disponibles dans la section "Expert Advisors". Il propose diverses applications basées sur différents algorithmes de trading et offre différents degrés d'automatisation. Vous pouvez trouver des EA simples et des robots de trading complexes qui peuvent entièrement automatiser les processus d'analyse et de trading.

Ces applications peuvent être téléchargées et exécutées dans MetaTrader 4. Il est recommandé de tester et d'optimiser Expert Advisors dans le testeur de stratégie. Les Expert Advisors de la bibliothèque sont accessibles depuis la plateforme MetaTrader 4 et l'environnement de développement MetaEditor.

Soumettre votre code

A ready made expert adviser template to use for further development

Basic Template for Multicurrency Expert Advisors.

This EA is for testing No Nonsense Forex algos. With this EA you can test your algos much faster than eyeballing, using Soft4x or using any other EAs in Strategy tester.

Simple Trailing Stop EA with Trailing Steps and Trailing Start Point It includes Stoploss and TakeProfit too..

A ready made expert adviser template to use for further development or use 'as is'

PricerEA is a utility to help any trader to place pending orders (stop or limit) at a specific price.

These codes give you a list of currency pairs that have a positive and negative swap. This is useful when you do a Carry Trade strategy.

Dynamic Stop-Loss is a tool for traders who trade without a stop-loss. It gives the traders a trick to trade as if there is no stop-loss but actually using one.

Candle Cross above or below Conditions

Safe Trend Scalp is an automatic robot that trades with automatic Trend lines that ea crated with market history.

It's an expert to open and close orders on a specific day and time.

"X Man" EA uses Equity Stop from total Equity, you can use it as hedging grid EA or a single trade EA.

Classic "MACD Sample " EA with a little twist

The EA uses large volume orders to partially close other orders, with this approach, the breakeven and profit price is much closer to the current price than if you use all orders in the terminal or their full volumes.

Guide 'how to' make different expert adviser license protections

FIFO strategy When all the market movement makes you have lost, This ea makes a good profit with a little profit with many orders in a short time Just on a Candle.

This scalping EA demonstrates the use of a Virtual Pending order class library to simulate pending orders.

It's a two (2) pairs correlation system to use 3 currencies for make 2 pairs to open hedge orders on those.

It's an expert to use price action and trade level to open each order.

The "Gonna Scalp" EA is a scalper , works with all time frames major forex pairs and stocks NASDAQ.

Will scale up after N consec losses and will reset after same amount of consec wins

The "Smart AC Trader" EA trades with 2 moving averages , If we lose a trade then the EA will take a new trade with the opposite conditions

The "Martingale Smart" EA trades with 2 strategies , If we lose a trade then the EA will change strategy and take a new trade with a multiplied/increased lot size,

ROC

"ROC" EA Trades with "ROC" indicator, has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.

A basic ea template with trailing stop for further development

A ready made expert adviser template to use for further development or use 'as is'

Grid Template EA - A ready made expert adviser template to use for further development or use 'as is'

This expert is a tool to test any of my histo indicator (8) for testing and find better settings to trade.

The expert uses iFollowLine and iCompass indicators to generate signals.

5MinutesScalpingEA uses indicators (5) from 5MinutesScalpingSystem.

Expert works only with FolowLine indicator.

This expert uses iDoubleChannel indicator.

Detects intersections between MA3, MA20 and MA150.

It's a multi-currency grid and martingale system that can trade all input pairs from one chart.

NewsReleaseEA is an expert to trade about economic news uses pending orders.

This Expert Advisor is a pure scalping system.

This Expert Advisor is a pure hedging system.

Let say you have an EA and you want it to trade in between an interval of time but you do not have the source codes to modify the EA. This utility allows you to automatically enable or disable the automated trading button. You can use the codes as an EA, Indicator or script but I used as an EA. You can remove Ordersend command because I set it only for the codes to past the test but it is meaningless.

EA with candle size filter and scale on loss

A Price Time correlation model is used for Trend and Reversal trading

123456789101112...29