This oscillator indicator displays volumes taking into account the direction of the candlestick. If a candlestick is bullish, then the positive histogram of the volume appears, on ...
Pearson product-moment correlation coefficient (Pearson's PCC) displays the linear relation between the moving average values of two instruments ranging from -1 to +1. When the cha...
This oscillator indicator displays the percentage ratio of prices and candlestick sizes in a given range.It has two parameters:Period - calculation period (the range)Use last perio...
The Prevailing Trend oscillator shows the prevailing trend as two components - the bullish and the bearish one, which are represented as two indicator lines: Up for the bullish com...
The Smart Money Index (SMI) shows investors' mood and is based on intraday price patterns.Most traders (who are emotional and sensitive to news) overreact to the beginning of the t...
The indicator shows two components (bullish and bearish) of a Moving Average over a given period, in a separate window.The indicator has three input parameters:Period - period for ...
The indicator shows two components (bullish and bearish) of a Moving Average of volumes, over a given period, in a separate window.It has two parameters:Period - period for calcula...
The Volatility Bands indicator is similar to the standard Bollinger Bands.It has four input parameters:Period Band - period for calculating the bandsPeriod - period for smoothing t...
The Volatility Band 2 indicator is similar to the standard Bollinger Bands, and is a modification of with the following difference: instead of a separate 'Low band adjustment', thi...
The indicator draws on a price chart a line, constructed by the method of polynomial interpolation between two node lines.It has four input parameters:Length- the initial distance ...
Alan Hull's Moving Average.Since the classical Moving Average is calculated using symbol's prices received in the past period, that MA lags behind the current price activity. This ...
Instantaneous Trendline by J.Ehlers is calculated by the following formula:If i<=7:ITrend[i] = (Price[i] + 2*Price[i-1] + Price[i-2])/4 If i>7:ITrend[i] = c1*Price[i] + c2*Pr...
A Moving Average calculated by the least squares method.The indicator has two input parameters:Period- calculation period;Applied price- price used for calculations. Calculation:LS...
The indicator displays possible StopLoss levels on the price chart. Levels are shown separately for Long and Short positions.It has two parameters:Period- calculation period;Coeffi...
Universal trailing of positions and pending orders. The Expert Advisor can also open positions and place pending orders.The EX can:Trail stop levels for orders of any type (market ...
Regularized EMA by Cris Satchwell.It has two parameters:Period- period;Applied price- price used for calculations. Calculation:REMA[i] = (REMA[i-1]*(1 + 2*Lambda) + Alpha*(Price[i]...
The RMO oscillator has been created by Rahul Mohindar. The purpose of the oscillators is to find trends.The general recommendation is to trade in the direction of the intersection ...
The indicator shows on a price chart possible support/resistance levels.Calculation formula:whereMax, Min - the highest and the lowest price in the range from (i-Period) to (i-1) T...
The indicator displays possible StopLoss levels on the price chart. Levels are shown separately for Long and Short positions. The indicator is similar to , but has a different calc...
This trend oscillator displays the dominant direction of Close prices of candlesticks over the specified period.It has two parameters:Period- period;Method- calculation method. Cal...
Integral Linear Regression Moving Average (ILRS MA).The indicator has two input parameters:Period- calculation period;Applied price- price used for calculations. Calculation:ILRS[i...
The Expert Advisor uses the indicator. Limitations: no more than one position can exist in the market, the next position can be opened not earlier than in 24 hours.Donchian Channel...
The indicator displays "important" extremum points on the price chart.It has one input parameter:Period- indicator calculation period. Calculation:whereMaxHigh, MinLow - the highes...
The indicator displays on the price chart a moving average with the JSmooth smoothing type (the smoothing type proposed by Mark Jurik).The indicator has two input parameters:Period...
The Performance Index (PI) is used in technical analysis for comparing a symbol's price trend with the general trend of the benchmark index. The ratio of indices of two instruments...
The overbought/oversold indicator, which was first described in "Futures Magazine" in June 2000, under the name of "Psychological Index".It has one input parameter:Period- indicato...
The "Repulse" oscillator allows finding possible levels of price rebound or rollback from strong levels.It has two parameters:Repulse period- oscillator calculation period;Signal p...
The indicator shows values of in a separate window, searches for divergences between the indicator lines and the price, and displays these divergences. You can choose the Repulse i...
RSI calculated using the specified smoothing type is displayed in a separate window.It has five input parameters:RSI period- RSI calculation period;Step- the range for calculating ...
The Trend Force oscillator indicator.The indicator has three input parameters:Period- calculation period;ATR's period- ATR parameter;ATR's coefficient- ATR parameter. Calculation:T...
The Expert Advisor demonstrates the use of from the script, which enables automatic switch to a new futures before expiration. The EA opens a position of the appropriate volume on ...
The Weighted CCI indicator consists of two CCIs (fast and slow), which are calculated taking into account the ratio of two ATRs (fast and slow) and two maximum overbought/oversold ...
The Expert Advisor determines price consolidation levels. Consolidations are visually displayed as horizontal lines on a chart, forming a kind of a channel. The two upper lines (gr...
Function parameters:double LX1- the X coordinate of the first point of the line;double LY1- the Y coordinate of the first point of the line;double LX2- the X coordinate of the seco...
The EA determines whether or not to enter a position based on the random number generator. It has eight gradations: the Poker combination numberparameter:Straight-flush → 127; Quad...
The Expert Advisor compares the values of five Moving Averages (with period 10, 20, 50, 100 and 200). When the lines of all five indicators get arranged one above the other:MA(10) ...
Use two lines — WMA 8 and EMA 28.When WMA crosses EMA from below — open upward position. When WMA crosses EMA from above — open downward position. Once the position is opened, set ...
The Average Directional Index (ADX) is a trend indicator used to measure the strength and momentum of an existing trend. This indicator's main focus is not on the direction of the ...
Trend Envelopes indicator is calculated based on a % of price change. That % is then used to determine if there is a new trend or trend remains the same....
Trend Envelopes variation of RSI indicator.The RSI value displayed is a sort of a "generic" RSI. It is an RSI of (RSI(High) + RSI(Low) + RSI(Close))/30. You can not find a similar ...
One possible way of normalizing prices into a known bound.This is a RSI of High, Low, Open and Close displayed as color candles in it's own sub-window. The interesting is that the ...
CCI indicator made as candles.Four different CCIs are calculated:CCI of High CCI of Low CCI of Open CCI of Close Those 4 values are then combined into a "candles" display of CCI. I...
CCI indicator made as candles.Four different CCIs are calculated:CCI of smoothed High CCI of smoothed Low CCI of smoothed Open CCI of smoothed Close Those 4 values are then combine...
The (Quantitative Qualitative Estimator) made multi timeframe.Timeframes supported are all the possible timeframes supported by MetaTrader 5 and it has 3 "special" timeframes:Next ...