Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter ü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 - 19

Kod ekle

The simplest EA based on the fractal RSI.

The Exp_ttm-trend_ReOpen trading system based on the signals of the ttm-trend indicator with trend following scaling.

Opening a position opposite to the closed one. Trades are processed in the OnTradeTransaction function.

Works with pending Buy Stop and Sell Stop orders. The EA uses the iMA (Moving Average, MA) indicator with a VERY large period equal to 590.

The EA waits for the price to pass XXX points within NNN ticks.

A trading system based on object Fibonacci Lines (OBJ_FIBO) and on indicator Resistance & Support

An Expert Advisor based on indicator iADX (Average Directional Movement Index, ADX).

Another variation of the strategy based on the current candle being higher or lower than the previous one

The Expert Advisor uses Buy Stop and Sell Stop pending orders. Martingale.

A trading system based on breaking through iFractals

Forex Trade Manager MT5 simplifies managing open orders in MetaTrader 5.

Bu bölümde Relative Strength Index (RSI) göstergesiyle onaylı olarak 3 kara karga / 3 beyaz asker 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 trading system based on the signals taken from the Arrows_Curves indicator

The trading system based on the signals taken from the BrakeExp semaphore, signal, trend indicator

The Expert Advisor analyses many Moving Averages from three timeframes

The simplest robot that buys and sells!

The Exp_CronexAO EA is based on the signals generated by the CronexAO oscillator.

The Exp_SlopeDirectionLine EA is based on the signals of the SlopeDirectionLine trend indicator.

The HVR indicator with the timeframe selection option available in the input parameters.

The Exp_MA_Rounding_Candle Expert Advisor is based on the MA_Rounding_Candle indicator candlestick color change.

Trading system using the ColorMETRO_Stochastic indicator.

Exp_Directed_Movement is based on the change of color of ROC2_VG indicator.

Trading based on the ZeroLag MACD custom indicator.

Trading based on two indicators: iAlligator (Alligator).

The Expert Advisor opens or closes positions at the intersection of lines.

An assessment is made based on the values of five indicators (Gator, WPR, AC, DeMarker and RSI). Uses trapezoidal membership functions. Before sending a trade request, it checks if funds on the account are enough.

This utility program records tick quotes in the CSV and BIN format. A flexible set of symbols is available for writing.

A trading strategy based on RSI and Bollinger Bands.

A trading system based on the Stopreversal indicator signals.

An Expert Advisor based on "KDJ Indicator"

The Expert Advisor is based on Puria method with a few changes. It uses two iMA (Moving Average, MA) indicators and one iMACD (Moving Average Convergence/Divergence, MACD).

An Expert Advisor based on indicator Renko Level

Increasing a position volume. Entry signal by iDeMarker (DeMarker, DeM) indicator. Regular trailing and trailing by equity.

Grid of Stop and Limit pending orders.

The Expert Advisor based on the BullsBearsEyesindicator custom indicator

Working with pending Buy stop and Sell stop orders. Martingale.

The EA uses two indicators iMA (Moving Average, MA), Fast and Slow, and one indicator iBands (Bollinger Bands, BB).

This code snippet implements a dynamic risk management strategy for existing trades. It focuses on closing trades based on profit or loss thresholds and employs a trailing stop loss to lock in profits as the trade moves favorably. The strategy helps manage risk and enhance profitability in a streamlined manner.

Expert Advisor based on three moving averages and exit using Stop Loss or Take Profit. It sets up an entry with the trend.

Trade direction is chosen based on a random number generator. Stop Loss and Take Profit are set based on the random number generator. Lot calculation based on the risk value as a percentage of free margin. The code contains protection against the "not enough money" error.

1...121314151617181920212223242526...37