PINE LIBRARY
Diupdate

Library

71
Library "Library"

Personal library that is used in indicators created by traderrick86.
Catatan Rilis
v2

Added:
isUpBar()
  isUpBar
  Returns: Boolean: true if the current bar is up

isDownBar()
  isDownBar
  Returns: Boolean: true if the current bar is down

lowestOfOpenClose()
  lowestOfOpenClose
  Returns: float: the lower value between the bar's open and close prices

highestOfOpenClose()
  highestOfOpenClose
  Returns: float: the higher value between the bar's open and close prices

barRange()
  barRange
  Returns: float: the range of the bar calculated as the difference between high and low

Removed:
fun(x)
  TODO: add function description here
Catatan Rilis
v3

Added:
avgBarRange(period)
  avgBarRange
  Parameters:
    period (int): int: Number of bars to use for calculating the simple moving average of the bar range.
  Returns: float: The average bar range, computed as ta.sma(barRange(), period)[1].
Catatan Rilis
v4

Added:
upBar()
  upBar
  Returns: Boolean: true if the current bar is up

downBar()
  downBar
  Returns: Boolean: true if the current bar is down

smallBarRange(avgBarRange, factor)
  smallBarRange
  Parameters:
    avgBarRange (float): float: The average bar range.
    factor (float): float: The multiplier factor for a small bar.
  Returns: float: The computed small bar range.

bigBarRange(avgBarRange, factor)
  bigBarRange
  Parameters:
    avgBarRange (float): float: The average bar range.
    factor (float): float: The multiplier factor for a big bar.
  Returns: float: The computed big bar range.

smallBar(barRange, smallBarRange)
  notSmallBar
  Parameters:
    barRange (float): float: The current bar range, computed using barRange()
    smallBarRange (float): float: The computed small bar range value
  Returns: bool: true if the bar range is greater than the small bar range

bigBar(barRange, bigBarRange)
  bigBar
  Parameters:
    barRange (float): float: The current bar range, computed using barRange()
    bigBarRange (float): float: The computed big bar range value
  Returns: bool: true if the bar range is greater than or equal to the big bar range

Removed:
isUpBar()
  isUpBar

isDownBar()
  isDownBar
Catatan Rilis
v5
Catatan Rilis
v6

Added:
notSmallBar(barRange, smallBarRange)
  notSmallBar
  Parameters:
    barRange (float): float: The current bar range, computed using barRange()
    smallBarRange (float): float: The computed small bar range value
  Returns: bool: true if the bar range is greater than the small bar range

Removed:
smallBar(barRange, smallBarRange)
  notSmallBar

Pernyataan Penyangkalan

Informasi dan publikasi tidak dimaksudkan untuk menjadi, dan bukan merupakan saran keuangan, investasi, perdagangan, atau rekomendasi lainnya yang diberikan atau didukung oleh TradingView. Baca selengkapnya di Persyaratan Penggunaan.