BBandTop
- top bollinger band

Indicators


SYNTAX BBandTop( ARRAY, periods = 15, width = 2 )
RETURNS ARRAY
FUNCTION Calculates the top Bollinger Band of ARRAY shifted up width standard deviations (using periods averaging range ).
EXAMPLE bbandtop( close, 10, 2 )
SEE ALSO  

References:

The BBandTop function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.