more than 50 new patterns. more appealing visualization and styling. a better matching algorithm allowing to find emerging patterns analytically. display of potential reversal zon...
"regular" rsicuttler's rsiehlers' smoothed rsiharris' rsirapid rsirsx"slow" rsilevels for this indicator can be 2 type : floating (if the floating level period is set to > 1) or...
ehlers inverse fisher transform of rsi.this version can calculate the inverse fisher transform of :regular rsicuttler's rsiharis' rsirapid rsirsxslow rsi...
well known itrend indicator made for metatrader5in order to extend it (apart of making it use the visual tools that are available in metatrader 5 now), it is :multi time frameit ha...
a variation of dmi stochastic extreme.the original usage (by barbara star) is as she describes :defaults used are not the defaults used by barbara star, but you can set the paramet...
aroon oscillator is usually not associated with to much flexibility. it is its nature.entries (and exists) are signaled much faster and, with some parameters experimenting, it can ...
velocity (which is often called a "smoother momentum" since it is much smoother than momentum without lagging at all) with an addition of 3 types of normalization:atr normalization...
originally this indicator was developed for metatrader 4 by ang3110 (it was originally posted here : )here i would like to quote the original description :as described, levels shou...
this is rsi that can use adaptive t3 for price filtering.it supports 7 types of rsi:cuttler's rsiehlers' smoothed rsiharris' rsirapid rsirsi rsxslow rsi...
it seems that for a long time stochastic has been neglected.we have seen new kinds of rsi, new kinds of averages, new kinds of adx, new kinds of sar, new kinds of almost everything...
this is my translation of the code by alexey viktorov from mql4 to mql5. for those who work mainly on mql5 it can be useful.the indicator shows the price change in points and how m...
the name of the indicator might be a bit misleading. holt's double exponential smoothing is mostly used for forecasting, not as an average. the forecasting method usually used with...
cci "experiment" with a few things added that can completely modify the way cci is calculated.adaptive (using vhf - vertical horizontal filter - for adapting) or "regular" cci (no ...
one more "experiment" using the cci.this indicator can calculate cci of cci of cci of cci ... up to "level" 25.when level 1 (one) is used, it is the same as "regular" cci. after th...
holt's double exponential smoothing, but showing only the trend component.as it can be seen, it is useful oscillator and with some experimenting it can work as good as any other os...
awesome oscillator exists as an indicator in metatrader 5 already .you can use 4 types of averages for calculation:simple moving average (default — by definition this is what aweso...
indicator that combines rank (auto)correlation of 4 prices in to one single indicator .instead of using just one price, this indicator uses the standard 4 prices: open, close, high...
it has been upgraded in multiple ways :code is completely rewritten and optimizedstep stochastic calculation is a function now (easily usable from any other code)indicator has aler...
in short "repulse" would be :coloring can be chosen depending on :slopeouter levels crossmiddle ("zero") level crosssince the "repulse" indicator is not limited to known bounds, le...
it allows "smoothing" coefficient from 0 to infinity (as much as mt allows).as of the rest: indicator is, as usually, equipped with usual choice of 22 types of prices, alerts and i...
nema macd indicator — that calculates macd using the nema.if the depth is set to 1, nema is equal to ema , for depth 2 it is equal to dema , for depth 3 it is equal to tema and so ...
nema indicator - that calculates depth (offspring) of ema of arbitrary "depth".if the depth is set to 1, nema is equal to ema, for depth 2 it is equal to dema, for depth 3 it is eq...
stochastic rsi (oma).the rsi types it has are :cuttler's rsiehlers' smoothed rsiharris' rsirapid rsirsi rsxslow rsiif you use price smoothing, then they are becoming rsi (oma), if ...
variation on the "double smoothed stochastic" theme.the name might be a bit misleading: it is not exactly the same in its calculation as the "double smoothed stochastic" (dss actua...
simple moving average (the default and how the original elliot oscillator is calculated)exponential moving averagesmoothed moving averagelinear weighted moving averagecolors (and a...
in short, this is a kind of weighted average (or a digital filter, depends how somebody prefers to call it) that is using probability density function to calculate the coefficients...
adxvma trend that uses adxvma steps to show the trend.the trend is based on values similar to adx (hence the name of the adxvma) but still different enough to make this indicator s...
the original was described in the may 2012 issue of tasc, walid khalil in his article "exploiting extremes sentiment zone oscillator" :simple moving averageexponential moving avera...
"correcting" is a process where the value of the average is checked for the significance (how big is it) of change. for that a standard deviation of a change is used and if the cha...
rsi (oma) that shows automatic fibonacci levels for rsi.if the prices smoothing period is set to > 1, then the indicator calculates one of the chosen rsi (oma) values. if the pr...
added 'click target' and the trend line, with text of the 'number of bars between target and crosshair', and the difference in pips between price at target level and price at cross...
this indicator is calculating 4 basic types of averages with an option to have "corrected" value of an average too.even though at a first glance dr.uhl's method looks like and adap...
this is the "corrected" version of rsi. it can calculate the usual 7 types of rsi :cuttler's rsiehlers' smoothed rsiharris' rsirapid rsirsi rsxslow rsiyou can turn the "correcting"...
"step" or "corrected" macd (using the same method for correction that is used in averages). corrected values tend to be good filters, but they should not be mixed with the filters ...
this indicator is similar to bollinger bands, but it uses volume weighted average as the central value of the bands.when using it you have an option to use the tick volume or real ...
corrected velocity indicator.if the period of the "correction" is set to <0, then the calculated value is the same as the velocity.even though the velocity already does a good j...
corrected momentum indicator.if the period of the "correction" is set to <0, then the calculated value is the same as the momentum (if you compare it to the built in momentum, a...
indicator displaying the volume based on a price to average correlation.if the price is greater than the corresponding average, it is assumed that the state of the trend is "buy" a...
this indicator is almost same as the "normal" macd, except that its values are normalized and are roughly falling into a predictable range of values (unlike the regular nacd, that ...
real
paladin80
the principles of plotting this indicator, calculation formula, interpretation, algorithm for expert advisors and suggested parameters are described in the forex m...
a simple trend indicator with calculation of rise and fall in close prices. calculation formula:i4_drf_v2=100 * (psum - nsum) / periodwhere:psum — the number of candles per calcula...
the indicator displays the total number of deals by symbol in real time. red line of deals is for sell, blue line is for buy.if the size of the actual history in indicator buffers ...