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 ...
rsi candles (rsi that calculates rsi of high, low open and close and displays those values as candles) with an addition of trend envelopes.since the trend envelopes are used on the...
fibonacci pivot points indicator that can draw any number of levels for any of the known timeframes usable by metatrader 5.to insert any level, simply enter the level in the levels...
indicator made "on-chart".it can display values as:bars candles lines when values are displayed as lines, then the average of close is used for displayed line. the color is based o...
macd indicator that is using very well known instead of using signal line for signals.you can control the % risk based for the signals (the smaller the risk %, the faster the bb st...
using rsi for stops calculation.for trend trading it is advised to use longer rsi periods. for scalping it is probably better to use shorter rsi periods, but in any case do some ex...
indicator of smoothed wpr.smoothing types that can be applied to wpr are the usual 4 basic types of averages:sma ema smma lwma to avoid wpr smoothing (in which case it becomes an o...
historical volatility (hv) is a statistical measure of the dispersion of returns for a given security or market index over a given period of time. generally, this measure is calcul...
historical volatility (hv) is a statistical measure of the dispersion of returns for a given security or market index over a given period of time. generally, this measure is calcul...
historical volatility bands that are constructed using:average as the middle line. upper and lower bands using the for bands calculation. color of the middle line, unlike the bands...
(rsi that calculates rsi of high, low, open and close and displays those values as candles) with an addition of trend envelopes.since the trend envelopes are used on the set of ope...
historical volatility bands that are constructed using:average as the middle line. upper and lower bands using the historical volatility high/low (instead of "regular" ) for bands ...
this is a quadratic regression ma as described by here .it is a sort of a linear regression value variation, but faster in response to market changes....
indicator based on linear regression value or, as it is sometimes known - lsma (least squares moving average).it shows the trend of the used average and displays it as a sort of an...
with an option to chose smoothed/filtered price in calculation instead of using "raw" prices.the usage of filtered prices lessens the number of signals and, depending on your tradi...
the parkinson's number, or high low range volatility developed by the physicist, michael parkinson in 1980, aims to estimate the volatility of returns for a random walk using the h...
historical volatility bands that are constructed using:average as the middle line. upper and lower bands using the (instead of "regular" ) for bands calculation. color of the middl...
idea by: .mql5 code by: .the ea analyzes the open and close between zero bar (the rightmost bar in the chart) to bar number of candles for analysis. new positions may only be opene...
as of the publication of this code, the integrated bars function used in this ibarshift function has a bug that manifests in the program lags for more than 10 seconds. basically, t...
the ea works in a channel drawn by the indicator.this indicator itself is not required for the ea operation, since its data are calculated inside the ea.the ea trades on a time bas...
the ea uses indicator that searches and displays the "inside bar" price action pattern.this indicator itself is not required for the ea operation, since its data are calculated ins...
the expert advisor searches for n identical candlesticks in a row. it buys on bullish candlesticks and sells on bearish ones. the ea checks whether the account is netting or hedgin...
idea by: .mql5 code by: .the ea uses reference to real ticks using the function - it waits for the price to pass nnn points within xxx ticks.inputs lots - the size of the position...
indicator named adaptive moving average was developed by perry j. kaufman and primarily presented in his book titled smarter trading: improving performance in changing markets in 1...
this is a stochastic inverse fisher transform smoothed using the rainbow smoothing method.the indicator has three input parameters:period- period;slowing- slowing;applied price- pr...
the volume accumulation oscillating indicator shows in a separate window the chart of candlestick volumes calculated by the following formula:the indicator has no input parameters....
the volume accumulation oscillating indicator shows in a separate window the chart of candlestick volumes calculated by the following formula:where:the indicator has one input para...
the william blau candlestick index indicator shows the william blau candlestick indexes.it has seven input parameters:period- period;applied price- the calculation price;first smoo...
the william blau candlestick momentum indicator shows the william blau candlestick momentum.it has two input parameters:period- calculation period;applied price- price used for cal...
the william blau directional trend index indicator shows the william blau directional trend indexes.it has six input parameters:period- calculation period;first smoothing period- t...
the william blau momentum oscillator shows the william blau momentum.it has five input parameters:period- calculation period;first smoothing period- the initial smoothin period;sec...
the william blau stochastic momentum indicator shows the william blau stochastic momentum.it has five input parameters:period- calculation period;first smoothing period- the initia...
the blau stochastic index oscillator indicator shows the william blau stochastic index.it has five input parameters:period- calculation period;first smooth period- the initial smoo...
the william blau trend momentum indicator shows the william blau trend momentum.it has one input parameter:period- calculation period. calculations:where:...
the william blau stochastic oscillator indicator shows the william blau stochastic oscillator.it has six input parameters:period- calculation period;first smooth period- the initia...