NinjaTrader Support Forum  
X

Attention!

This website will be down for maintenance from Friday May 24th at 6PM MDT until Sunday May 26th at 12PM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com


Go Back   NinjaTrader Support Forum > NinjaScript Development Support > Indicator Development

Indicator Development Support for the development of custom indicators using NinjaScript.

Reply
 
Thread Tools Display Modes
Old 07-07-2008, 07:52 PM   #1
zelli
Member
 
Join Date: Nov 2006
Location: , ,
Posts: 38
Thanks: 1
Thanked 0 times in 0 posts
Default Acceleration Bands

Has anyone created the Acceleration band indicator? I have searched but couldn't find it.


If someone could help, I would greatly appreciate your assistance.

Selection of line color and style would be great.

Here is some code I found for this.........

input Length = 20;

plot UpperBand = Average(data = High * (1 + 4 * (High - Low) / (High + Low)), length = Length);

plot MidPoint = Average(data = close, length = Length);

plot LowerBand = Average(data = Low * (1 - 4 * (High - Low) / (High + Low)), length = Length);

Thanks.
Last edited by zelli; 07-07-2008 at 07:55 PM.
zelli is offline  
Reply With Quote
Old 07-07-2008, 11:19 PM   #2
NinjaTrader_Josh
NinjaTrader Product Manager
 
NinjaTrader_Josh's Avatar
 
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 107 times in 70 posts
Default

None that I am aware of. As a last resort you can also try contacting one of these NinjaScript Consultants: http://www.ninjatrader.com/webnew/pa...injaScript.htm
NinjaTrader_Josh is offline  
Reply With Quote
Old 07-08-2008, 10:12 AM   #3
twtrader
Junior Member
 
Join Date: Jun 2008
Location: Chicago
Posts: 28
Thanks: 0
Thanked 0 times in 0 posts
Default

Is it something like this? Do you have a particular reference?
Attached Images
File Type: png twaccelbands.png (43.0 KB, 116 views)
twtrader is offline  
Reply With Quote
Old 07-08-2008, 02:45 PM   #4
zelli
Member
 
Join Date: Nov 2006
Location: , ,
Posts: 38
Thanks: 1
Thanked 0 times in 0 posts
Default

TW,

That looks like what I'm looking for.

Any chance of receiving this indicator from you?

Thanks
Attached Images
File Type: jpg Acceleration Bands.jpg (63.4 KB, 131 views)
zelli is offline  
Reply With Quote
Old 07-09-2008, 01:00 AM   #5
twtrader
Junior Member
 
Join Date: Jun 2008
Location: Chicago
Posts: 28
Thanks: 0
Thanked 0 times in 0 posts
Default

Sure, no problem.

I ran it over the same data, and it looks the same..

TW

Quote:
Originally Posted by zelli View Post
TW,

That looks like what I'm looking for.

Any chance of receiving this indicator from you?

Thanks
Attached Images
File Type: png TWAcceleratorBands_small.png (57.4 KB, 155 views)
twtrader is offline  
Reply With Quote
Old 09-19-2010, 09:03 AM   #6
parom
Junior Member
 
Join Date: Sep 2010
Posts: 2
Thanks: 0
Thanked 0 times in 0 posts
Default

I would appreciate if you counld send me this Acceleration Indicator too. Thank uou very much.
parom is offline  
Reply With Quote
Old 08-26-2012, 04:38 PM   #7
piptek
Junior Member
 
Join Date: May 2011
Posts: 10
Thanks: 0
Thanked 0 times in 0 posts
Default

I just started looking accelerator bands today and found it online. Here is the URL for reference. http://www.valtinho.com/post/Price-H...Trader-65.aspx I am going to incorporate the logic in NT 7.0. Should be easy breezy.
piptek is offline  
Reply With Quote
Old 08-27-2012, 02:36 PM   #8
Harry
Senior Member
 
Join Date: Oct 2007
Posts: 1,829
Thanks: 12
Thanked 83 times in 67 posts
Default

Nobody needs Acceleration Bands.

Attached is a comparison of a Keltner Channel with Acceleration Bands on both a monthly chart and a 60 minute chart. Acceleration Bands just require a few useless calculations, and in the end you just get Keltner Channels. For more details see this thread please:

http://www.bigmiketrading.com/trader...tml#post255513

Charts comparing Acceleration Bands with Keltner Channels are attached.
Attached Images
File Type: jpg Acceleration Bands Monthly.jpg (136.4 KB, 22 views)
File Type: jpg Acceleration Bands Intraday.jpg (146.9 KB, 24 views)
Harry is offline  
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hurst Bands burchak NinjaScript File Sharing Discussion 13 11-30-2011 07:07 AM
Using atr for variable Keltner Bands latkinso Strategy Development 2 02-05-2008 06:46 AM
Bollinger Bands (NT vs Tradestation) Jibu V Indicator Development 1 01-25-2008 05:00 AM
Bollinger Bands & RSI garciaal Indicator Development 1 10-29-2007 02:06 PM
Bollinger Bands setting Quicktrader10 Charting 1 10-04-2006 03:59 PM


All times are GMT -6. The time now is 02:24 PM.