a channel formed by two double exponential moving averages based on averaged high and low timeseries. candlesticks beyond the channel are marked with the trend-related color. candl...
almost every trader used or at least took a look at gerald appel's macd. looking at our old bag of tricks we rescued a technique several traders used/use which is adding additional...
the schedule class defines a schedule as beginning at a certain day of the week and time, and running until the ending day of the week and time. there are also tests included in "s...
two scripts are included for scaling all of the charts:"scale auto all" will set all of the open charts to automatic scaling. "scale fix all" will set all of the open charts to use...
this script will change the timeframe of all the opened charts. it has one setting for selecting the desired timeframe. this saves me a lot of time when doing multi timeframe analy...
this script sets the zoom level for all opened charts simultaneously. this saves me a lot of time when i'm looking at 12 charts and want to adjust them all....
indicator that is checking for intra-day channel values and breakouts of those channels.the time segment that is used for channel is specified by the parameters, and then it is use...
floating levels are used for that and that way the indicator is not depending on any kind of fixed levels, which makes the indicator a sort of an adaptive indicator. some experimen...
indicator made as "binary".having only two values (+1 for "trend" up and -1 for "trend" down) makes it suitable for usage from experts (where usually only two states are what we ar...
heiken ashi is a very well known indicator.instead of using "raw" prices" for calculations, it's using smoothed/filtered/averaged prices instead. that usually filters out some fals...
heiken ashi is a very well known indicator.instead of using "raw" prices" for calculations, it's using smoothed/filtered/averaged prices instead. that usually filters out some fals...
this indicator is a variation of a well known wpr (williams percent range) indicator.it is calculating a sort of 4 wpr values:wpr of open. wpr of close. wpr of high. wpr of low. th...
indicator is based on the "in the volume zone" article by walid khalil and david steckler.an axiom of technical analysis states that with few exceptions, all technical indicators c...
indicator is based on the "in the volume zone" article by walid khalil and david steckler.an axiom of technical analysis states that with few exceptions, all technical indicators c...
autofiblinesmrvb indicator draws automatically fibonacci levels on the chart. includes fibonacci channel.the lines have percentage value and price.available fibonacci levels: 0.0%,...
the qqe (quantitative qualitative estimator) indicator consists of a smoothed relative strength index (rsi) indicator and two volatility-based trailing levels (fast and slow)....
the qqe (quantitative qualitative estimator) indicator consists of a smoothed relative strength index (rsi) indicator and two volatility-based trailing levels (fast and slow).fixed...
the qqe (quantitative qualitative estimator) indicator consists of a smoothed relative strength index (rsi) indicator and two volatility-based trailing levels (fast and slow).the f...
the qqe (quantitative qualitative estimator) indicator consists of a smoothed relative strength index (rsi) indicator and two volatility-based trailing levels (fast and slow).fixed...
the qqe (quantitative qualitative estimator) indicator consists of a smoothed relative strength index (rsi) indicator and two volatility-based trailing levels (fast and slow)....
the random walk index (rwi) is a technical indicator that attempts to determine if a stock's price movement is of random nature or a result of a statistically significant trend.the...
the random walk index (rwi) is a technical indicator that attempts to determine if a stock's price movement is of random nature or a result of a statistically significant trend.the...
choppiness index: another way of calculating fractal dimension.choppiness choppiness is a modern indicator based on ideas of chaos theory and fractal geometry. benoit mandelbrot wa...
choppiness index: another way of calculating fractal dimension.choppiness choppiness is a modern indicator based on ideas of chaos theory and fractal geometry. benoit mandelbrot wa...
in order to make the volatility assessment easier, this indicator is producing smoothed results. also, in order to avoid adding significant lag, the usual "trick" to avoid that lag...
indicator that checks slopes of 5 (different period) least squares moving averages (lsma or linear regression value) and adds them up to show overall trend....
indicator that checks slopes of 5 (different period) averages and adds them up to show overall trend.averages that can be used in this indicator are the:simple moving average (sma)...
indicator that checks slopes of 5 (different period) t3 moving averages and adds them up to show overall trend.you can chose between the two know t3 types:original tim tillson t3 c...
henderson's filter for metatrader 5. according to a brief description:ps: be aware that henderson's filters are from a family of centered smoothers, i.e. they recalculate half peri...
price zone oscillator indicator is based on the "entering the price zone" article by walid khalil and david steckler.in our last article, we introduced a new oscillator that provid...
price zone oscillator indicator is based on the "entering the price zone" article by walid khalil and david steckler.in our last article, we introduced a new oscillator that provid...
some indicators are working equal for all calculation lengths some are not. one example that is not is rsi. even though it is taken for granted that it oscillates in 0-100 range (s...
tends to be "nervous" (the direction of the rsi itself, and of the normalized rsi as a result is changing sometimes erratically).ps: if the normalization period is set to <=1, t...
the script exports history of closed positions from mt5 retail hedging account selected between two dates. the resulting file is csv that can be opened/imported with any spreadshee...
by definition elliot oscillator is a "34 period simple moving average of prices subtracted from a 5 period simple moving average of prices displayed as a histogram above and below ...
what is it actually? it is a standard deviation indicator that shows if the deviation is below or above some fixed level. that way it can show if the volatility is increased or not...