Articles, Library comments - page 321

Exp_RSI_Histogram: A trading system based on the signals of the RSI_Histogram indicator. A trade signal is generated at the close of a bar if the color of the histogram has changed from a neutral gray to red or lime, i.e. when the RSI oscillator has entered the overbought or oversold zone. Fig. 1....
RVI_Histogram: The classical RVI indicator implemented as a histogram with a color indication of entering the overbought and oversold areas, as well as a colored cloud between the signal line and the oscillator to indicate the oscillator intersections. Fig.1. The RVI_Histogram indicator Author:...
MFI_Histogram: The classical MFI indicator implemented as a histogram with a color indication of entering the overbought and oversold areas. Fig.1. The MFI_Histogram indicator Author: Nikolay Kositsin
WPR_Histogram: The classical WPR indicator implemented as a histogram with a color indication of entering the overbought and oversold areas. Fig.1. The WPR_Histogram indicator Author: Nikolay Kositsin
DeMarker_Histogram: The classical DeMarker indicator implemented as a histogram with a color indication of entering the overbought and oversold areas. Fig.1. The DeMarker_Histogram indicator Author: Nikolay Kositsin
ColorXMACDCandle: The ColorXMACD indicator implemented as a sequence of candlesticks. Candlesticks appear as a result of relevant price timeseries processed by the ColorXMACD indicator algorithm. In many situations, such approach may be more informative for the purpose of analysis. Fig.1. The...
MAOscillator: A simple oscillator based on the difference between values of two MAs either of different periods (Fast MA - Slow MA) or of the same one but with a "lag" of a few bars (set in the iPeriod variable). Fig.1. Indicators MAOscillator and MAOscillatorHist Author: Nikolay Kositsin
FastStochastic_HTF: The FastStochastic stochastic oscillator with the noise reduction, and the timeframe selection option available in input parameters. input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) Fig.1. The FastStochastic_HTF indicator Author: Nikolay...
Exp_ForexLine: A trading system based on the signals of the ForexLine indicator. A trade signal is formed at the close of a bar if the color of the Moving Average has changed. Fig. 1. Examples of trades on the chart Author: Nikolay Kositsin
DivergenceBar: A signal indicator which points at the reverse bars based on Bill Williams' Profitunity system excluding the angulation relative to the Alligator indicator mouth. Green marker (bullish reversal bar) — buy signal.Red marker (bearish reversal bar) — sell signal. Fig.1. The...
Exp_Extrem_N: A trading system based on the signals of the Extrem_N indicator. A trade signal is generated at the close of a bar when a red indicator line appears after the green one has disappeared, or vice versa. Fig. 1. Examples of trades on the chart Author: Nikolay Kositsin
XMA_BBx7_HTF: The XMA_BBx7 indicator with the timeframe selection option available in input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) Fig.1. The XMA_BBx7_HTF indicator Author: Nikolay Kositsin
Extrem_N_HTF: The Extrem_N indicator with the timeframe selection option available in input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) Fig.1. The Extrem_N_HTF indicator Author: Nikolay Kositsin
Extrem_N: A plain and simple indicator. The indicator considers there is a downtrend, if the current low is lower than the low located N bars before. Conversely, there is an uptrend, if the current high is higher than the high N bars before. You can set the check depth in the properties. The...
Notches_HTF: The Notches indicator with the timeframe selection option available in input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) Fig.1. The Notches_HTF indicator Author: Nikolay Kositsin
XMA_BBx7: Three Bollinger Bands channels based on one moving average, with the display of the last values as price labels. Fig.1. The XMA_BBx7 indicator Author: Nikolay Kositsin
ForexLine_HTF: The ForexLine indicator with the timeframe selection option available in input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) Fig.1. The ForexLine_HTF indicator Author: Nikolay Kositsin
XMA_BBx7_Cloud_HTF: The XMA_BBx7_Cloud indicator with the timeframe selection option available in input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) Fig.1. The XMA_BBx7_Cloud_HTF indicator Author: Nikolay Kositsin
XMA_BBx7_Cloud: Three Bollinger Bands channels based on one moving average, drawn as a colored cloud, with the display of the last values as price labels. Fig.1. The XMA_BBx7_Cloud indicator Author: Nikolay Kositsin
ForexLineSign: A trend indicator in the form of a moving average that changes color depending on trend direction. The trend direction is determined using a relative position of two smoothed averages, one of which is fast and the other one is slow. The indicator uses SmoothAlgorithms.mqh library...
ForexLine: A trend indicator in the form of a moving average that changes color depending on trend direction. The trend direction is determined using a relative position of two smoothed averages, one of which is fast and the other one is slow. Fig.1. The ForexLine indicator Author: Nikolay...
XMA_BBx3_HTF: The XMA_BBx3 indicator with the timeframe selection option available in input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) Fig.1. The XMA_BBx3_HTF indicator Author: Nikolay Kositsin
XMA_BBx5_HTF: The XMA_BBx5 indicator with the timeframe selection option available in input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) Fig.1. The XMA_BBx5_HTF indicator Author: Nikolay Kositsin
XMA_BBx5_Cloud_HTF: The XMA_BBx5_Cloud indicator with the timeframe selection option available in input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe) Fig.1. The XMA_BBx5_Cloud_HTF indicator Author: Nikolay Kositsin
Automatic Parabolic Support and Resistance Levels Indicator: Indicator that draws for the last ( You nominate how many bars back ) x bars the levels at which the psar indi turns. Author: marc weedbrook
New article MQL5 Cookbook - Programming moving channels has been published: This article presents a method of programming the equidistant channel system. Certain details of building such channels are being considered here. Channel typification is provided, and a universal type of moving channels'...
VininI ConstTickHeikenAshi R: The indicator forms candlesticks based on "equitick" bars. Author: Victor Nikolaev
Camarilla AlertwFibs: This indicator shows support and resistance line same with camarilla indicator. Author: John Smith
FirstStrike: Displays what was reached first - Low or High for the current bar. Author: Christo Tsvetanov
StopLoss Calculation: This library made to simplify calculating your stop loss. Author: Peter Eskander