Zero-Lag Average Directional Index with DI+ and DI-This average directional index follows the Nyquist Sampling Criterion making showing even better behaviour in high volatility environments than the Ehlers & Ric's "Zero Lag Moving Average".
Applies the same formulae as the moving average at Zero-lag Dürschner Moving Average
From the paper abstract: "The well-known Moving Averages (MA), namely the Simple Moving Average ( SMA ), the Exponential Moving Average ( EMA ) and the Weighted Moving Average ( WMA ), are modified in this paper with the help of the Nyquist Criterion. These modified Moving Averages 3.0 show good smoothing characteristics, illustrate relevant trends and trend reversals in price series without a time lag as far as calculated. With regard to smoothing, trend patterns and time lag bring about a significant improvement on conventional SMA (Moving Averages 1.0: SMA, EMA and WMA ). In addition to this, the efficiency of the Moving Averages 3.0 is demonstrated by applying several tests and a simple trading system."
The Dürschner Moving Average was published at the IFTA 2012 (International Federation of Technical Analysts) Journal, page 27.
平均趨向指標(ADX)
Money Flow Indicator (Chaikin Oscillator) Strategy Indicator plots Money Flow Indicator (Chaikin). This indicator looks
to improve on Larry William's Accumulation Distribution formula that
compared the closing price with the opening price. In the early 1970's,
opening prices for stocks stopped being transmitted by the exchanges.
This made it difficult to calculate Williams' formula. The Chaikin
Oscillator uses the average price of the bar calculated as follows
(High + Low) /2 instead of the Open.
The indicator subtracts a 10 period exponential moving average of the
AccumDist function from a 3 period exponential moving average of the
AccumDist function.
WARNING:
This script to change bars colors.
Trendy ADX DI+ DI- Trend Strength - BonavestTo add this indicator to your charts:
Click the 'Add to Favorite Scripts' button down below this description.
Trendy ADX is a lower indicator that is used to determine strength of trends. The DI+ and DI- lines cross one another depending on the trend direction based on the Length input with the current trend, DI line, being on top or higher.
The ADX line shows the strength of the current trend, with a value over 20 being a trend with growing strength. Trends with ADX less than 20 are said to not be strong enough to be traded as well as if the ADX is less than both the DI+ and DI- even though it is higher than 20.
An added number value that is not a part of the typical ADX/DI indicator is the 'Score'. This is a value that ranges from -3 to +3 including 0. This score allows you to set alerts based on Score and be alerted when a certain level is reached. The Score values are fully configureable in the Input Settings screen.
The Length setting is the only important adjustment for the indicator itself. The 3 suggested values to use are 7, 11 and 20 (default 11).
The Threshold setting is purely for visual adjustment of the yellow dashed line (default 20).
I use this indicator for:
Keeps me in a trade longer to capture long trends
Determining if the current trend has more room to continue
Filter out reversal buy/sell signals if trend is just beginning
My observations in using this indicator is to ignore reversal signals if the ADX line has not crossed above the DI+ or DI- line of the current trend (red/green background). I also expect a small pullback or sideways price action when the ADX line does cross the current trending DI line.
There are 2 Built-In Notifications already created for you and are available by simply right clicking in the indicator area and selecting:
Condition: Trendy ADX
Then 1 of the 2 Alerts:
Trend Direction Change - Score crosses 0 changing to 1 (green/UP) or -1 (red/DOWN)
Trend Strength Change - Score changes in any direction by a value of 1
How to Trade the Average Directinal Index Video: youtu.be
This adaptation was based off of the original code from @MasaNakamura.
[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!
HYPER ADXADX typically shows the strength of a trend. Hyper ADX is specially coded for showing intraday overbought and oversold conditions.
Average Directional Movement Index Rating The Average Directional Movement Index Rating (ADXR) measures the strength
of the Average Directional Movement Index (ADX). It's calculated by taking
the average of the current ADX and the ADX from one time period before
(time periods can vary, but the most typical period used is 14 days).
Like the ADX, the ADXR ranges from values of 0 to 100 and reflects strengthening
and weakening trends. However, because it represents an average of ADX, values
don't fluctuate as dramatically and some analysts believe the indicator helps
better display trends in volatile markets.
KK_Average Directional Index (ADX) Higher TFHey guys,
sometimes you just want to plot an Indicator value from a higher Timeframe on your Chart. For most Indicators this is pretty straightforward however there is one Indicator that has been giving me quite a headache while trying to do this: The Average Directional Index . Anyway after going through almost 200 versions of this script I finally found a solution that works and thought I would share this with you, since I'm sure some of you have encountered the same problem.
How it works
Go to your desired Instrument/Timeframe and add the Script
Under Settings in the field for "Higher ADX TF" put the Timeframe-code you want to pull the ADX Values from.
- Codes: Monthly - M, Weekly W, Daily - D
- Codes Intraday: The amount of hours in minutes, e.g. if you want to pull values from the 4h-Chart the code is 240 (60 for 1h, 15 for 15m ...)
In some cases (see below) the calculation might not be correct. So make sure the values are correct:
a) Write down the latest ADX of the higher TF while you are on the lower TF
b) Switch the Resolution to the higher TF
c) Compare the value you have just written down to the next to last value. They should be the same.
d) Switch back the Resolution to the lower TF and you're good to go.
Limitations
You can only pull values from higher Timeframes, e.g. you're on a 4h Chart, so you can only pull values from the Daily, Weekly and Monthly Chart. You can't pull values from the 1h Chart.
You can only pull values from Timeframes, where the higher Timeframe Close always has a corresponding Close on the lower Timeframe, e.g. you can't pull values from the 3h Chart when you are on a 2h Chart. This should be pretty rare.
The Script needs a certain amount of Data from the Higher TF before the calculated values are correct. I have tested this on several Instruments and the Script usually needs approximately 100 Bars on the higher Timeframe (often less) for the values to be correct (error < 1%).
So when the difference between your lower Timeframe and you higher Timeframe is large, e.g. you want to pull the Daily ADX value on a 15m-Chart, the calculation can be wrong. This can lead to errors in 2 Cases:
a) Backtesting: When you go over old data and get close to the last available Bar the Data will be wrong. This will limit the amount of data you can backtest.
b) Live values: When the difference between the two Timeframes is too large, it is possible that even live values are wrong, e.g. this will be the case when you are trying to pull the Daily ADX value on a 5 minute Chart. Always check if the calculation works with your desired combination of Timeframes before using it (see above).
I hope this is useful for you and whish all of you successful trading!
Best regards
Kurbelklaus
ADX Color Easy [Dravya]Script #1
So,
here is my first script.
This is the normal 14 period ADX,
but with a color twist, to make it extremely easy on eyes.
and then,
easily spot the strength.
ADX, as you know, shows the strength of the trend.
As short term traders, we need price movement and a strong trend.
How to use this script ?
1. We don't trade when ADX is in the red zone (0-20)
2. We get ready for trading when it enters the blue zone (20-30)
3. We trade when the ADX enters the green zone (>30)
Simple, right !
Now, in the green zone,
in which direction you should trade?
Here are a few links, to help you use ADX as a strategy ,
www.tradingsetupsreview.com
www.babypips.com
Other than this, you can combine this with your own strategies.
Personally, I like to use it on stocks on 1H timeframe.
Thanks.
Would love to hear from you.
Please like it to support the project,
and help spread it.
[FT] ADX-Multi-TF by FractalTraderAverage Directional Index is a way to determine trend strength (and whether there is a trend). One of the caveats is when you have trendless conditions on a higher timeframe. You can get whipsaw conditions on the current timeframe in that case.
The purpose of this script is to put ADX into the context of a higher degree trend on a single indicator.
Moving Average ADXADX Smoothing Trend Color Change on Moving Average and ADX Cross. Use on Hourly Charts - Green UpTrend - Red DownTrend - Black Choppy No Trend
Directional Movement Index + ADX & Keylevel SupportADX and DMI oscillator with the keylevel coded in to the script, set for 23, suggested settings is 23 - 25 any trade with the ADX above the keylevel is a strong indicator that it is trending.
CM_ADX_V1ADX System Overview
So I Came Across Another Trading System for Only $997. However, if you purchased in the next 24hours the whole system could be Yours For Only $497.
So I decided to Code it. This is only Version 1, and I discuss in the Video What I’ve found so for, some plans for Version 2 of the indicator, and I ask for your feedback on anything you find.
Indicators used in System:
CM_DI_Plus_Minus_V1 (Indicator On Bottom).
CM_ADX_V1 (Indicator On 2nd Pane).
CM_Gann_Swing_Hi_Lo (Indicator on Price Pane). This Indicator was published before…Link Below.
CM_DI_Plus_Minus_V1
In Video I go over settings and how to customize charts.
Link To Video:
vimeopro.com
Link To Downloadable PDF Shown in Video:
d.pr
CM_DI_Plus_MinusADX System Overview
So I Came Across Another Trading System for Only $997. However, if you purchased in the next 24hours the whole system could be Yours For Only $497.
So I decided to Code it. This is only Version 1, and I discuss in the Video What I’ve found so for, some plans for Version 2 of the indicator, and I ask for your feedback on anything you find.
Indicators used in System:
CM_DI_Plus_Minus_V1 (Indicator On Bottom).
CM_ADX_V1 (Indicator On 2nd Pane).
CM_Gann_Swing_Hi_Lo (Indicator on Price Pane). This Indicator was published before…Link Below.
In Video I go over settings and how to customize charts.
Link To Video:
vimeopro.com
Link To Downloadable PDF Shown in Video:
d.pr