PINE LIBRARY

OutofOptionsHelperLibrary

업데이트됨
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)
릴리즈 노트
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
릴리즈 노트
v3
릴리즈 노트
v4
릴리즈 노트
v5
릴리즈 노트
v6
릴리즈 노트
v7
릴리즈 노트
v8

Added:
avg(a, b)
  Parameters:
    a (float)
    b (float)
  Returns: float
debuggingMATHstrings

파인 라이브러리

진정한 TradingView 정신에 따라, 저자는 이 파인 코드를 다른 파인 프로그래머들이 재사용할 수 있도록 오픈 소스 라이브러리로 공개했습니다. 저자에게 박수를 보냅니다! 이 라이브러리는 개인적으로 사용하거나 다른 오픈 소스 출판물에서 사용할 수 있지만, 이 코드를 출판물에서 재사용하는 것은 하우스 룰에 의해 관리됩니다.

면책사항