NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching ADXVMA, looking in title and description, keywords for any words
Found 32 matching entries

Sort by

Entries
ADX Colors 5 *
This is a slightly improved ADX indicator which colors the indicator different colors for above & below a threshold. This makes it easy to see if the ADX is above a threshold. I use it to stop trading when price isn't trending.

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: YES (tested by sam028)


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


November 18th, 2009
Size: 2.44 KB
Downloaded: 1270 times

Keywords: cunparis adxvma adx ninjatrader
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
ADXVMA 5 *
Adapted from NT7. No multi-color plotting, candle painting, e-mail or text message notification, TwitterŽ generation, or sound alerts in this one.

Will not attempt multi color plotting until the "brush freeze" issue is resolved.

A diagnostic message will appear in output window each time this indicator starts.


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


October 12th, 2015
Size: 5.51 KB
Downloaded: 557 times
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
ADXVMA - Recoded for NT7 5 *
Exported using NT Version 7.0.1000.10

Why code another version of the ADXVMA?

All previous versions of the ADXVMA are based on a dirty transcript from MetaTrader which has a number of bugs, inconsistencies or variables that are not being used. This is just an attempt to clean up the mess and come up with a proper version. These are the changes:

Initialization: Most versions are initialized with a value of 0 instead of Input[0], this usually creates false values for the first 100 or 200 bars.

Redundant variables: The transscripts from MetaTrader use 4 different variables for the period, although it is always the same period. A variable used for the shift in MetaTrader is carried around, although it always has the value 0.

Inefficient algorithms: The indicator mostly uses Wilder's smoothing for calculating exponential averages from the positive and negative Momentum. The smoothing constant k is calculated once and applied to the various steps required for smoothing. Searching the highest and lowest value for the last n+1 period was hidden in a complex algorithm.

Input Series: The prior versions can only be applied to the close, this version also accepts other input series, such as the high, low or the typical price of the selected instrument.

Trendfilter: The indicator can best be used as a trendfilter. The trend state, which can be positive, negative and neutral, is exposed via an IntSeries, which can then be accessed by other indicators and strategies. The trend can also be shown via a paintbar option.

Update June 11, 2012: Trendfilter and colors modified to avoid frequent trend changes.
Update July 3, 2012: Serialization of display options changed. This will make it simpler to call the indicator from other indicators or strategies.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: ADXVMA - Recoded for NT7
Category: NinjaTrader 7 Indicators 


July 3rd, 2012
Size: 8.56 KB
Downloaded: 3001 times

Keywords: adxvma average moving trendfilter vidya
ADXVMA 1.5.2 for NT7 5 *
True multi color plotting is available in NT7 so it is no longer necessary to use the ridiculous workaround of switching between three different colored plots. Therefore I have correctly implemented multi-color plotting in this version of the ADXVMA that was posted over a year ago. There is no way it can ever repaint anything, no matter what style of line is plotted.


Category The Elite Circle 
 
Suggest other entries I might like
Details: ADXVMA 1.5.2 for NT7
Category: The Elite Circle 


October 26th, 2010
Size: 38.08 KB
Downloaded: 2080 times

Keywords: adxvma multi-color non-repaint
ADXVMA Alerts v1.05 5 *
Requested by VIP user. This ADXVMA adds the ability to not re-paint 1 bar back if the plot style is not a line. So if you use Lines, they will repaint to connect the plots (like normal). But if you use something else, like Dots, they will not repaint.

Mike

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: YES (tested by sam028)


Category NinjaTrader 6.5 Indicators  NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: ADXVMA Alerts v1.05
Category: NinjaTrader 6.5 Indicators  NinjaTrader 7 Indicators 


September 29th, 2009
Size: 5.75 KB
Downloaded: 2663 times

Keywords: ninjatrader bmt adxvma
ADXVMA Alerts V1.05.1 4 *
I added a new bar sound (sound that you can turn on / off to
alert you to the formation of a new price bar - I find this helpful, as I am not
always facing my monitor & like to hear when a new price bar forms), background colors (blue for long / red for short), which you can also turn on or
off & change to suit your preference. Hollow Candelstick Bars (some folks have requested this CandleStick type. OHLC and HI/Lo will still show solid.
Other than that, it works just the same as the original ADXVMA Alerts V1.05.

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: NOT TESTED [feedback]


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: ADXVMA Alerts V1.05.1
Category: NinjaTrader 6.5 Indicators 


February 13th, 2010
Size: 6.36 KB
Downloaded: 1084 times

Keywords: adxvma thewizard
ADXVMA for ThinkorSwim 5 *
This is a port of the EL version of the ADXVMA indicator to ThinkorSwim.


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


May 18th, 2011
Size: 1.77 KB
Downloaded: 343 times
ADXVMA Indicator V1 for SierraCharts 5 *
This is a SierraChart port of the original NinjaTrader/Easylanguage code for the ADXVMA Indicator.


Category The Elite Circle 
 
Suggest other entries I might like
Details: ADXVMA Indicator V1 for SierraCharts
Category: The Elite Circle 


October 29th, 2011
Size: 3.56 KB
Downloaded: 153 times
 



 
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