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 ...
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...
if the trade goes in the opposite direction after a predetermined number of pips, then it opens another trade in the same direction of the first trade. the process repeats itself u...
many developers need these functions, while working with different kinds of external apis, like bitcoin and altcoin exchanges where it is often necessary to send data with the conf...
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...