Join our fan page
The class is designed for calculation of the technical indicator Triple Exponential Moving Average (Triple Exponential Moving Average, TEMA) using the algorithm of the ring buffer.
An example of how to create a multicurrency Expert Advisor that trades using the Bollinger Bands indicator.
Normalized oscillator that uses Fisher's transformation, drawn in the form of a color histogram.
An example of posting a message containing an image on the MQL5.com website using the WebRequest() function. This is an example of how to authorize using a login and a password, and to insert an image into a text message.
Simplified version of the popular ZigZag indicator. The algorithm runs significantly faster, does not use intermediate calculation buffers, does not contain nested cycles and, therefore, does not redraw itself.
Envelopes using the Color_PEMA_Digit MA, with an indication of trend direction and display of the last values of channel borders.
The Envelopes Indicator is formed by two Moving Averages, one of them is shifted upward and another one is shifted downward. The selection of optimum relative number of band margins shifting is determined with the market volatility: the higher the latter is, the stronger the shift is.
The Ultimate Oscillator was developed by Larry Williams. It uses the averaging of three oscillators with different periods.
This is a modified version of ZigZag indicator that draws lines with different colors depending on the price movement direction.
It's a well-known indicator that shows maximal and minimal prices (and average values) of the last n bars.
MACD indicator with MACD line, Signal line and multi-color histogram.
Trade signals based on "3 Black Crows/3 White Soldiers" candlestick pattern, confirmed by Market Facilitation Index (MFI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
Trade signals based on "Dark Cloud Cover/Piercing Line" candlestick pattern, confirmed by Commodity Channel Index (CCI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
The indicator generates market entry signals and draws the line of Stop Loss orders positioning.
SHI_Channel_true automatically shows Barishpolts dynamic moving channels on a chart.
Adaptive CG Oscillator is a CG Oscillator that can adapt to constantly changing market cycles of a real financial asset.
Modified version of "Rabbit" indicator having enhanced display features (the indicator displays actual support/resistance levels for any currency pair).
This indicator is based on the first version of Sidus trading method. It shows market entry points.
Uses the idea of the classical moving average smoothing. The class can be used when you want to smooth out any array of type double without using the standard indicator.
The script allows to set transparency level of the client terminal window using Windows API.
The Trinity-Impulse indicator with the timeframe selection option available in the input parameters.
Three Chaikin Oscillator indicators from three different timeframes displayed on the same chart.