PINE LIBRARY
Telah dikemas kini

OutofOptionsHelperLibrary

640
Library "OutofOptionsHelperLibrary"
Helper library for my indicators/strategies

isUp(i)
  is Up candle
  Parameters:
    i (int)
  Returns: bool

isDown(i)
  is Down candle
  Parameters:
    i (int)
  Returns: bool

TF(t)
  format time into date/time string
  Parameters:
    t (int)
  Returns: string

S(s)
  format data to string
  Parameters:
    s (float)
  Returns: string

S(s)
  format data to string
  Parameters:
    s (int)
  Returns: string

S(s)
  format data to string
  Parameters:
    s (bool)
  Returns: string

barClose(price, up, strict)
  Determine if candle closed above/below price
  Parameters:
    price (float)
    up (bool)
    strict (bool): bool if close over is required or if close at the price is good enough
  Returns: bool

processSweep(L, price, up, leftB)
  Determine how many liquidity sweeps were made
  Parameters:
    L (array<liquidity>)
    price (float)
    up (bool)
    leftB (int)
  Returns: int

liquidity
  Fields:
    price (series float)
    time (series int)
    oprice (series float)
    otime (series int)
    sweeps (series int)
    bars_swept (series int)
Nota Keluaran
v2

Added:
oneBar()
  number of milliseconds in one bar
  Returns: int

enforceTimeLimit(timeLimits)
  Checks if time is within a restricted list of times that are delimited by new line
  Parameters:
    timeLimits (string)
  Returns: bool

nearestSwing(startTime, bullish, max_tp_price, min_price)
  Parameters:
    startTime (int)
    bullish (bool)
    max_tp_price (float)
    min_price (float)
  Returns: liquidity

inSession(session_range)
  Parameters:
    session_range (string)
  Returns: bool
Nota Keluaran
v3
Nota Keluaran
v4
Nota Keluaran
v5
Nota Keluaran
v6
Nota Keluaran
v7
Nota Keluaran
v8

Added:
avg(a, b)
  Parameters:
    a (float)
    b (float)
  Returns: float
Nota Keluaran
v9
Nota Keluaran
v10
Nota Keluaran
v11
Nota Keluaran
v12

Added:
lineStyleTextToVal(val)
  Parameters:
    val (string)
Nota Keluaran
v13

Updated:
TF(t, timeOnly)
  format time into date/time string
  Parameters:
    t (int)
    timeOnly (bool)
  Returns: string
Nota Keluaran
v14

Added:
lineStyle(s)
  Parameters:
    s (series ln)
Nota Keluaran
v15

Added:
getDuration(s, e)
  Parameters:
    s (int)
    e (int)
Nota Keluaran
v16

Added:
formatTimeframe()
Nota Keluaran
v17

Added:
devToArray(dev)
  Parameters:
    dev (string)

getDev(d, bull, h, l)
  Parameters:
    d (float)
    bull (bool)
    h (float)
    l (float)
Nota Keluaran
v18
Make timezone exportable const
Nota Keluaran
v19
Nota Keluaran
v20

Added:
S2(s)
  format data to string
  Parameters:
    s (float)
  Returns: string

Penafian

Maklumat dan penerbitan adalah tidak bertujuan, dan tidak membentuk, nasihat atau cadangan kewangan, pelaburan, dagangan atau jenis lain yang diberikan atau disahkan oleh TradingView. Baca lebih dalam Terma Penggunaan.