RSI ATR ChannelDraws a channel based on ATR (Average True Range) and RSI. Detects band touches and colors the background appropriately.
Wilder
Average Directional Movement Index Rating ADXR by KIVANÇ fr3762Average Directional Movement Rating quantifies momentum change in the ADX . It is calculated by adding two values of ADX (the current value and a value n periods back), then dividing by two. This additional smoothing makes the ADXR slightly less responsive than ADX . The interpretation is the same as the ADX ; the higher the value, the stronger the trend.
The ADXR , being a smoothed version of ADX , and can be used similarly to the ADX in the three rule system discussed on the ADX section..
The ADXR is a measure of the spread between the Directional Indicators ( +DI and -DI ). When the ADXR is declining, it's not advised to use a trend following system. However, a rising ADXR signals that the dominant trend is likely to continue. A rising ADXR , with both the ADXR and DI+ above the D- indicates a strengthening bullish market. The scan syntax needed to represent this condition would be...
ADXR > DIMINUS AND DIPLUS > DIMINUS AND ADXR > ADXR .1
A rising ADXR , with both the ADXR and DI- above DI+ indicates a strengthening bearish trend . The scan syntax needed to represent this condition would be...
ADXR > DIPLUS AND DIMINUS > DIPLUS AND ADXR > ADXR .1
If the ADXR has been below both DI+ and DI- but has begun to rise a new market trend is emerging. The scan syntax needed to represent this condition would be...
ADXR < DIPLUS AND ADXR < DIMINUS AND ADXR > ADXR .1
IMPORTANT NOTICE: USERS CAN ADD ADX DI+ and DI- indicators by checking the box in the settings of the indicator.
Developed by J.Welles Wilder
ÖNEMLİ BİLGİ: KULLANICILAR ADX , DI- ve DI+ indikatörlerini de ayarlar bölümündeki kutucukları işaretleyerek sayfaya ekleyebilirler.
WILDER'S Moving Average by fr3762 KIVANCThe Wilder’s Moving Average indicator (Wilder’s Smoothed Moving Average ) was developed by Welles Wilder and introduced in his 1978 book, “New Concepts in Technical Trading Systems.” Mr. Wilder did not use the standard EMA formula; instead, the following formula is used: EMA = Input * K + EMA * (1-K), where K = 2 / (N+1). Then to find the Wilder’s Moving Average, the following calculation is performed: Input * K + EMA * (1-K), where K =1/N.
Type to use
Moving averages are commonly used to identify trends and reversals as well as identifying support and resistance levels. Moving averages such the WMA and EMA , which are more sensitive to recent prices (experience less lag with price) will turn before an SMA . They are therefore more suitable for dynamic trades, which are reactive to short term price movements. Moving averages such as the SMA move more slowly providing valuable information on the long dominant trend. They can however be prone to giving late signals causing the trader to miss significant parts of the price movement.
Trade Signals
Moving Average Crossovers: Moving average crossovers is a term applied when more than one moving average is used to generate a trade signal where traders will act when the shorter term moving average crosses the longer term moving average. A bullish crossover occurs when the shorter term moving average crosses above the longer term moving average (golden cross). A bearish crossover occurs where the shorter term moving average crosses below the longer term moving average (dead cross).
Price crossovers: A Price crossover is a term applied when a signal is generated where the price crosses a moving average. Bullish signals are given when the price moves above the moving average, bearish signals are given when the price moves below the moving average. Crossover trades are more likely to enjoy success when the moving average slopes are in the direction of the trade.
Support and Resistance: Moving averages can also act as a support level in an uptrend and resistance levels in a downtrend. If the average is widely followed orders in favour of the trend often cluster around the average. As markets are often driven by emotion and many players trade counter to the trend expect overshoots, to this extent the average should be used to identify support and resistance zones rather than exact levels.
from: mahifx.com
Developed by WELLES WILDER
[naoligo] Simple ADXI'm publishing this indicator just for study purposes, because the result is exactly the same as DMI without the smoothing factor. It is exactly the same as ADX Wilder from MT5.
I was looking for the algorithm all over and it was a pain to find the right formula, meaning: one that would match with the built-in ones. After several study and comparison, I still didn't find the algorithm that match with the MT5's built-in simple ADX ...
Enjoy!
Accumulation Swing IndexPer Investopedia: The ASI is used to gage the long-term trend by comparing bars which contain its opening, closing, high and low prices throughout a period of time. It is a trend finding/confirming tool.