![]() |
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
|
|||||||
| Indicator Development Support for the development of custom indicators using NinjaScript. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Member
Join Date: Nov 2006
Location: , ,
Posts: 38
Thanks: 1
Thanked 0 times in 0 posts
|
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.
|
|
|
|
|
|
#2 |
|
NinjaTrader Product Manager
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 107 times in 70 posts
|
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
Josh
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jun 2008
Location: Chicago
Posts: 28
Thanks: 0
Thanked 0 times in 0 posts
|
Is it something like this? Do you have a particular reference?
|
|
|
|
|
|
#4 |
|
Member
Join Date: Nov 2006
Location: , ,
Posts: 38
Thanks: 1
Thanked 0 times in 0 posts
|
TW,
That looks like what I'm looking for. Any chance of receiving this indicator from you? Thanks |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Jun 2008
Location: Chicago
Posts: 28
Thanks: 0
Thanked 0 times in 0 posts
|
Sure, no problem.
I ran it over the same data, and it looks the same.. TW |
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Sep 2010
Posts: 2
Thanks: 0
Thanked 0 times in 0 posts
|
I would appreciate if you counld send me this Acceleration Indicator too. Thank uou very much.
|
|
|
|
|
|
#7 |
|
Junior Member
Join Date: May 2011
Posts: 10
Thanks: 0
Thanked 0 times in 0 posts
|
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.
|
|
|
|
|
|
#8 |
|
Senior Member
Join Date: Oct 2007
Posts: 1,829
Thanks: 12
Thanked 83 times in 67 posts
|
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. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |