Downloading...
PINE LIBRARY
Updated

DespGeneral

66
Library "DespGeneral"

GetAvgVolotility(sHigh, sLow, countLast)
  Parameters:
    sHigh (float)
    sLow (float)
    countLast (int)

GetCandleSize(sHigh, sLow, barIndexBack)
  Parameters:
    sHigh (float)
    sLow (float)
    barIndexBack (int)

IsNegative(sClose, sOpen, barIndexBack)
  Parameters:
    sClose (float)
    sOpen (float)
    barIndexBack (int)

GetBottomWickSize(sClose, sOpen, sLow, barIndexBack)
  Parameters:
    sClose (float)
    sOpen (float)
    sLow (float)
    barIndexBack (int)

GetTopWickSize(sClose, sOpen, sHigh, barIndexBack)
  Parameters:
    sClose (float)
    sOpen (float)
    sHigh (float)
    barIndexBack (int)

GetDistanceInTicksAbs(fromPrice, toPrice, tickSize)
  Parameters:
    fromPrice (float)
    toPrice (float)
    tickSize (float)
Release Notes
v2
Release Notes
v3

Added:
GetAvgVolotilityAbsolute(sHigh, sLow, countLast)
  Parameters:
    sHigh (float)
    sLow (float)
    countLast (int)

IsLongTrend(sHigh, sLow, lCountBack, hCountBack)
  Parameters:
    sHigh (float)
    sLow (float)
    lCountBack (int)
    hCountBack (int)

IsRange(sHigh, sLow, lCountBack, hCountBack)
  Parameters:
    sHigh (float)
    sLow (float)
    lCountBack (int)
    hCountBack (int)
Release Notes
v4

Updated:
IsRange(sHigh, sLow, lCountBack, hCountBack, avgBarSize)
  Parameters:
    sHigh (float)
    sLow (float)
    lCountBack (int)
    hCountBack (int)
    avgBarSize (float)
Release Notes
v5

Updated:
IsLongTrend(sHigh, sLow, countBack)
  Parameters:
    sHigh (float)
    sLow (float)
    countBack (int)

IsRange(sHigh, sLow, countBack, maxRange)
  Parameters:
    sHigh (float)
    sLow (float)
    countBack (int)
    maxRange (float)

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.