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?

MetaTrader 4 için MQL4 teknik gösterge kaynak kodları - 7

icon

MetaTrader 4 için MQL4 teknik göstergeleri kütüphanesi. Piyasadan bağımsız olarak (forex, menkul kıymetler veya emtia piyasası), göstergeler, kolay algılama için fiyatların anlaşılabilir bir biçimde sunulmasına yardımcı olur.

Bu bölümde, finansal piyasaları farklı algoritmalar kullanarak analiz eden binlerce uygulama yer almaktadır. Bu uygulamalar geleneksel olarak birkaç kategoriye ayrılabilir: trend göstergeleri, osilatörler, hacim göstergeleri vb. Ayrıca, ünlü finansçıların algoritmalarına dayalı göstergeler de bulunmaktadır. Örneğin, Bill Williams göstergeleri ve benzerleri. Bunların tamamı, güvenilirlik, etkinlik, gecikme vb. farklı parametrelerle karakterize edilir. Teknik analiz için 2000'den fazla gösterge mevcuttur: trend göstergeleri, geri dönüş göstergeleri, seviye göstergeleri, öngörücüler, scalping göstergeleri vb.

Kod ekle

Moving Average Cloud draws 4 MAs on chart simultaneously in histogram style.

Displays the current timeframe and symbol name in large font on the chart background. Useful when hopping between several charts with different symbols at the same time.

Dynamic pivots - any time frame

Limit channels - with states - metatrader 4 version

Show Orders History On Chart

ATR based limit channels - metatrader 4 version

DMH

Directional Movement using Hann windowing - metatrader 4 version

MyRsi with Noise Elimination Technology - by John Ehlers : metatrader 4 version

MyRsi - by John Ehlers : metatrader 4 version

Two RSI indicator periods smoothed and displayed as histogram.

Nadaraya-Watson estimator - metatrader 4 version

G channel is a channel indicator with 3 lines- a middle line representing a central tendency and 2 Upper and Lower boundaries calculated based on the past values of same indicator. Its based on the paper "Recursive Bands - A New Indicator For Technical Analysis" by Alex Grover and is a code conversion from TradingView. The channel breakout of Upper or Lower boundaries represent a new trend or trend continuation while narrowing of bands represents ranging or low volatility conditions. The channel can prove to be a good indicator of a trend direction and also a guide for trailing of stop loss. It has only 2 variables. Channel period - default set to 100. Price type.

ATR with 4 smoothing options : RMA, EMA, WMA, SMA

Sharing this trend indicator made by me. Called "Timeframe Flow". It will draw a user defined higher time-frame candle on every shift on your current time-frame. Meaning you can have H4, H12 or D1 candles on every shift of your H1 Charts. Or you can have D2, D3 or D5 candles on every shift of your Daily Charts. Combined with the current time-frame ATR Bands, you have a trend indicator with some filter. You may also use the Mid Line crosses as exit( Calculated using Higher timeframe candles displayed in the indicator(Close + Open)/2 ).

Building good trading habits by seeing things in terms of percentage not in terms of money.

Determines when market price is smooth or rough

Displays direction of volatility and volume

This indicator is used for identifying extrema of different degrees.

Volatility indicator

The Momentum-based Adaptive Channel is a version of the adaptive channel based on the Euclidean distance. It is designed to adapt according to the dynamic market as needed.

The FM Demodulation Indicator tracks the timing of price variations.

Building good trading habits by seeing things in terms of percentage not in terms of money.

Clone of Smart Envelope from tradingview

Redrawing trading position for history data and current trading position

This RSI stop and reverse indicator makes use of RSI on price v2 code. If required the RSI level bands can be hidden.

RSI levels rendered on price as bands V2. This updated version now mirrors the same RSI level inputs. The RSI 70 level line is blue The RSI 50 level line is gray The RSI 30 level line is red Length and Levels are adjustable

RSI levels rendered on price as bands

Give the return zone of the MACD Zero Lag

Draws Pivot Points Formulas

Braid Filter indicator of Robert Hill stocks and commodities magazine 2006

Draws two labels: High-Close and Low-Close range of the last closed candle left of the current candle

The currency strength meter is a trading tool that is used to identify trending and consolidating markets based on the percentage rate of change in price from one period to the next.

The breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breakout

Colored volumes at the bottom of the chart

Corrected moving averages

Relative volume trend

Relative price trend

RSI dual features Cutler RSI with standard RSI full formulas

Clarity index is a purely volume based indicator which is constructed on basis of volume, range and positive/negative candle count. It reflects the strength of trend with respect to volume.

1234567891011121314...63