developed by john ehlers, the rsi-based inverse fisher transform is used to help clearly define trigger points. the normal rsi indicator is calculated and adjusted so that the valu...
recursive moving average calls itself a number of times in order to reach the appropriate smoothing. for instance dema and tema indicators are recursive exponential moving averages...
in many cases (computer graphics, machine learning, ta analysis) we need normalized values. smooth step is one of the possible ways to do itit belongs to the family of sigmoidal (c...
when order 0 is used, it is the same as built in stochastic / 100 (with slowing in stochastic set to 1) when order 1 is used, it is the same as the smooth step indicator when any h...
this is a very simple indicator. it plots a channel with a constant range of twice the step-size parameter value.the range is broken when the low quote price breaks the upper level...
just an experiment on try to using the "speed" (or correction factor?) of the kalman filter as indicator..added a smooth "signal" line based on the moving average of the "speed" (t...
arrow up and down on each bar and informations about "power of trend" and about "peak" or "extrem peak" on the chart.indicator uses only wpr and rsi signals. arrows can be changed ...
also, it can do some other things:slope slope in degrees variance std deviation mean "fake graphs" with this function (fake graphs) you can plot the actual data from a indicator. t...
the code its not optimized, but, its self-explanatory on the var names used.the hull method can be enabled or disabled, as the graph the raw values for speed and accelerationalso, ...
this indicator calculates and plots the exponential moving average of the true range, as well as an offset of the exponential moving average of its deviation.the code uses conditio...
converted atr bands by alexanderteah from tradingview to mql4in situation where entry is not reversal, use atr as guide for stop loss or exit.also can be used for trail stop like c...
for those who familiar with mcdx smart money indicator. sorry to let you know.no banker. no smart money. no retailer. just rsi.---1. take rsi value from the _period2. rsi value fro...
sma_channel indicator is indicator based on 1 moving average(sma) which will plot channel on chart. the indicator use 2 plot styles where user can select 1 or 2 in settings. if plo...
simple indicator that will scan thru the symbols in the marketwatch window to alert you if price is overbought or oversold based on rsi.you can use a pop up alert or send to phone....
this indicator is based on the original “time segmented volume (tsv)” developed by worden brothers, inc. however, i added an extra few features to this one.one can choose the price...
going west going east trying to read the fibonacci lines values or to find an auto fibonacci indicator in the metatrader! no avail!one of my clients asked my for an expert advisor ...
(you need use heiken ashi to see the graph or change the parameter ti put the graph in front of the indicators)so i choose a h1 period to have a strong trend, i write a histogramme...
this indicator implements the original “average true range (atr)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].it ...
this indicator implements the “relative strength index (rsi)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].this in...
the main idea behind it is to search for support and resistance levels,becouse i could not fint any similar indicator. the support and resistance functions do exactly that. when ca...
this weighted deviation is a sort of all linear weighted deviation. it uses linear weighting in all the steps calculated (which makes it different from the built in deviation in a ...
variation of the bollinger bands but it uses linear weighted average and weighted deviation (see the description of weighted deviation here : ) recommendations:use it as any bollin...
an implementation of the commodity channel index using exponential moving averages, instead of simple moving averages as implemented by the its creator, donald lambert.the code use...
available formulas (ma_method)sma simple moving average ema exponential moving average wilder wilder exponential moving average lwma linear weighted moving average sinewma sine...