PINE LIBRARY
Güncellendi

Library

70
Library "Library"

Personal library that is used in indicators created by traderrick86.
Sürüm Notları
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
Sürüm Notları
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].
Sürüm Notları
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
Sürüm Notları
v5
Sürüm Notları
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

Feragatname

Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.