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
This script will change the SL and TP of all open trades of the symbol to the price where the script is dropped off.
When the subject changes, it notifies and updates its observers, who know nothing about each other.
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
Trade signals based on price crossover of two exponentially smoothed moving averages with intraday filter is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
The example of use of the resources. It creates a button, using the object of OBJ_BITMAP_LABEL type.
A blue candle of BrainTrend1 indicator is a signal to open a long position, a red candle is a signal to open a short position.
Commodity channel index having possibility to select smoothing algorithm and dynamically changing oversold/overbought levels.
The CFractalsOnArray class is intended for calculation of Fractals on indicator buffers.
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.