PINE LIBRARY

Utility

Cập nhật
Library "Utility"

dema(src, length)
  Parameters:
    src (float)
    length (simple int)

tema(src, length)
  Parameters:
    src (float)
    length (simple int)

hma(src, length)
  Parameters:
    src (float)
    length (int)

zlema(src, length)
  Parameters:
    src (float)
    length (simple int)

stochRSI(src, lengthRSI, lengthStoch, smoothK, smoothD)
  Parameters:
    src (float)
    lengthRSI (simple int)
    lengthStoch (int)
    smoothK (int)
    smoothD (int)

slope(src, length)
  Parameters:
    src (float)
    length (int)
Phát hành các Ghi chú
v2

Added:
drift(src, length)
  Parameters:
    src (float)
    length (int)
Phát hành các Ghi chú
v3
Phát hành các Ghi chú
v4

Added:
smma(src, length)
  Parameters:
    src (float)
    length (simple int)

Updated:
hma(src, length)
  Parameters:
    src (float)
    length (simple int)

stochRSI(src, lengthRSI, lengthStoch, smoothK, smoothD)
  Parameters:
    src (float)
    lengthRSI (simple int)
    lengthStoch (simple int)
    smoothK (simple int)
    smoothD (simple int)

slope(src, length)
  Parameters:
    src (float)
    length (simple int)

drift(src, length)
  Parameters:
    src (float)
    length (simple int)
Phát hành các Ghi chú
v5

Added:
impulseMACD(src, lengthSlowMA, lengthFastMA, lengthDEM, addThreshold)
  Parameters:
    src (float)
    lengthSlowMA (simple int)
    lengthFastMA (simple int)
    lengthDEM (simple int)
    addThreshold (simple float)
Phát hành các Ghi chú
v6

Added:
zlema2(src, length)
  Parameters:
    src (float)
    length (simple int)
Phát hành các Ghi chú
v7

Added:
t3(src, length)
  Parameters:
    src (float)
    length (simple int)
Phát hành các Ghi chú
v8

Added:
KijunSen(src, length)
  Parameters:
    src (float)
    length (simple int)

McGinley(src, length)
  Parameters:
    src (float)
    length (simple int)
Phát hành các Ghi chú
v9

Added:
superTrend(src, atrPeriod, atrMultiplier)
  Parameters:
    src (float)
    atrPeriod (simple int)
    atrMultiplier (simple float)
Phát hành các Ghi chú
v10

Added:
ema(src, length)
  Parameters:
    src (float)
    length (simple int)

sigmoid(x)
  Parameters:
    x (float)

zcsigmoid(x)
  Parameters:
    x (float)

tanh(x)
  Parameters:
    x (float)
Phát hành các Ghi chú
v11

Added:
normalize(src, min, max, length)
  Parameters:
    src (float)
    min (simple float)
    max (simple float)
    length (simple int)

normalDistribution(src, mean, std)
  Parameters:
    src (float)
    mean (simple float)
    std (simple float)
Phát hành các Ghi chú
v12

Added:
variableMovingAverage(src, length)
  Parameters:
    src (float)
    length (simple int)
Phát hành các Ghi chú
v13
migrate to v6
MATHstatisticstechindicator

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