NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Submitted by fluxsmith
Found 45 matching entries

Sort by

Entries
jhlLinRegR2
R-Squared, Coefficient of Determination, the square of the Correlation Coefficient. This should return the same values as the standard supplied RSquared. Unfortunately both versions always iterate, so should probably be used with CalculateOnBarClose == true.
I believe my version to be slightly more CPU efficient, as it does not require a square root calculation used in the distribution version.
Version 1.0.


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


July 3rd, 2010
Size: 6.78 KB
Downloaded: 164 times
jhlLinRegSlope
Linear Regression Slope. Should return the same values as the standard LinRegSlope. However, the standard version iterates on every update, making it especially inefficient for intrabar (tick) data. This version does not iterate on intrabar updates. Version 1.0.


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


July 3rd, 2010
Size: 2.61 KB
Downloaded: 203 times

Keywords: fluxsmith linear regression slope
jhlLLMA
Aslan contributed LLMA here:
https://nexusfi.com/free_downloads/ninjatrader-7/indicators/738-download.html?view

I just stood on his shoulders and converted it to my style. This version uses much less memory, is simpler for me to follow, and has a startup phase where it has a pretty good estimate instead of no value set.
It can be constructed from my generic MA adaptor (jhlMA) with only a period specified, providing a default phase value of 0.

Version 1


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


February 12th, 2011
Size: 15.66 KB
Downloaded: 335 times
jhlMAX 5 *
Maximum value seen in period. Should return the same values as the standard MAX, 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 != High


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


July 4th, 2010
Size: 2.31 KB
Downloaded: 278 times
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
 



 
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