PINE LIBRARY

movingAveragesUtilities

Mis à jour
Library "movingAveragesUtilities"

get_movingAverages_data(source, length_fast, length_medium, length_slow)
  Parameters:
    source (float)
    length_fast (simple int)
    length_medium (simple int)
    length_slow (simple int)
Notes de version
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
Notes de version
v3

Updated:
get_mas_color(ma_fast, ma_med, ma_slow, length_slow, length_medium, length_fast, ma_transp)
  : 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_transp (int)
  Returns: : Returns three colors
techindicator

Bibliothèque Pine

Dans le plus pur esprit TradingView, l'auteur a publié ce code Pine en tant que bibliothèque open-source afin que d'autres programmeurs Pine de notre communauté puissent le réutiliser. Bravo à l'auteur! Vous pouvez utiliser cette bibliothèque en privé ou dans d'autres publications à code source ouvert, mais la réutilisation de ce code dans une publication est régie par nos Règles.


Aussi sur:

Clause de non-responsabilité