PureBytes Links
Trading Reference Links
|
Hi,
> so the bbandbot is a standard appliedto the
chosen item in the case body
> and the 55.0.5 is ?
As explained in manual:
SYNTAX
bbandbot( ARRAY, periods = 15, width = 2
)
RETURNS
ARRAY
FUNCTION
Calculates the bottom Bollinger Band of ARRAY shifted
downward width standard deviations (using periods
averaging range ).
EXAMPLE
bbandbot( close, 10, 2 )
55 is averaging range and 0.5 is band
width
Best regards,Tomasz Janeczko===============AmiBroker - the
comprehensive share manager.<A
href="">http://www.amibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
David
Holzgrefe
To: <A title=amibroker@xxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, April 03, 2001 3:22
PM
Subject: Re: [amibroker] ??
----- Original Message -----
<BLOCKQUOTE
>
<DIV
>From:
Tomasz Janeczko
To: <A title=amibroker@xxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, April 03, 2001 7:46
PM
Subject: Re: [amibroker] ??
Hi,
<BLOCKQUOTE
>
Hi Tomasz hope you had am enjoyable trip
Thanks, yes I did.
<BLOCKQUOTE
>
this is a snip of code from your coding
candlesticks afl
I guess it measures the body of a
candle
could you please explain how this works in
simple english
BBandBot( Body,55,0.5);
ThBotB =BBandBot( Body,55,0.5);
so the bbandbot is a standard applied to the
chosen item in the case body
and the 55.0.5 is ?
BBandBot function calculates lower (bottom)
bollinger band from
array specified as a first
argument.
Bottom bollinger band is calculated as
moving_average( period ) - width *
standard_deviation( period )
The author of original article Mr.
Likhovidov uses this formula
to calculate average candle body
weight.
Best regards,
Tomasz Janeczko
Your use of
Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|