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?

MetaTrader 4 için MQL4 kaynak kodu kütüphanesi - 7

icon

Bu en büyük kütüphanede ücretsiz Uzman Danışmanların, teknik göstergelerin ve komut dosyalarının kodları yer almaktadır. Mevcut uygulamalarla otomatik modda ticaret yapabilir ve fiyat hareketlerini analiz edebilirsiniz. Finansal piyasa hareketleri hakkında daha fazla bilgi edinmek için kod kütüphanesini kullanın.

Ücretsiz uygulamaları indirin, test edin ve MetaTrader 4'ünüzde çalıştırın. Bu uygulamalara MetaTrader 4 platformundan ve MetaEditor geliştirme ortamından erişebilirsiniz.

Kod ekle

Center of Gravity, John F. Ehlers tarafından geliştirilen ve Stocks & Commodities dergisindeki makalesinde (Mayıs 2002) sunulan bir osilatördür.

Spearman's Rank Correlation, değişkenler arasındaki ilişkiyi istatistiksel olarak incelemek için kullanılan parametrik olmayan bir yöntemdir. Burada, iki sayısal dizi arasındaki gerçek paralellik derecesi belirlenir.

Williams' A/D göstergesi, pozitif "birikimsel" ve negatif "dağılımsal" fiyat hareketlerinin kümülatif toplamıdır.

Larry Williams tarafından sunulan Ultimate Oscillator, kısa, orta ve uzun periyotlara sahip üç Stochastic Oscillator göstergenin değerlerinin ağırlıklı ortalamasıdır.

On Balance Volume (OBV) gibi Price and Volume Trend (PVT) göstergesi, kapanış fiyatlarındaki değişimler dikkate alınarak hesaplanan işlem hacmi değerlerinin kümülatif toplamıdır.

Gösterge, en eski klasik göstergelerden biri olan ROC'a eşdeğerdir. VROC'ta fiyatlar yerine hacimler kullanılır.

Mass Index, yüksek ve düşük fiyatları arasındaki farkta meydana gelen değişimlere dayalı olarak trend dönüşlerinin tespiti için tasarlanmıştır. Fark genişlerse Mass Index yükselir; fark daralırsa, Mass Index düşer.

Chaikin Volatility göstergesi, yüksek ve düşük fiyatları arasındaki farkta meydana gelen değişimleri hesaplar. Yüksek ve düşük arasındaki aralığın genişliğine bağlı olarak volatiliteyi yansıtır.

Accumulative Swing Index, vadeli işlemleri analiz etmek için kullanılır.

Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA,TEMA and Rainbow indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.

Not sure if anyone need this. Just showing the angle of the MA of current and adjacent candle.

Adaptive momentum oscillator idea from David Varadi.

Just a Basic Functions For BreakEven.

A second version of GARCH volatility indicator of https://www.mql5.com/en/code/11776.

Due to recent popularity of Multi currencies EA, This codes allows to Close Orders or delete Pending orders of a Multi Currencies EA, Single Currency EA or Manual orders.

Developed by John Ehlers, the RSI-based inverse Fisher Transform is used to help clearly define trigger points. The normal RSI indicator is calculated and adjusted so that the values are centered around zero. The inverse transform is then applied to these values.

This is an MT4 indicator which generates signals based on Bollinger bands crossover with price.

This is an EA to generate signals based on RSI signal crossing the upper level or lower level.

This code can be used to find highest high and lowest low of a chart for a given period.

This indicator plots multiple signals based on MACD main and signal lines.

This code identifies highest high and lowest low in the neighbourhood.

This indicator compares the main and signals line of the stochastic indicator and marks the sam eon the respective bars on chart.

This code can be used to create rectangles on chart.

This EA demonstrates how to implement martingale based on signals from any indicator.

This is an EA based on Bollinger band crossover with prices.

This is an EA using RVI crossover.

This EA demonstrates placing orders, modify orders and then closing orders after a fixed interval.

This EA places buy trades based on trend of last 5 candles.

This code can be used to read csv files and separate string based on a separator token.

This is a RVI crossover indicator.

This is a WPR crossover indicator based signal generating indicator.

This is a ADX crossover based Indicator.

This code can be used to take screenshot from code itself at any particular desired time.

This is a multi timeframe dashboard scanner for RSI and Stochastic.

This EA is based on upper and lower Bollinger bands.

This is an indicator based on tolerance for highs of two candles.

This is an Indicator based on MA crossover.

This is an EA based on Moving average crossover.

This is a simple code to draw triangle on chart connecting open and close of different candles.

This Indicator will plot bullish and bearish candles in separate colors.

1234567891011121314...101