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...
first, it is using hilbert transform for phase accumulation to calculate macd fast and slow periods, and that way it is having the basic macd calculation adaptive (the interesting ...
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...
this indicator shows how much time remaining to the next bar opening. it provides automatic output string assembling depending on timeframe selected....
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...
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...
holt's double exponential smoothing, but showing only the trend componentas it can be seen, it is useful oscillator and with some experimenting it can work as good as any other osc...
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...
contents general provisions brief description metacot 2 cftc toolbox indicators is a set of indicators analyzing cftc reports (us commodity futures trading commission) and allowing...
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...
the code contains the implementation of moving average indicator. for the code, the following input parameters are available:period shift method: simple, exponential, smoothed, lin...
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...
moving average based on ultimate oscillator (i modified ultimate oscillator's code). it calculates weighted average of three moving averages (simple, exponential, smoothed or linea...
this is a simple indicator that plots signal history on the chart. this requires the csv file downloaded and saved in the folder mql4/files/tipu history/history.csv. the folder and...
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 code was written as an indicator. it adds top and bottom margin to the chart. both can be adjusted separately.this gives some breathing space to top and bottom of the chart fo...
this indicator draws current pivot points, it does not plot history. clean and simple.choice of standard, fibonacci, camarilla, woody's and demark pivot calculations.calculation is...
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 ...