Hi,
I have not read the
article, but maybe this are the Headley - Acceleration Bands
/* Headley - Acceleration Bands */
MidPt = MA( C, 20 );
AccUp = MA( ( H *
( 1 + 2 * ( ( ( ( H - L
) / ( ( H + L ) / 2 ) ) * 1000 ) * .001 ) ) ) , 20 );
AccDn = MA( ( L
* ( 1 - 2 * ( ( ( ( H - L ) / ( ( H + L
) / 2 ) ) * 1000 ) * .001 ) ) ) , 20 );
Plot( C, "", colorBlack, styleCandle );
Plot( MidPt, "", colorBrown, styleDots );
Plot( AccUp, "", colorBrown, styleLine );
Plot( AccDn, "", colorBrown, styleLine );
Title = EncodeColor( colorBrown ) + "Headely - Acceleration Bands";
Regards
Thomas
www.tradingbasis.com
Von: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] Im Auftrag von ed nl
Gesendet: Sonntag, 03. Juli 2005
11:24
An: amibroker@xxxxxxxxxxxxxxx
Betreff: [amibroker] bands in
Traders Tips
in Amibroker tips (http://www.amibroker.com/members/traders/05-2005.html)
there is a chart of VRSN (top chart) with grey bands. They do not appear to
be Bollinger bands. Anybody know how they can be reproduced. I tried EMA, MA
etc. and they do not seem to fit, Bollinger, Keltner etc, also no
fit.
Please
note that this group is for discussion between users only.
To get support from AmiBroker please send an
e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
---- LSpots keywords ?>---- HM ADS ?>
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
---- LSpots keywords ?>
---- HM ADS ?>
YAHOO! GROUPS LINKS