Join our fan page
Cluster indicator based on article https://www.mql5.com/en/articles/1464
Keltner Channel calculated as Perry Kaufman's Adaptive Moving Average (KAMA) +- ATR distance for the bands.
JMACandle indicator with two colored channels based on standard deviations from High and Low of the indicator candles
Three standard deviation channels using indicator buffers based on the number of bars defined in the indicator inputs
Displaying the latest closed values of indicator Float_Pivot_Digit with colored rectangles and background filling
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.
The Stochastic of all oscillator-like indicators, included in MetaTrader 5 client terminal.
Moving Average indicator, can be applied to any timeframe (higher or lower than the current chart's timeframe). Includes: SMA, EMA, SMMA, LWMA, AMA, DEMA, TEMA, FRAMA, and VIDYA
Commodity channel index having possibility to select smoothing algorithm and dynamically changing oversold/overbought levels.
This indicator shows the "ultimate support/resistance" levels of current trend. Trend changes is shown with color rectangles, trend direction is shown with colored dots.
The class is designed for calculation of a technical indicator Relative Strength Index (Relative Strength Index, RSI) using the algorithm of the ring buffer.
The indicator "collects" the information of a trend lines drawn on a current chart, displays the prices of lines in the last (forming) bar and also either gives signals, or sends alerts when price crosses the trend line upon trader choice
Donchian Channel is a volatility indicator based on the calculation of the current price range with the recent highest and lowest prices.
The ASCtrend indicator with the timeframe selection option available in input parameters.
The indicator changes the bar color to the color of the current trend calculated based on the RSI technical indicator.
Indicator displays different candlestick patterns on chart. It is possible to change colors and disable alerts.