Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook üzerinde bulun!
Fan sayfamıza katılın
MetaTrader 5 terminalinizden Kod Tabanına erişin
Doğru kodu bulamadınız mı? Freelance bölümünden sipariş edin
Bir Uzman Danışman veya gösterge nasıl yazılır?

Kullanıcı derecelendirmelerine göre MetaTrader 5 için en iyi Uzman Danışmanlar - 15

Kod ekle

The EA performs initial opening in both directions. Then it tries to pull the remaining side into profit.

The trading system based on CandleStop_System indicator signals with the possibility to set a fixed position holding time.

An Expert Advisor based on the iWPR (Williams' Percent Range, %R) indicator with the operation time control.

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

The Expert Advisor uses iMA (Moving Average, MA), iAO (Awesome Oscillator, AO) and custom Laguerre indicators.

RSI EA - trading based on overbought/oversold zones determined by the iRSI (Relative Strength Index, RSI) indicator.

This code block loops through all opened position and do trailing based on Ask and Bid prices.

Bu bölümde Relative Strength Index (RSI) göstergesiyle onaylı olarak boğa tipi harami / ayı tipi harami mum modellerine dayalı ticaret sinyalleri açıklanmaktadır. Bu stratejiye dayalı olan Uzman Danışman kodu, MQL5 Sihirbazı kullanılarak otomatik olarak oluşturulabilir.

The Exp_Instantaneous_TrendFilter Expert Advisor enters the market when the Instantaneous_TrendFilter indicator cloud changes its color.

The extensive use of standard library classes and the uniform code for data acquisition from iMACD, iStochastic, iSAR and iMomentum indicators.

Simultaneous opening of oppositely directed positions

Three indicators from different timeframes: iMACD (Moving Average Convergence/Divergence, MACD), iAlligator (Alligator), and iRSI (Relative Strength Index, RSI)

The eInTradePanel is a panel for manual trading, it has some useful functions. It needs the minimum space on the chart.

Bu bölümde Commodity Channel Index (CCI) göstergesiyle onaylı olarak çekiç / asılı adam mum modellerine dayalı ticaret sinyalleri açıklanmaktadır. Bu stratejiye dayalı olan Uzman Danışman kodu, MQL5 Sihirbazı kullanılarak otomatik olarak oluşturulabilir.

Bu bölümde Stochastic Oscillator göstergesiyle onaylı olarak tüm terse dönüş mum modellerinin kombine kullanımına dayalı ticaret sinyalleri açıklanmaktadır.

IREA is an automated trade algorithm based on the idea of that an unusual impact in price changes will be adjusted by an inverse movement.

The Exp_ColorZerolagRVI Expert Advisor enters the market when the ColorZerolagRVI indicator cloud changes its color.

The Exp_DecEMA Expert Advisor is based on the reversal of the DecEMA moving average direction.

Trading system based on the signals of the Laguerre_ROC indicator.

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

Analyzing iBullsPower and iBearsPower indicators on the first bar.

An Expert Advisor for 4 currency pairs, including EURUSD, GBPUSD, USDCHF and USDJPY. It is based on four-hour moving averages.

The trading system is based on the NRTR_ATR_STOP indicator signals.

The Price Channel trading system.

Universal trailing of positions and pending orders.

A trading system based on indicator signals Parabolic Stop and Reverse system with the possibility to set a fixed position holding time.

Exp_XHullTrend_Digit is based on signals generated by XHullTrend_Digit indicator

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

Brief Description

The trading system based on SpearmanRankCorrelation_Histogram indicator signals

The DD_Relative function calculates the drawdown (relative loss) of the current trading account in percentage. To do this, it uses the Current_LossOrProfit() function to get the current profit or loss for all open positions and divides it by the current account balance. The result is rounded to two decimal places and displayed in the chart comment. The Current_LossOrProfit() function loops through all open positions in the account and adds the commission, swap, and current profit or loss for each position. The result is rounded to two decimal places and returned as the current profit or loss of all open positions.

The Expert Advisor used on such indicators as the Moving Average, the CCI, stochastic

Trading system based on the signals of the Dots indicator.

The Exp_ColorZerolagMomentum_X2 trend trading system based on the signals from two ColorZerolagMomentum indicators.

An Expert Advisor based on the "RPoint" indicator. The chart layout in X-points reversal. A high-quality ZigZag based on HiLo.

The Expert Advisor trades based on signals generated by Stochastic Oscillator. Averaging. A limited number of positions. Trailing.

A strategy based on iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD).

A further development of code "Dealers Trade v 7.74 MACD" (https://www.mql5.com/en/code/19535). "Zero-lag MACD" (https://www.mql5.com/en/code/170) is used. When the number of positions increases, the following is also increased: step between positions, lot size, take profit (martingale).

The EA waits for a gap on a specified timeframe.

Have a look at the daily bar #1. Position trailing.

1...8910111213141516171819202122...36