Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Accedi al CodeBase dal tuo terminale MetaTrader 5
Non hai trovato il codice che fa per te? Ordinane uno dalla sezione Freelance
Come scrivere un Expert Advisor o un indicatore

I migliori Expert Advisors per MetaTrader5 in base ai giudizi degli utenti - 8

Invia il tuo codice

Semplificazione del trading manuale e della manutenzione delle posizioni

Un esempio di utilizzo della DLL per lavorare con le funzioni di File Mapping. In questo esempio, l'Expert Advisor lanciato crea un file virtuale in memoria e inizia ad aggiornare la quotazione del simbolo. Quando si lanciano gli EA in altri terminali, questi aprono il file creato e iniziano ad aggiornarvi le loro quotazioni. In questo modo, gli Expert Advisor scambiano le loro quotazioni attraverso un file comune.

The Expert Advisor drawn on the basis of the TrendEnvelopes semaphore, signal indicator

Works based on the iMACD (MACD) indicators

The Expert Advisor plays sound alerts when candlestick size exceeds a certain value.

Crossing of the two iMAs. Lot calculation based on the risk value as a percentage of margin.

Averaging of values (RSI) using MovingAverages.mqh. Two MA indicators.

The trading system is based on iMACD (Moving Average Convergence/Divergence, MACD) and iStochastic (Stochastic Oscillator)

Information about profit, points, percent, spread and time remaining until the close the bar on the current currency pair and timeframe in a compact and convenient form.

Trend-following trading system Exp_AbsolutelyNoLagLwma_X2 based on the signals of two indicators AbsolutelyNoLagLwma

Virtual Trailing Stop.

Stop loss and take profit initial setting. Trailing.

An Expert Advisor based on iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD). Averaging positions, in case of a loss. Improvement of the version 1.0

The strategy is based on two indicators calculated on two timeframes: iAO (Awesome Oscillator, AO) on the D1 TF and iStochastic (Stochastic Oscillator, Stoh) on H1.

to display trade history files(.csv) on charts.

Vengono presi in considerazione i segnali di trading basati sul pattern di candele "Bullish Harami/Bearish Harami", confermato dall'indicatore Commodity Channel Index (CCI). Il codice dell'Expert Advisor basato su questa strategia può essere generato automaticamente utilizzando il Wizard MQL5.

A trading system using the AltrTrend_Signal_v2_2 semaphore signal indicator.

Well Martin EA is based on two indicators: Bollinger Bands and ADX.

Night scalper, trades until 0 am terminal time within a narrow range.

The Exp_Delta_MFI Expert Advisor is based on the Delta_MFI indicator color change.

The Exp_2pbIdealMA EA is based on the crossing of Moving Averages with position scaling according to the trend.

The Expert Advisor uses the iStochastic (Stochastic) Oscillator, iWPR (Larry Williams' Percent Range) indicators.

The Exp_ChandelExitSign_ReOpen trading system based on the signals of the ChandelExitSign indicator with trend following scaling.

The Expert Advisor closes all the current symbol positions opened on the account, if the current server time has exceeded the time limit specified in the input variables.

The EA uses the following indicators: iADX (Average Directional Movement Index, ADX), two iMAs (Moving Average,MA) - one indicator at CLOSE prices and another one at OPEN prices, iOsMA (Moving Average of Oscillator, OsMA).

Introducendo l'esempio di visualizzazione dei risultati di ottimizzazione in tempo reale ( dinamica della curva di bilancio e parametri statistici dell' Expert Advisor ).

Trading system based on the signals of the PA_Oscillator indicator.

A trading system based on the signals of the WPR_Histogram indicator.

Trading system based on Elliott_Wave_Oscillator indicator signals.

Simple code that illustrates trading based on the OnTimer event. When the timer triggers, the robot alternately performs buy and sell deals with fixed stop loss and take profit values.

An example of creating a trade panel using the MasterWindows library.

The Exp_i-SpectrAnalysis_RVI EA is based on the signals generated by the i-SpectrAnalysis_RVI oscillator.

The Exp_RVIDiff Expert Advisor is based on change of direction of the RVIDiff indicator.

The Exp_CenterOfGravityCandles Expert Advisor is based on signals of the CenterOfGravityCandles indicator.

The Expert Advisor moves a position to a breakeven when a predefined profit is reached.

The Exp_AdaptiveCGOscillator_X2 trend trading system based on the signals from two AdaptiveCGOscillator indicators.

Modification of StopLoss of any positions. Trailing. Trailing.

Two identical trading systems (for long and short positions) based on the signals of indicator SilverTrend, which can be configured in different ways within one Expert Advisor.

Nella versione standard del terminale è presente un gestore di tick a valuta singola OnTick(). Qui offriamo una variante di gestore di tick multivaluta.

Si considerano i segnali di trading basati sull'incrocio dei prezzi con l'indicatore di media mobile (CSignalMA da MQL5 Standard Library). Il codice dell'Expert Advisor basato su questa strategia può essere generato automaticamente utilizzando il Wizard MQL5.

123456789101112131415...40