NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2330 matching entries

Sort by

Entries
jhlMcGinleyDynamic
I came across "McGinley Dynamic" in a thread on this forum. On further investigation I found two entirely different formulas referred to by that name. This indicator implements a variation based on the following formula:
v[0] = v[1] + (Close[0] - v[1]) / (.618 * n * (Close[0] / v[1]) ^ 4)

Now that I can see the result, it doesn't appear to me to be any more useful as an average than an EMA of the same period. However I think it may make a good trigger line vs an EMA of the same period.


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


September 7th, 2010
Size: 2.12 KB
Downloaded: 287 times
jhlMedian
Another implementation of Moving Median

Version 1


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


February 15th, 2011
Size: 5.23 KB
Downloaded: 416 times
jhlMIN 5 *
Minimum value seen in period. Should return the same values as the standard MIN, which as of b18 has been fixed to reduce iteration. With that fixed the only advantage this has over the standard is memory reduction when used as a component and not displayed. (Both versions are now efficient with CalculateOnBarClose == false.)

Version 2 - Corrected calculation errors when COBC == false && Input != Low


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


July 4th, 2010
Size: 2.32 KB
Downloaded: 260 times
jhlMMA
Wikipedia calls this a 'Modified Moving Average'. Traders may know it as Welles Wilder's Moving Average, as it is the averaging method used in many of his indicators.

It's conceptually simpler than an EMA, the basic formula being:
average = (newValue + priorAverage * (n - 1)) / n

However, for any number of periods 'n', the outcome is identical to EMA(2 * n - 1). Since my basic indicators are all about efficient code reuse that is the implementation used here. Using the EMA formula is also slightly more CPU efficient than the formula above.

Version 1.0.


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


July 3rd, 2010
Size: 4.23 KB
Downloaded: 189 times

Keywords: average fluxsmith moving modified
jhlPearsonCorr
Returns the Pearson product-moment correlation coefficient of the input series. This requires iteration, so should probably be used with CalculateOnBarClose == true.

Version 2 - Solves a /0 error, returns 0 if price is unchanged for all of the bars in the calculation.


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


July 4th, 2010
Size: 2.52 KB
Downloaded: 211 times
jhlPFE
Polarized Fractal Efficiency. This does not return similar values to the NT supplied PFE, which does not implement the formulas I've found by this name. My indicator's waveform is similar enough to thinkorswim's to conclude that I have implemented the algorithm represented correctly. This indicator does not iterate. Version 1.0.


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


July 9th, 2010
Size: 6.47 KB
Downloaded: 290 times

Keywords: efficiency fluxsmith polarized fractal
jhlRVI 5 *
Relative Vigor Index, from John Ehlers, in Technical Analysis of Stocks & Commodities, January 2002. Signal is crossing of trigger line. Length should be the dominant cycle length.
Version 1.0

(BTW - This is a completely different indicator than NT's 'RVI')


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


August 12th, 2010
Size: 4.62 KB
Downloaded: 301 times
jhlSMA
Should return the same values as the standard SMA. Illustrates compositing by building from jhlSum. Version 1.0.


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


July 3rd, 2010
Size: 4.00 KB
Downloaded: 176 times

Keywords: fluxsmith sma
jhlSpearman
Spearman Rank Correlation, without tie correction.

Version 1


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


February 15th, 2011
Size: 3.11 KB
Downloaded: 194 times
jhlSpearmanTC 5 *
Spearman Rank Correlation, with tie correction

Version 2:
Corrected tie correction algorithm

Note: It would be great if a math or statistics expert could verify this, I'm neither.


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


February 16th, 2011
Size: 3.19 KB
Downloaded: 304 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 - Sitemap - Downloads - Top