NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching adx, looking in keywords for any words
Found 17 matching entries

Sort by

Entries
dpTCM NT8 12-6-2025 5 *
So no, this isn't the dpTurnerClassicMovies indicator! It's my dpTCM, Triple Channel Median indicator. I took the the Bollinger, Keltner, and Donchian midline/medians and averaged them into a new line. I then added my usual bells and whistles to make it more in-your-face intuitive. The picture shows my dpDPOT being used along with it. The upper and lower lines are a 1 ATR band, which is adjustable. You can fiddle with all sorts of moving averages and approximate this line, but I've done the work for you and there's a bit of real reasoning behind it. The thick median identifies the trend, the ATR boundary shows price extension and contraction, and the dpDPOT's yellow bar outlines show the ADX strength increasing while money-flow is increasing. The horizontal lines at the midline direction changeover are my validation lines which show if the changeover is being respected. The final piece of this sysem is my dpBSV (BuySellVolume) which clearly shows who is in control. Pay attention to the outline of the bar and who is on-top in the BSV. The un-outlined bars are just as important as the outlined ones as they show where strength has vanished, as during a pullback. Be prepared for return-to-trend action. Just like the current cell phone commercial and the very old Nissan commercial, I'm trying to provide everything you need, nothing you don't.

As always, please feel free to leave glowing reviews or scathing criticism. No ego here, just sharing what I find useful.
Best,
Dave P


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: dpTCM NT8 12-6-2025
Category: NinjaTrader 8 Indicators and More 


December 8th, 2025
Size: 17.07 KB
Downloaded: 345 times

Keywords: adx atr bollinger buysellvolume channel donchian keltner
dpDPOT 8-10-2025 5 *
This is a refinement of my ever-popular dpDPO. (At least I think so!) This the Detrended Price Oscillator modified with a Twigg's MoneyFlow component. It's shows a slightly different view of what price is really doing. It works the same way as the DPO and can send signal lines into the price chart as the histogram crosses the zero line. It's retained the ADX-increasing colorization of the bar outline (made thicker or thinner by using the thickness property in the Data Series popup,) yellow in this screenshot. You'll notice how the dpVolXray beats the dpDPOT zero-line crossover by a bar or two, so between the two indicators you have a lot of information at your fingertips. As always, if you find a bug the work, let me know. If you find the dpDPOT useful, let others know by leaving a glowing comment!
Thanks,
Dave P.


Category The Elite Circle 
 
Suggest other entries I might like
Details: dpDPOT 8-10-2025
Category: The Elite Circle 


August 10th, 2025
Size: 16.70 KB
Downloaded: 304 times

Keywords: adx dpo twiggs dpdpot
ADX based Trend/Reversal Regions 4 *
HI All,

I have created a simple indicator that "paints" regions on the chart based on ADX and EMA.

Very Simple algorithm:

Chart paints regions only when ADX is above a customizable level. Default is 15.

Region Color Green: ADX Rising; EMA Rising (Potentially Bullish Trending)
Region Color Blue: ADX Falling; EMA Rising (Potentially Reversal)
Region Color Red: ADX Rising; EMA Falling (Potentially Bearish Trending)
Region Color Yellow: ADX Falling; EMA Falling(Potentially Reversal)

You can use this indicator as a means of confluence with other strategies you may have.

I am new to this forum and my first attempt at publishing my program. Hence I am not aware of all caveats that I need to include here. But this is merely an indicator that portrays ADX Value and EMA Value movements. This is not by any means a suggestion to trade !!

Please provide your feedback and suggestions. Would appreciate that.

Thanks


Category The Elite Circle 
 
Suggest other entries I might like
Details: ADX based Trend/Reversal Regions
Category: The Elite Circle 


April 26th, 2019
Size: 6.48 KB
Downloaded: 1146 times

Keywords: adx reversal trend
ADXVMA (amaADXVMA) 5 *
Version 1.1 August 1, 2017

The Average Directional Index Variable Moving Average (ADXVMA) is a volatiltiy based moving average with the volatility being determined by the value of the ADX. The ADX provides levels of support during uptrends and resistance during downtrends. The indicator may also be used as a trendfilter. The trend can be positive, negative or neutral.

The ADXVMA that can be downloaded here may also be used with other input series than price. The trend can be shown via paint bars and is exposed as a public property.

Note: The ADXVMA has the trend exposed as a public property. This property can be accessed programmatically. However, it cannot be currently accessed via the market analyzer. In order to access the Trend series via the market analyzer, a specific MarketAnalyzerColumn is required. The MarketAnalyzerColumn is not yet included with the install file, as it has led to freezes with NT 8.0.8.0. The bug has been confirmed by NinjaTrader developers and only fixed with the latest release NT 8.0.9.0. (issue #12054). The market analyzer column and sound files for the ADXVMA will be availabe with a future update.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: ADXVMA (amaADXVMA)
Category: NinjaTrader 8 Indicators and More 


October 21st, 2017
Size: 11.37 KB
Downloaded: 1775 times

Keywords: adaptive adx movingaverage resistance support vidya vma volatility
KR_DMI_V4b for ToS 5 *
a small visual enhancement from KR_DMI_V4:
  • since we practically care about the Net DI (difference between DI+ and DI-), which shows what price pressure is prevailing (buying vs selling) and causing the move, i removed the original lines, and replaced with a zero-base cloud that represents that Net Difference.
  • removed smoothing in calc from DI lines and Net difference. allowing it to act as a "relatively" leading indy for price move.
  • it's now easier to spot divergence between that net DI difference "cloud", and Price Action or ADX movement, suggesting current trend move maybe about to end or ease down. see attached screenshot.
  • ADX line is still the same.
  • Default "trend" level changed to 25.
thanks, RedK


Category The Elite Circle 
 
Suggest other entries I might like
Details: KR_DMI_V4b for ToS
Category: The Elite Circle 


July 21st, 2012
Size: 2.22 KB
Downloaded: 529 times

Keywords: adx dmi redk thinkorswim tos
KR_DMI_v4 for ToS 5 *
This is my own implementation of ADX/DMI indicator for ToS.. still keeps the original approach
  • ADX line is allowed to go negative when the trend is down
  • we use ExpAverage for calc of DI+/DI- and HullAvg for smoothing
  • some visibility enhancement adding color coding to ADX (up, down & Alert)
  • improve visibility of Net pressure of price movement (using Addcloud)
Usage is similar to the original ADX: a trend starts above/blow 20 or 30levels (adjustable)

A sell/buy is suggested when the DI lines cross *AND* the ADX line is Cyan or Red

feedback & comments appreciated...
RedK @ Live.com ..... July 2012


Category The Elite Circle 
 
Suggest other entries I might like
Details: KR_DMI_v4 for ToS
Category: The Elite Circle 


July 20th, 2012
Size: 2.11 KB
Downloaded: 235 times

Keywords: adx dmi redk thinkorswim tos
jhlADX
Returns the same values as the NT supplied ADX, but has at least a 12K memory advantage. Both do not iterate, so are reasonable to use with CalculateOnBarClose == false, although they are somewhat computationally intense. Version 1.0.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: jhlADX
Category: NinjaTrader 7 Indicators 


July 8th, 2010
Size: 2.57 KB
Downloaded: 235 times

Keywords: adx fluxsmith
ADX Histogram 3 *
With the help of mrLogik at purelogiktrading.com, the attached iADX turns magenta when the ADX is above the 50 threshold. (I use a very short setting of 5 for daytrading/scalping.) The parameters for the threshold and colors can be changed in the indicator window. Red histogram bars for downtrend, blue histogram bars for uptrend.


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: ADX Histogram
Category: NinjaTrader 6.5 Indicators 


June 18th, 2010
Size: 5.24 KB
Downloaded: 480 times

Keywords: adx brevco
JeffsADX 5 *
ADX with adjustable threshold and alerts !


Category The Elite Circle 
 
Suggest other entries I might like
Details: JeffsADX
Category: The Elite Circle 


June 13th, 2010
Size: 2.84 KB
Downloaded: 1092 times

Keywords: adx alerts jeff jeffadx jeffsadx jeffs
ADXVMA 4 *
Here is an ADXVMA port from NinjaTrader to MultiCharts.

I've built it as a function so you can use it in signals easily. The attached .pla MultiCharts file is both the function and the indicator.

I know that some NT users like to set the rising and falling plots to transparent so they are left with "shelfs" for the neutral plot. I tried, but there is apparently no way to do this in EasyLanguage. I've emailed MultiCharts for help.

The discussion thread is here (with EasyLanguage source):
https://nexusfi.com/

Mike


Category MultiCharts 
 
Suggest other entries I might like
Details: ADXVMA
Category: MultiCharts 


April 17th, 2010
Size: 7.59 KB
Downloaded: 825 times

Keywords: adx adxvma easylanguage multicharts vma
 



 
Category
 




© 2026 NexusFi®, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Downloads - Top