v2
Added:
get_mas_color(ma_fast, ma_med, ma_slow, length_slow, length_medium, length_fast, ma_transparency)
: Generates de color for the moving averages lines
Parameters:
ma_fast (float): (float): Moving average fast
ma_med (float): (float): Moving average medium
ma_slow (float): (float): Moving average slow
length_slow (int): (int): Slow moving average length
length_medium (int): (int): Medium moving average length
length_fast (int): (int): Fast moving average length
ma_transparency (int): (int): Transparency for the moving average line
Returns: : Returns three colors