PINE LIBRARY
업데이트됨 bollingerBands

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)
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)
릴리즈 노트
v2Updated:
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)
릴리즈 노트
v3Added:
get_bbVolatility_data(source, length, stdv1, stdv2, stdv3, stdv4, stdv5, stdv6, stdv7, bbVol_lookback, trend_direction)
: Generates Bollinger Bands Volatility
Parameters:
source (float): (float): Source for Bollinger Bands
length (simple int): (int): Length for Bollinger Bands
stdv1 (int): (int): Standard Deviation 1
stdv2 (int): (int): Standard Deviation 2
stdv3 (int): (int): Standard Deviation 3
stdv4 (int): (int): Standard Deviation 4
stdv5 (int): (int): Standard Deviation 5
stdv6 (int): (int): Standard Deviation 6
stdv7 (int): (int): Standard Deviation 7
bbVol_lookback (int): (int): Lookback period for the bb volatility
trend_direction (string): (string): Current direction of the trend
Returns: : Returns a map with the levels, plus direction flag and the data table
Updated:
get_multiple_bollinger_bands(stdv1, stdv2, stdv3, stdv4, stdv5, stdv6, stdv7, length, source)
: Calculates 7 sets of bollinger bands, with 7 different standard deviations
Parameters:
stdv1 (float): (simple int): standard deviation 1
stdv2 (float): (simple int): standard deviation 2
stdv3 (float): (simple int): standard deviation 3
stdv4 (float): (simple int): standard deviation 4
stdv5 (float): (simple int): standard deviation 5
stdv6 (float): (simple int): standard deviation 6
stdv7 (float): (simple int): standard deviation 7
length (simple int): (simple int): Length for the bands
source (float): (simple float): source for the calculation
Returns: : Returns 8 levels plus the range of all the levels.
get_bb_volatility(bb_highest, bb_lowest, ma_length, lookback)
: Provides a volatility indicator based on Bollinger Bands, and indicates wheather the volatility is increasing or decreasing.
Parameters:
bb_highest (float): (simple float): Top Bollinger Band on which to calculate the range.
bb_lowest (float): (simple float): Bottom Bollinger Band on which to calculate the range.
ma_length (simple int): (simple int): Length to use in the smoothing of Bollinger Bands range.
lookback (int): (simple int): Lookback period to identify a change in the Bollinger Bands range.
Returns: : Returns 8 levels plus the range of all the levels.
릴리즈 노트
v4Updated:
get_bbVolatility_data(source, length, stdv1, stdv2, stdv3, stdv4, stdv5, stdv6, stdv7, trend_direction)
: Generates Bollinger Bands Volatility
Parameters:
source (float): (float): Source for Bollinger Bands
length (simple int): (int): Length for Bollinger Bands
stdv1 (int): (int): Standard Deviation 1
stdv2 (int): (int): Standard Deviation 2
stdv3 (int): (int): Standard Deviation 3
stdv4 (int): (int): Standard Deviation 4
stdv5 (int): (int): Standard Deviation 5
stdv6 (int): (int): Standard Deviation 6
stdv7 (int): (int): Standard Deviation 7
trend_direction (string): (string): Current direction of the trend
Returns: : Returns a map with the levels, plus direction flag and the data table
릴리즈 노트
v5릴리즈 노트
v6파인 라이브러리
트레이딩뷰의 진정한 정신에 따라, 작성자는 이 파인 코드를 오픈소스 라이브러리로 게시하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 경의를 표합니다! 이 라이브러리는 개인적으로 사용하거나 다른 오픈소스 게시물에서 사용할 수 있지만, 이 코드의 게시물 내 재사용은 하우스 룰에 따라 규제됩니다.
Trade Smarter, Not Harder!
TradeCreator9
algotraderpro.io/tradecreator9/
TradeCreator9
algotraderpro.io/tradecreator9/
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.
파인 라이브러리
트레이딩뷰의 진정한 정신에 따라, 작성자는 이 파인 코드를 오픈소스 라이브러리로 게시하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 경의를 표합니다! 이 라이브러리는 개인적으로 사용하거나 다른 오픈소스 게시물에서 사용할 수 있지만, 이 코드의 게시물 내 재사용은 하우스 룰에 따라 규제됩니다.
Trade Smarter, Not Harder!
TradeCreator9
algotraderpro.io/tradecreator9/
TradeCreator9
algotraderpro.io/tradecreator9/
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.