PINE LIBRARY

NvhLib

47
Library "NvhLib"
TODO: add library description here

fun(x)
  TODO: add function description here
  Parameters:
    x (float): TODO: add parameter x description here
  Returns: TODO: add what function returns

IsMaUptrend(length)
  Parameters:
    length (int)

IsMaDowntrend(length)
  Parameters:
    length (int)

GetMADirection(length)
  Parameters:
    length (int)

iMACD(index)
  Parameters:
    index (int)

IsMacdUptrend()

IsMacdDowntrend()

GetMacdDirection()

iSignal(index)
  Parameters:
    index (int)

IsSignalUptrend()

IsSignalDowntrend()

GetSignalDirection()

iHistogram(index)
  Parameters:
    index (int)

IsHistogramUptrend()

IsHistogramDowntrend()

GetHistogramDirection()

GetTablePos(pos)
  Parameters:
    pos (string)

GetTableSize(size)
  Parameters:
    size (string)

GetMAOrder(mas, mam, mal)
  Parameters:
    mas (float)
    mam (float)
    mal (float)

IsBull()

IsBull(open, close)
  Parameters:
    open (float)
    close (float)

IsBear()

IsBear(open, close)
  Parameters:
    open (float)
    close (float)

IsStandardHigh()

IsStandardHigh(hi, lo)
  Parameters:
    hi (float)
    lo (float)

IsStandardHigh(hi, lo, xAtr, yAtr)
  Parameters:
    hi (float)
    lo (float)
    xAtr (float)
    yAtr (float)

IsStandardBody(bodySpreadPercent)
  Parameters:
    bodySpreadPercent (int)

IsStandardBody(open, high, low, close, bodySpreadPercent)
  Parameters:
    open (float)
    high (float)
    low (float)
    close (float)
    bodySpreadPercent (int)

IsBullPinbar()

IsBearPinbar()

IsBullTwoBarReversal()

IsBearTwoBarReversal()

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.