PINE LIBRARY

libpublic

200
Library "libpublic"

sma(src, len)
  Simple Moving Average
  Parameters:
    src (float): Series to use
    len (int): Filtering length
  Returns: Filtered series

ema(src, len)
  Exponential Moving Average
  Parameters:
    src (float): Series to use
    len (int): Filtering length
  Returns: Filtered series

rma(src, len)
  Wilder's Smoothing (Running Moving Average)
  Parameters:
    src (float): Series to use
    len (int): Filtering length
  Returns: Filtered series

hma(src, len)
  Hull Moving Average
  Parameters:
    src (float): Series to use
    len (int): Filtering length
  Returns: Filtered series

vwma(src, len)
  Volume Weighted Moving Average
  Parameters:
    src (float): Series to use
    len (int): Filtering length
  Returns: Filtered series

jma(src, len, phase)
  Jurik MA
  Parameters:
    src (float): Series to use
    len (int): Filtering length
    phase (int): JMA Phase
  Returns: Filtered series

c_Ema(_src, _length)
  Parameters:
    _src (float)
    _length (int)

c_zlema(_src, _length)
  Parameters:
    _src (float)
    _length (int)

to_pips(_v)
  Convert price to pips.
  Parameters:
    _v (float): Price
  Returns: Pips

toPips(_v)
  Parameters:
    _v (float)

get_day(_n)
  Get the day of the week
  Parameters:
    _n (int): Number of day of week

clear_lines(_arr, _min)
  Deletes the lines included in the array.
  Parameters:
    _arr (array<line>): Array of lines
    _min (int): Deletes the lines included in the array.

clear_labels(_arr, _min)
  Deletes the labels included in the array.
  Parameters:
    _arr (array<label>): Array of labels
    _min (int): Deletes the labels included in the array.

clear_boxes(_arr, _min)
  Deletes the boxes included in the array.
  Parameters:
    _arr (array<box>): Array of boxes
    _min (int): Deletes the boxes included in the array.

tfToInt(_timeframe)
  Parameters:
    _timeframe (string)

tfCurrentView(_tf)
  Parameters:
    _tf (float)

f_round(_val, _decimals)
  Parameters:
    _val (float)
    _decimals (int)

getTablePos(_switch)
  Parameters:
    _switch (string)

getTxtSize(_switch)
  Parameters:
    _switch (string)

getTendChar(_trendChar)
  Parameters:
    _trendChar (string)

blueWaves(src, chlLen, avgLen)
  Parameters:
    src (float)
    chlLen (int)
    avgLen (int)

candleType(_candle)
  Parameters:
    _candle (int)

normalizeVolume(_vol, _precision)
  Parameters:
    _vol (float)
    _precision (string)

InSession(sessionTime, sessionTimeZone)
  Parameters:
    sessionTime (string)
    sessionTimeZone (string)

IsSessionStart(sessionTime, sessionTimeZone)
  Parameters:
    sessionTime (string)
    sessionTimeZone (string)

createSessionTime(_timeOffsetStart, _timeOffsetEnd, _offsetTypeStart, _offsetTypeEnd, sessionTimeZone)
  Parameters:
    _timeOffsetStart (int)
    _timeOffsetEnd (int)
    _offsetTypeStart (string)
    _offsetTypeEnd (string)
    sessionTimeZone (string)

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

Thông tin và các ấn phẩm này không nhằm mục đích, và không cấu thành, lời khuyên hoặc khuyến nghị về tài chính, đầu tư, giao dịch hay các loại khác do TradingView cung cấp hoặc xác nhận. Đọc thêm tại Điều khoản Sử dụng.