Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram ü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 en iyi MQL4 ve MQL5 kaynak kodları - 27

Kod ekle

Extreme TMA Line indicator

Generalized double DEMA

ATRStops_v1 indicator in the candle form

Ehler's Center of Gravity indicator

Trend intensity index

Adaptive Moving Average - AMA - as described by Vitali Apirine

This is a working singleton code example. The sole purpose of this post is to provide a working code sample of a singleton object. A singleton object is created when there 'can be only one' of the object. This is accomplished by making an object's constructor private, and ensuring assignment and copy operations are also private. I was working on an EA and identified that an object should never have more than one copy. I don't expect the EA to ever get large enough for it to actually matter that a singleton is used, but I like the clarity in the code for the object's type. The code follows closely the tutorial at http://www.yolinux.com/TUTORIALS/C++Singleton.html.

Ichimoku beginner tutorial to learn how to code in MQL5

This Indicator creates automatically a Risk/Reward Box on you all opened chart base on High, Low price with the old candles. You can use it easily to drag and change size and price to your desire wanted.

Bu Fibonacci Bollinger Bantları göstergesi, Pine Script'ten (Rashad tarafından) MQL5 diline bir dönüştürmedir.

Zaman serisi analizi ve tahmini için kullanılan Genelleştirilmiş Oto Regresif Koşullu Heteroskedastisite (GARCH) istatistiksel modeline dayanan bir eşik çizgisine sahip volatilite göstergesi.

Demarker (DeM) göstergesi, mevcut çubuğun yüksek fiyatının önceki çubuğun yüksek fiyatıyla karşılaştırılmasına dayanır. Gösterge 30'un altına düştüğünde, fiyatların yukarı yönlü hareket etmesi beklenir. Gösterge 70'in üzerine çıktığında ise, fiyatların aşağı yönlü hareket etmesi beklenir.

Gösterge, geri dönüş çubuğunu takip eden çubukları vurgular.

Heiken Ashi göstergesi, gerçek fiyatlara değil, Açılış, Yüksek, Düşük, Kapanış fiyatlarına uygulanan uyarlanabilir ortalamanın okumalarına dayanır.

Grafik üzerinde anlaşmaların geçmişini görüntüleyin.

Bu bölümde Commodity Channel Index (CCI) 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.

Bu bölümde Stochastic Oscillator 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.

DRAW_COLOR_LINE çizim stili, gösterge arabelleğinin değerlerine göre, farklı renklere sahip çizgi çizer.

MACD üzerine bindirilmiş RSI göstergesi, mevcut fiyatın farklılığını çok net bir şekilde göstermektedir.

Gösterge, grafikteki renkli noktalarla alım ve satım için alım satım sinyalleri verir ve mesajlar görüntüler.

Basit ama net bir trend göstergesi.

Four-colored histogram of OsMA (Moving Average of Oscillator) allowing to implement different smoothing algorithms.

Mikahekin can be called a complete analytical block rather than just an indicator. The color of bars shows a trend direction and their height indicates a trend power. Blue and magenta dots show trailing-stop levels for long and short positions, respectively.

This indicator shows the simple clock in comment.

Modification of Bollinger Bands ® trend indicator.

The simple script for deleting all graphical objects from a financial asset chart. It can be useful, in case the chart is overcrowded by objects that are not needed anymore.

CADOnArray class is designed for calculation of AD (Accumulation Distribution, A/D) values on indicator buffers. Test_ADOnArray indicator is provided as the example of the class use.

Script for the charts simultaneous scrolling.

The indicator draws a grid of eight stochastic oscillators on one chart with the possibility to change the number of displayed lines.

BykovTrend_HTF_Signal shows a trend direction or a signal for performing a deal generated by BykovTrend indicator as a graphic object with colored trend indication or deal direction.

SilverTrend_HTF_Signal shows a trend direction or a signal for performing a deal generated by SilverTrend_Signal indicator as a graphic object with colored trend indication or deal direction.

Trading signals module for MQL5 Wizard. Go indicator's color arrow serves as a market entry signal.

Trading signals module for MQL5 Wizard. Sidus indicator's color arrow serves as a market entry signal.

The Expert Advisor is based on EMA_RSI_VA indicator.

Same RSI and Dem but more sensitive one.

The function that decrypts the code of the trade operation result for the functions OrderSend() and OrderCheck().

Multicolor modification of Fast ZigZag.

The Exp_JBrainSig1_UltraRSI Expert Advisor uses the values of JBrainTrend1Sig and UltraRSI indicators to analyze the market state.

The IndMATEMA indicator is based on crossing of two MA and two TEMA on close and open prices of bars.

Alternative trend indicator based on the breakthrough pattern of closing the previous bars extremums

1...202122232425262728293031323334...191