PINE LIBRARY

movingAveragesUtilities

Theo AlgoTrader_Pro
Cập nhật
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)
Phát hành các Ghi chú
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
Phát hành các Ghi chú
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
AlgoTrader_Pro

Thư viện Pine

Theo tinh thần TradingView thực sự, tác giả đã xuất bản mã Pine này dưới dạng thư viện nguồn mở để các lập trình viên Pine khác trong cộng đồng của chúng tôi có thể sử dụng lại. Chúc mừng tác giả! Bạn có thể sử dụng thư viện này riêng tư hoặc trong các bài đăng nguồn mở khác. Tuy nhiên, bạn cần sử dụng lại mã này theo Quy tắc nội bộ.

Thông báo miễn trừ trách nhiệm