Acceleration Bands

This is a discussion on Acceleration Bands within the Technical Analysis forums, part of the Methodologies category; Hi. I've been reading Price Headley's 'Big Trends in Trading' in which he proposes an indicator - Acceleration Bands. He ...

Reply
 
LinkBack Thread Tools
Junior Member
 
Join Date: Dec 2003
Posts: 35
Acceleration Bands

Hi. I've been reading Price Headley's 'Big Trends in Trading' in which he proposes an indicator - Acceleration Bands. He gives the Tradestation code for the indicator, which basically translates to:

Upperband = ( High * ( 1 + 2 * (((( High - Low )/(( High + Low ) / 2 )) * 1000 ) * Factor )));

Lowerband = ( Low * ( 1 - 2 * (((( High - Low )/(( High + Low ) / 2 )) * 1000 ) * Factor )));

Not being very mathematical (and I'm sure this makes sense to someone), I can't understand the parts in the first parts of the formula, i.e. 1 + 2 (for Upperband) and 1 - 2 (for Lowerband). Simple maths, I'm sure, but why not use 3 (1 + 2 in Upperband) and -2 (1 - 2 in Lowerband)? I know I'm missing something here and I'd be grateful if someone can point me in the right direction.

For those interested, the Tradestation code is:

UpperBand:
Average((high*(1+2 * ((((high-low) / ((high+low) / 2)) * 1000) *. 0001))), 20)

LowerBand:
Average((low*(1-2 * ((((high-low) / ((high+low) / 2)) * 1000) *. 0001))), 20)




Cheers
kvhutch is offline   Reply With Quote
Legendary Member
 
Join Date: Jul 2003
Posts: 6,060
TheBramble's Trading Profile
It's all to do with the mathematical concepts of commutivity and associativity.

The '2' is a multiplicand of the next order parenthetical statement.

Basically, the "2 *" operates on the result of the computation inside the parentheses BEFORE the "1+" or "1-" is applied.
TheBramble is offline   Reply With Quote
Legendary Member
 
FetteredChinos's Avatar
 
Join Date: Jun 2003
Location: Fraggle Rock
Posts: 3,899
brambs have you been on the meths again today?
FetteredChinos is offline   Reply With Quote
Legendary Member
 
Join Date: Jul 2003
Posts: 6,060
TheBramble's Trading Profile
Will you stop stalking me.

I've told you "No". My Mentorship Programme is full....
TheBramble is offline   Reply With Quote
Junior Member
 
Join Date: Dec 2003
Posts: 35
kvhutch started this thread brambs, when I grow up I want to speak just like you. But yes, I get it. Many Thanks for your swift and excellent reply.

Cheers
kvhutch is offline   Reply With Quote
Legendary Member
 
Join Date: Jul 2003
Posts: 6,060
TheBramble's Trading Profile
You're welcome.

When (if) I grow up I want to know what the hell to do with Acceleration Bands.
TheBramble is offline   Reply With Quote
Banned
 
Salty Gibbon's Avatar
 
Join Date: Aug 2003
Location: Next to the bathroom
Posts: 1,560
You really want to know ?
Salty Gibbon is offline   Reply With Quote
Newbie
 
Join Date: Oct 2008
Location: California
Posts: 1
Correction to factor

Quote:
Originally Posted by kvhutch View Post
Hi. I've been reading Price Headley's 'Big Trends in Trading' in which he proposes an indicator - Acceleration Bands. He gives the Tradestation code for the indicator, which basically translates to:

Upperband = ( High * ( 1 + 2 * (((( High - Low )/(( High + Low ) / 2 )) * 1000 ) * Factor )));

Lowerband = ( Low * ( 1 - 2 * (((( High - Low )/(( High + Low ) / 2 )) * 1000 ) * Factor )));

Not being very mathematical (and I'm sure this makes sense to someone), I can't understand the parts in the first parts of the formula, i.e. 1 + 2 (for Upperband) and 1 - 2 (for Lowerband). Simple maths, I'm sure, but why not use 3 (1 + 2 in Upperband) and -2 (1 - 2 in Lowerband)? I know I'm missing something here and I'd be grateful if someone can point me in the right direction.

For those interested, the Tradestation code is:

UpperBand:
Average((high*(1+2 * ((((high-low) / ((high+low) / 2)) * 1000) *. 0001))), 20)

LowerBand:
Average((low*(1-2 * ((((high-low) / ((high+low) / 2)) * 1000) *. 0001))), 20)




Cheers
Note: factor should be 0.001 rather than 0.0001
RobV is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
AIQ bands? Zealot Indicators 0 Jun 10, 2005 4:45pm
bollinger bands traderjuk Indicators 12 May 26, 2005 5:18pm
Bollinger Bands cd173 Technical Analysis 12 Nov 20, 2003 6:31pm
Hardware Acceleration Setting on Win XP Trader333 Software 11 Oct 27, 2003 9:41am
Kirshenbaum Bands chachi Technical Analysis 5 Apr 22, 2003 12:42pm


New To Site? Need Help?


All times are GMT -4. The time now is 9:54pm.


Copyright © 2001-2009 Trade2Win Ltd