NexusFi: Find Your Edge


Home Menu

 



Categories Help    






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

Sort by

Entries
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: 1090 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: 1630 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: 524 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: 233 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: 234 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: 476 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: 1091 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/tradestation-easylanguage-programming/3549-easylanguage-adxvma-indicator.html

Mike


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


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

Keywords: adx adxvma easylanguage multicharts vma
JeffsADX for ThinkorSwim 5 *
Thanks Jeff and all the others who contributed to the JeffsADX v1 indicator. This is a port to ThinkorSwim.

The ToS study has been uploaded as a txt file. If you want to import it ToS, then change the extension to .ts. Alternatively, copy the content of the txt file to a new study in ToS.


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


April 14th, 2010
Size: 1.43 KB
Downloaded: 266 times

Keywords: adx thinkorswim
ADXVMAv1.05.2 5 *
This is a NO REPAINT version courtesy Art Roonius. Everything else is just the original ADXVMAv1.05.1 alert version.


Category The Elite Circle 
 
Suggest other entries I might like
Details: ADXVMAv1.05.2
Category: The Elite Circle 


March 19th, 2010
Size: 5.95 KB
Downloaded: 1844 times

Keywords: adx adxvma eone
 



 
Category
 




© 2024 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 - Privacy Policy - Downloads - Top