ADX+DMI MTF byPeterOThe goal of this study was to use ADX from Higher Timeframe - to determine trend direction
Why? Because ADX is very sensitive, able to show trend ending without any delay, but not in the middle of it.
Being able to see such immediate trend change on higher timeframe, is a great indicator of trend direction.
Adding just security() calls to 'highest', 'lowest' and 'close' didn't seem right, because it produced some ugly ADX, D+ and D- plotlines.
I wanted to see plotlines, which look exactly like those on actual higher timeframe. Therefore I modified the calculations.
You can read more about my take on (not) using security() calls in my other source code indicator RSI MTF: link in comments.
On top of all that, I added interpretation of DMI readings, because it is not as simple as plus>minus + ADXrising = uptrend.
So GREEN background means higher timeframe uptrend and RED background means downtrend.
在脚本中搜索"adx"
ADX-DI Multi-TimeframePlots the multiple time frame version of the classic ADX-DI indicoator.
ADX
DI+ and DI-
ADX Threshold
DI Histogram difference with 2 threshold lookback values
For a similar multiple time frame indicator see the following scripts. They both use the historical + projection approach to yield non-repainting indicators.
Fisher Transform Multi-Timeframe
Laguerre RSI Multi-Timeframe
ADX +- DiThis Adx +-Di is just a complete version of what the ADX is supposed to signal.
So you have:
15 (contraction), 20 (threshold), 30 (expansion), 40 (resistance) levels.
Below 20 the price is not trending
Above 30 the price is trending
Below 15 price has been in contraction for too long
Between 20 and 30 price is in a "transition zone".
I finally added a "Resistance" level (40), which has to be adapted to best represent the historical levels where price usually encounters resistance, and where the price can be declared "overtrending", which means a return to lower levels is likely to happen.
I've chosen mild colors, and set the Adx Color to White, because I use black background, you can easily change that.
Enjoy
-Maurice
ADX-DI trend indication - JDThis indicator is based on the formulas in the original "ADX and DI" script of Masa Nakamuro
The indicator gives a multiplication of ADX and the DI+ and DI-values, color coded for bullish or bearish momentum.
The indicator was optimised for use with HA-candles, but works with regular candles as well and shows general market direction en divergence in a simpler visual way than the normal ADX-DI lines.
A threshold mask and the actual DI-lines kan be shown or omitted as preferred
JD.
ADX-DI trend indication - JDThis indicator is based on the formulas in the original "ADX and DI" script of Masa Nakamuro
The indicator gives a multiplication of ADX and the DI+ and DI- values, color coded for bullish or bearish momentum.
The indicator was optimised for use with HA-candles, but works with regular candles as well and shows general market direction en divergence in a simpler visual way than the normal ADX-DI lines.
A threshold mask and the actual DI-lines kan be shown or omitted as preferred
JD.
ADX and DI (Average Directional Index) - CORRECT FORMULASo... the popular version of "ADX and DI" shown on tradingview by masanakamura uses some wacky and incorrect formula for DI and uses SMA instead of the Wilder's MA that ADX/DI is supposed to use, and doesn't give the correct ADX and DI values. The Tradingview "Average Directional Index" uses the correct calculation but doesn't show DI+ and DI-. So, here it is with the DI+ and DI- visible. Enjoy!
ADX-DI - Made EasyThis indicator is a visually improved version of ADX. It makes it much easier to see what's happening by simplifying those confusing, intersecting lines. With this, you can detect the ADX direction more clearly. All the features are also explained in the tooltips of the input fields. Some extra features are included, such as average top and bottom calculation and divergences.
Please note that the divergences on ADX are just experimental and are based on calculations, so there is no guarantee the direction will change.
ADX + DMI with Fill and CrossoverBetter visuals for the ADX/DMI technical indicator.
I filled the DI+ and DI- with color to easily track the trend. Also, I added shapes (+) / (x) once the DI+ and DI- crossover each other.
You can also set two horizontal lines so you can easily track where the ADX value is at.
ADX and DI Advance [SystemAlpha]Our version of ADX DMI indicator with option to show ADX as histogram or line.
ADX TriggerThis script fires off a buy alert when the ADX is rising and above a user-defined value (default 25). It fires off a sell signal when ADX starts sloping downward. The lookback period to determine if it is sloping up/down (in bars) is also configurable by the user. The plot highlights green when there is a "go" signal. Thanks to @9e52f12edd034d28bdd5544e7ff92e for the idea.
ADX Free-The line control represents, if the ADX is greater than the line of 20, the price trend is considered strong, some people increase it to 25
-Dynamic adx color to better differentiate movements
ADX Overlap with MACD FilterIt’s a method/study to find trending stocks and cryptocurrencies using two different periods (14, 5) ADX Overlap with a MACD Filter. The MACD filter may or may not be used.
Green shadow implies Trending Uptrend
Red shadow implies Trending Downward
I am a disabled man. Therefore, I am not able to write in detail here today. More Details will follow as time permits. Please let me know if I am missing anything…
Legal Disclaimer: I am not bribed to write here and I am not seeking insider favors. I wrote here so I get replies from fellow viewers to educate myself and for my daily expenses. Hence, if anyone uses this post for making their decisions, I am not responsible for any failures incurred.
Safe Trading!
Kal Gandikota
PS: If you found this script interesting and edifying please follow and upvote.
PS2: Please kindly donate for my daily expenses (atleast as you would on streets) at the following addresses:
'BTC Wallet' - 1NeDC1GvpFa49DFLuT1v28ohFjqtoWXNQ5
ETH Wallet - 0x0450DCB7d4084c6cc6967584263cF6fBebA761D1
'BTS Wallet' - chip-maker
QTUM Wallet - QhqqV3WQV236Tz5ZbPceXXvU8aK2N4i78A
NEO Wallet - AUdiNJDW7boeUyYYNhX86p2T8eWwuELSGr
PS3: To open a cryptocurrency trading account at the brokerage where I trade most for now, please kindly use the following website(with referral code attached):
www.binance.com
PS4: For more information on ADX and MACD, please 'Google' or search here yourself.
ADX-DI MTF trend buffer - JDThe indicator gives a multiplication of ADX and the DI+ and DI-values, color coded for bullish or bearish momentum
the indicator was optimised for use with HA-candles, but works with regular candles as well
and shows general market direction en divergence in a simpler visual way than the normal ADX-DI lines
a threshold mask can be shown or omitted as preferred
version 3. the indicator is now plotted relative to the 200 ema and can be seen as a "buffer" against price reversal
The timeframe of the indicator can be the current one or custom selected but gives better visual information if a longer timeframe than the current one is used.
The colors can be changed to fit with "Dark mode" or "Light mode"
a scaling option is available to downscale the trend indication relative to the price bars
JD
ADX | DMI Trend StrategyThis strategy takes the ADX Indicator I wrote and applies it to a strategy for back testing purposes.
I've also applied a date filter so you can back test specific date ranges and a moving average filter so you can choose whether to filter your longs/shorts based on a moving average.
ADX + Keylevel + RSIThis script is a combination of the Average Directional Movement Index (ADX) help to determine the trend strength with a key level and Relative Strength Index is an oscillator that measures the speed and change of price movements.
ADX + KeylevelThe Average Directional Movement Index (ADX) help to determine the trend strength with a key level.
ADX Di+ Di- [Gu5]Fill indicates Strong Trend
Cross indicates End of Trend
--
El relleno indica una fuerte tendencia cuando el Di supera "Level Trend"
El cruce de Di+ con Di- indica el fin de la tendencia
Cuando el valor del ADX es menor a "Level Range", estamos en Rango
ADX & DI in one lineThis is the standard ADX & DI indicator, but combined in a single line, changing color when a trend changes and changing value when the trend is strong.
ADX coded with DIAn easier to read implementation of ADX and DI, with colour indicating direction of trend, oscillator indicating strength of trend, and below threshold shown with a lack of colour (black).
ADX and RSI ComboThis indicator combines two separate Simple RSI indicators so you can show different periods together, as well as an ADX indicator with DI+ and DI-. I prefer to use one indicator to show the whole thing, instead of stacking the individual indicators.
Bollinger Band and ADX Retrace Alert v0.1 by JustUncleLThis script is an implementation of a well known Bollinger band + ADX retracement strategy for 1min to 15min charts. This variation uses my own settings, a market direction filter and has an alert that can be added to your trading alarms.