v3
Added:
keltnerchannels(atr_lkbk, mult, basis, band_width)
Keltner Channels
Parameters:
atr_lkbk (simple int): int
mult (float): float
basis (float): float
band_width (float): float
Returns: Keltner Channels with an outer band of varying thickness adjustable by the band_width input
Updated:
bollingerbands(src, lkbk, mult, basis, band_width)
Bollinger Bands
Parameters:
src (float): float
lkbk (int): int
mult (float): float
basis (float): float
band_width (float): float
Returns: Bollinger Bands with an outer band of varying thickness adjustable by the band_width input
donchianchannels(src, lkbk, band_width)
Donchian Channels
Parameters:
src (float): float
lkbk (int): int
band_width (float): float
Returns: Donchian Channels with an outer band of varying thickness adjustable by the band_width input