Fan sayfamıza katılın
Trend Envelopes indicator that uses ATR for the price change calculation and is adding prices smoothing prior to be used in calculations.
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
Indicator Heiken_Ashi_Smoothed_VolatilityStep without rounding, multiplied by the averaged volumes
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.
Bu gösterge basit MACD'ye dayanır, ancak mevcuttan farklı olarak göstergenin zaman çerçevesini de seçmenize izin verir. Grafiğin mevcut zaman dilimini (daha sonra gösterge ortak MACD ile aynı değerleri gösterir) veya daha yüksek bir zaman dilimini seçebilirsiniz.
Kullanıcı tabanında zaten bir Fiyat Kanalı göstergesi var, ancak kişisel olarak bundan hoşlanmıyorum ve uymuyor çünkü yukarı ve aşağı arasındaki tüm boşluğu renklendiriyor. Önerilen varyantta Fiyat Kanalı MetaTrader 4'teki gibi görünecektir.
Bu bölümde Commodity Channel Index (CCI) 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_ARROW çizim stili, gösterge arabelleğinin değerlerine göre, farklı renklere sahip oklar (karakterler) çizer.
The indicator generates buy and sell signals and issues alerts in case of the Stochastic Oscillator indicator overbought or oversold levels crossing.
The Mass Index is intended for detection of trend reversals based on changes in the bandwidth between the highest and the lowest prices.
More informative Average Directional Index (ADX) indicator with the possibility to select the smoothing algorithm out of ten possible variants.
CBullsBearsOnArray class is designed for calculation of Bulls Power and Bears Power values on indicator buffers. The example of use of the class is provided.
This indicator is based on the integral value of the trend from the fans of similar moving averages with an arithmetic progression of the smoothing period.
Weighted Moving Average with a minimal lag using a damping cosine wave as the line of weight coefficients
The class is designed for calculation of the technical indicator Moving Average Convergence/Divergence (Moving Average Convergence/Divergence, MACD) using the algorithm of the ring buffer.
An Expert Advisor based on two indicators - Renko Line Break and RSI. It trades stop orders.
Three Relative Vigor Index indicators from three different timeframes displayed on the same chart.
The indicator draws rectangle candlesticks of a higher timeframe based on the values of the BrainTrend2 indicator.