NexusFi: Find Your Edge


Home Menu

 



Categories Help    






 
ADX BollingerBandwidth CCI indicator 5 *
This is a variation of the CCI indicator that also takes inputs from ADX and Bollingerbandwidth. You can change any of the parameters for the inputs. The indicator looks a lot like the CCI indicator except on big moves and trending moves, where the ADX and bollingerbandwidth give extra weight to the indicators movement.


Update:

here's the code snippet for entry signals for a strat based on this indicator crossing above and under the zero line (with adxperiod, bbwidthperiod and cci period all set at 20 and stdev set at 2. You can screw around with the setting):

For long entries:

if (Adxbbwidthcci(20, 20, 20, 2).ADXBBCCILINE[0] > 0 && Adxbbwidthcci(20, 20, 20, 2).ADXBBCCILINE[1] < 0)

For short entries:

if (Adxbbwidthcci(20, 20, 20, 2).ADXBBCCILINE[0] < 0 && Adxbbwidthcci(20, 20, 20, 2).ADXBBCCILINE[1] > 0)


Additionally, I found the following filter works well with the strat based on this indicator:

// no zero line cross above in last 10 bars for adxbbwcci (you can of course tweak so no zero line cross for at least X bars):

if (CountIf(delegate { return (Adxbbwidthcci(10, 10, 10, 2).ADXBBCCILINE[1] * 1000) > 0;}, 10) >= 10)

Good luck.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: ADX BollingerBandwidth CCI indicator
Category: NinjaTrader 7 Indicators 


October 27th, 2012
Size: 9.10 KB
Downloaded: 932 times
Comments/ratings
5 * minsalaco October 27th, 2012 12:29 PM
forgot to mention, I found that using this indicator for entries or exits based on the crosses over and under of the zero line are reliable.
5 * mannya October 30th, 2012 06:48 AM
Excellent indicator!! One suggestion is adding color to the zero line crosses.

Thanks again.
4 * Herbert April 28th, 2013 05:42 AM
Thank you
5 * GILAZ May 4th, 2013 05:22 AM
Hello ,
I ve started working with ADX. but with the combination Bollinger Band
it will be very interesting.
THANK YOU!
5 * JoyNinjaTrader January 26th, 2015 02:26 AM
thank you Minsalaco... nice idea and good indicator, plotted it on the chart, works well

 
Sort by

 




© 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