the kijun-sen is a major indicator line and component of the ichimoku kinko hyo indicator, also known as the ichimoku cloud. it is generally used as a metric for medium-term moment...
in his tasc january 1994 article "smoothing data with faster moving averages", patrick mulloy describes a macd that does not use ema for macd calculation but uses dema (double expo...
in an article "smoothing data with less lag" that was a continuation of his research for less lag signaling macd, patrick mulloy decided to use tema (triple exponential moving aver...
there is already one in the code base, but this one is doing the calculation in a different way.the ttm (trade the markets) trend is basically an easier way to look at candlesticks...
the efficiency ratio (er) was first presented by perry kaufman in his 1995 book "smarter trading". it is calculated by dividing the price change over a period by the absolute sum o...
the stochastic momentum index (smi) was developed by william blau and was introduced in the january 1993 issue of technical analysis of stocks & commodities magazine.it incorpo...
the stochastic momentum index (smi) was developed by william blau and was introduced in the january 1993 issue of technical analysis of stocks & commodities magazine.it incorpo...
the stochastic oscillator is a momentum indicator comparing the closing price of a security to the range of its prices over a certain period of time. the sensitivity of the oscilla...
relative vigor index (rvi) indicator is used in technical analysis to measure the conviction of a recent price action and the likelihood that it will continue. the rvi compares the...
relative vigor index indicator used in technical analysis to measure the conviction of a recent price action and the likelihood that it will continue. the rvi compares the position...
usually most brokers do not provide m1 data over 3 months in metatrader 4, but they provide m1 data over 3 years in metatrader 5. so we can use this tool to obtain the m1 data in m...
the ea downloads the quote history of the current chart symbol and period by "pressing home button". the method is based on the idea implemented in the s-downloader от talex script...
the script downloads history for all timeframes and symbols in the market watch. download is performed by emulating pressing the home button. if the download by pressing the button...
after back testing, we usually need to analyze the testing result on a new chart which we have loaded our template,in this case we need to copy the objects on the testing chart to ...
stochastic and rvi (relative vigor index) - both indicators measure overbought and oversold area of the market movement.this indicator combines them both in one single indicator - ...
variation of a long known and useful macd indicator.dema (double exponential moving average) instead of using ema (exponential moving average) for macd calculation. dsl (discontinu...
variation of a long known and useful macd indicator.tema (triple exponential moving average) instead of using ema (exponential moving average) for macd calculation dsl (discontinue...
materials on regular expressions the article. the library. other useful materials microsoft microsoft microsoft others: most useful cregex class methods ismatch()- checks whet...
williams' percent range technical indicator (%r) is a dynamic technical indicator, which determines whether the market is overbought/oversold. williams' %r is very similar to the ....
the stochastic oscillator is a momentum indicator comparing the closing price of a security to the range of its prices over a certain period of time. the sensitivity of the oscilla...
the stochastic oscillator is a momentum indicator comparing the closing price of a security to the range of its prices over a certain period of time. the sensitivity of the oscilla...
one of the usual "games" every trader is doing in the trading time is finding out a best stop loss value for the order currently active.there are some good ways for dynamically doi...
indicator that is a combination of two bill williams' indicators.accelerator oscillator. awesome oscillator. the way how it works is simple - but seems to be producing usable resul...
the resulting raw bop values can be optionally smoothed using any moving average type.the bop oscillates between extremes of -1 and +1.but the "raw" bomp would be almost unusable i...
a different way of looking at the fractals: instead of showing fractals the usual way, this indicator shows fractals as an oscillator and can show the "rhythm" of the changes in th...
one of the natural ways to make the smoother and faster if necessary, is to use t3 instead of ema.t3 is very similar to ema in calculating way and it makes it suitable for this way...
the resulting raw bop values can be optionally smoothed using any moving average type.the bop oscillates between extremes of -1 and +1.livshin makes the following statements:for da...
demarker indicator is used in technical analysis to compare the most recent price action to the previous period's price in an attempt to measure the demand of the underlying asset....
moving average studies this ea was created to study the effects of various trade and money management strategies applied to a simple system, using only a moving average for bias. w...
an example of an expert advisor, which compares eurgbp to a synthetic equivalent and trades in the direction of a delay in quotes following an original logic (one-leg arbitrage). t...
the following indicators are used:the expert advisor first checks the possibility to open buy or sell according to the emaangle indicator: the indicator value and the configured an...
the indicator shows position opening signals based on the 'reversal' trading system.description of the system the system works best on the h6 timeframe. the idea of the system is a...
the module of trading signals "signalcci buyorsell.mqh" on the basis of the cci indicator signal module only generates one type of signals: the price is above levelup or the price ...
the indicator with the possibility to change the indicator timeframe in input parameters:the indicator requires the compiled support_and_resistance.ex5 indicator file. add it to &l...
the indicator shows a text block with the values of the user defined oscillator period for each timeframe. the size of the text block is customizable. you can also change the tex...
a semaphore signal indicator using the oscillator, which is similar to with an nrtr line based on the values of the atr indicator.the indicator uses smoothalgorithms.mqh library cl...
a semaphore signal indicator using the oscillator, which is similar to with an nrtr line based on the values of the atr indicator.the indicator uses smoothalgorithms.mqh library cl...
two identical trading systems based on the change in the color of for long and short trades, which can be configured in different ways in one expert advisor. for this purpose, all ...
relative momentum index implemented as a color histogram with an indication of overbought and oversold zones.rmi (relative momentum index) was developed by roger altman and was fir...
the indicator finds linear regression coefficients between each of the selected symbols and all other symbols, and displays them in the form of standard deviations. the sum of all ...
the smoothed s-roc indicator of the relative price increment by fred shutsman.the indicator is calculated using the next formula:s-roc= (ema [bar] – ema[bar - roc]) / ema[bar - roc...