PINE LIBRARY

bollingerBands

By AlgoTrader_Pro
Updated
Library "bollingerBands"
Bollinger bands related functions

get_multiple_bollinger_bands(stdv1, stdv2, stdv3, stdv4, stdv5, stdv6, stdv7, length, source)
  Parameters:
    stdv1 (int)
    stdv2 (int)
    stdv3 (int)
    stdv4 (int)
    stdv5 (int)
    stdv6 (int)
    stdv7 (int)
    length (simple int)
    source (float)

get_bb_volatility(bb_highest, bb_lowest, ma_length, lookback)
  Parameters:
    bb_highest (float)
    bb_lowest (float)
    ma_length (simple int)
    lookback (int)
Release Notes
v2

Updated:
get_multiple_bollinger_bands(stdv1, stdv2, stdv3, stdv4, stdv5, stdv6, stdv7, length, source)
  Parameters:
    stdv1 (float)
    stdv2 (float)
    stdv3 (float)
    stdv4 (float)
    stdv5 (float)
    stdv6 (float)
    stdv7 (float)
    length (simple int)
    source (float)
techindicator
AlgoTrader_Pro

Pine library

In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in a publication is governed by House rules.

Disclaimer