Synthetic Japanese candlesticks over the period predefined in the indicator settings, calculating on each bar and averaging the price timeseries used in the indicator.The indicator...
Synthetic Japanese candlesticks over the period predefined in the indicator settings, calculating on each bar, averaging the price timeseries used in the indicator, and highlightin...
An indicator that draws the candlestick sizes in points.The indicator uses the SmoothAlgorithms.mqhlibrary classes (copy it to terminal_data_directory\MQL5\Include), working with w...
Indicator in the main chartThe indicator uses the SmoothAlgorithms.mqhlibrary classes (copy it to terminal_data_directory\MQL5\Include), working with which was described in details...
Idea by: .MQL5 code by: .The EA uses custom indicator :Separate stop loss, take profit, and trailing are used for BUY and SELL positions.Inputs Maximum Risk in percentage- lot size...
Indicator in the main chart, highlighting with colored points caudate candlesticks of the "Hammer" and "Reversed Hammer" types only.The indicator uses the SmoothAlgorithms.mqhlibra...
An indicator utility for closing (reducing the right side of the length) the rectangles to some bars/candlesticks.Using it, you can do it in two clicks (instead of many actions, if...
Indicator with the timeframe selection option available in its input parameters:For the indicator to operate, indicator AbsolutelyNoLagLwma_Digit.ex5must be in the <terminal_dat...
The moving average which fills the chart space with a colored background. The moving average itself serves as the color separation line.Fig 1. Indicator AbsolutelyNoLagLwma_Digit_C...
Trend-following trading system Exp_WAMI_Cloud_X2 is based on the signals of two indicators . The first indicator determines the direction of the slow trend based on the position of...
The include file, small by its content, is designed to print out the values and names of variables:When engineering the codes; and When developing the functions or getting to know ...
Indicator ZLS (Zero Lag Stochastic) - a zero-delay stochastic - a ratio of several stochastics with different periods %К, deceleration, and weights.The indicator has 31 input param...
Indicator AML (Adaptive Market Level) displays one of three market states: Flat, uptrend, and downtrend.It is based on fractal smoothing and has a discrete filter that removes smal...
Indicator APZ (Adaptive Price Zone) represents an adaptive price channel. The indicator was described in article "Trading With An Adaptive Price Zone" by Lee Leibfarth in "Stocks a...
Oscillator CVI (Chartmill Value Indicator) was described by Dirk Vandycke in the Technical Analysis of Stocks & Commodities magazine in January, 2013.CVI represents a standard ...
Oscillator Intraday Momentum Index displays the ratio between the directed change in the price and the total change in the prices over the specified period.There are three adjustab...
NV (Natenberg's Volatility) - Sheldon Natenberg's historical volatility indicator.Historical volatility described by Sheldon Natenberg is defined as the standard deviation of logar...
Oscillator PAIN (Price Action Indicator) displays the OHL3C candlestick price ratio over a specified period of time.It has two parameters:Period- calculation period;Method- calcula...
A signal indicator of daily ranges. It is based on indicator .It displays in a separate window the ratio between today's and yesterday's ranges. It marks with signal pointers the n...
The range indicator compares daily range (High - Low) to the range between days (Close - PrevClose).Where the intraday range is larger than the interday range, the indicator will h...
StochRSI (Stochastic Relative Strength Index) was developed Tushar Chande and Stanley Kroll in 1994. The developers aimed to increasing the sensitivity of RSI (Relative Strength In...
TAI (Trend Analysis Index) is a simple trend indicator described by Adam White in the "Stocks & Commodities" magazine in August, 1992.The indicator has four configured paramete...
Indicator TII (Trend Intensity Index) was described in the article by M.H. Pee, published in the "Stocks and Commodities" magazine in June, 2002.It has six input parameters:Period-...
Oscillator TCI (Trading Channel Index) displays the ratio between the average daily price and the smoothed averaged value of the average daily price.It has four configurable parame...
This indicator was developed by Etienne Botes and Douglas Siepman. Indicator Vortex consists of two oscillators that display positive and negative trend movements, similar to lines...
Oscillator VORTEX difference displays as a histogram the difference between +VI and -VI of indicator .For it to operate correctly, the availability of indicator Vortex is not requi...
A trading system based on the indicator signals with the possibility to set a fixed position holding time. The signal is formed when a bar is closing if there appears a caudate can...
A trading system based on the signals of indicator . The signal to open a trade is formed when a bar is closing, if the trend direction changes, which is determined by the indicato...
Indicator with the timeframe selection option available in its input parameters.For the indicator to operate, indicator XPeriodCandle.ex5must be in the <terminal_data_directory&...
Indicator with the timeframe selection option available in the input parametersFor the indicator to operate, indicator CaudateCandle.ex5must be in the <terminal_data_directory&g...
Indicator with the timeframe selection option available in the input parameters:For the indicator to operate, indicator CaudateXPeriodCandleRange.ex5must be in the <terminal_dat...
Three Bollinger Bands channels based on one moving average , drawn as a colored cloud, with the display of the last values as price labels and the possibility to round Bollinger le...
Indicator with the timeframe selection option available in its input parameters:For the indicator to operate, indicator AbsolutelyNoLagLwma_BBx7_Cloud_Digit.ex5must be in the <t...
An indicator that draws the candlestick sizes in points.The candlesticks having their body sizes increasing by trend are drawn in bright colors. The candlesticks having their body ...
Channel indicator with the the possibility to round the indicator levels up to a required number of digits. The number of digits to round is defined by the indicator's input variab...
Indicator in the main chart.The indicator uses the SmoothAlgorithms.mqhlibrary classes. Working with them was described in details in article .Fig 1. Indicator XPeriodCandle_main i...
Trend-following trading system Exp_XPeriodCandle_X2 is based on the signals of two indicators . The first indicator determines the direction of the slow trend based on the color of...
Indicator with the timeframe selection option available in its input parameters.For the indicator to operate, indicator XPeriodCandle_main.ex5must be in the <terminal_data_direc...
Indicator with the timeframe selection option available in its input parameters:For the indicator to operate, indicator AbsolutelyNoLagLwma_Digit_Cloud.ex5must be in the <termin...
There are several methods of making the RSI smoother (and showing less false signals). One is to filter / smooth the prices prior to be used in RSI calculation...
This is a variation of a well known pivot indicatorInstead of showing pivot lines on main chart the indicator is showing pivot lines in a separate window and it shows average price...
This is a variation of a well known Pivot indicator.Instead of showing pivot lines on main chart the indicator shows pivot lines in a separate window and it shows price position re...
ADX trend (that is a part of adxvma calculation) made as standalone indicator and using Jurik smoothing for result smoothing (in order to lessen the false signals)It is in a same w...
ADX trend (that is a part of adxvma calculation) made as standalone indicator and using Jurik smoothing for result smoothing (in order to lessen the false signals)It is in a same w...
Idea by: .MQL5 code by: .Indicator is used:The Expert Advisor works in two timeframes: Indicator Resistance & Support is constructed on the current timeframe, while object Fibo...
An unorthodox approach to indicator MACD: The EA calculates the indicator's area displayed above and below zero line.Depending on parameter "Reverse signal", either BUY or SELL pos...