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ı - 59

Kod ekle

The Boa_ZigZag zigzag, with values displayed as fractal labels.

The BarTimer indicator implemented using the classes of libraries that were described in detail in the article "Custom indicators and infographics in CCanvas", using current timeframe data.

The scripts places multiple pending orders lower than the current price.

Gap searching indicator.

The Awesome Oscillator (AO) indicator with configurable parameters.

WVF

Williams' Vix Fix indicator

An indicator of volumes relative to the positive/negative price increment

This indicator uses TEMA calculation mode in order to make the lag lesser compared to the original Zero lag MA, and that makes this version even faster than the Zero lag DEMA too.

HMA

Alan Hull's Moving Average is a non-lagging moving average.

Heiken Ashi Zone Trade indicator is based on 3 indicators: Heiken Ashi, Accelerator Oscillator, and Awesome Oscillator.

The EA works in the quietest hours (upon closing the American session and before opening the Asian session).

Oscillator MACD Squeeze similar to indicator Trade The Markets Squeeze, but based on MACD.

Indicator of the difference between ADX and ADX as of N periods ago.

A trading strategy based on indicators iBands (Bollinger Bands, BB) and iRSI (Relative Strength Index, RSI).

RMI

Indicator RMI (Running Median Indicator) is a moving average with the "Running Median" filtering algorithm.

Indicator XPeriodCandle supplemented by Bollinger Bands, based on their candlesticks, and indicating with the bright candlestick color if the candlesticks go beyond the bands.

Synthetic Japanese candlesticks over the period defined in the indicator settings, calculating on each bar, based on the Bear_Bulls_Power_Candle indicator candlesticks.

The EA is based on two iMAs (Moving Average, MA) and iMomentum (Momentum) filter crossing.

Multi timeframe version of the Trend Trigger Factor indicator.

Deviation Oscillator - a volatility oscillator which represents a difference between the price and the MA, normalized within the selected range.

This version of Jurik Velocity extends the original by allowing you to change the "power" of the calculated averages used for velocity calculation.

Ultra Trend indicator that uses a "fast" (fast in response to market changes) Zero Lag DEMA for trend calculations.

Trend Envelopes indicator that uses ATR for the price change calculation and is adding prices smoothing prior to be used in calculations.

Smooth ATR

Instantaneous trend line - using levels for signals filtering

Trend analysis index - improved and corrected version

An EA based on indicators iRSI (Relative Strength Index, RSI) and RFTL

Closing positions when reaching a profit level

Working by iMA (Moving Average, MA) and OHLC of W1 timeframe

Indicator Mean reversion

The Expert Advisor applies iADX (Average Directional Movement Index, ADX) and iBands (Bollinger Bands, BB) indicators

SpearmanRankCorrelation_Histogram indicator with the timeframe selection option available in input parameters

The Fib_SR indicator with three additional support and resistance zones

Indicator Heiken_Ashi_Smoothed_VolatilityStep without rounding, multiplied by the averaged volumes

Indicator MACD Overlay

Indicator Stochastic Overlay

Indicator Multi timeframe Gann Hi Lo Activator

Indicator Smoothed ADX

Relative Strength Index that completely removes noise, works on all markets!

The code above is a "Hammer" indicator that detects candlestick hammer formations (bullish and bearish) and inverted hammer formations (bullish and bearish) on a MetaTrader 5 chart. This indicator identifies price reversal patterns by calculating the size and ratio of the candlestick wicks based on adjustable parameters: MaxRatioShortWick, MinRatioLongWick, and MinCandleSize. When a pattern is detected, the indicator displays a colored arrow near the candle’s lowest or highest price according to the pattern’s direction. The code also includes functions to create and delete objects automatically when the indicator is initialized or stopped.

1...525354555657585960616263646566...191