TradingView
pattyhendrix
15. Jan. 2023 04:02

HendrixLIBRARY - utils 

BTCUSDTPERP PERPETUAL MIX CONTRACTBitget

Beschreibung

Library "HendrixLIBRARY"

getVolumeData()

getLTF(customTimeframe, ltf)
  Parameters:
    customTimeframe
    ltf

sumArray(a)
  Parameters:
    a

arrs2vals(upVolumeArray, downVolumeArray, volArr)
  Parameters:
    upVolumeArray
    downVolumeArray
    volArr

getVolumesFromUpDownArrays(upVolumeArray, downVolumeArray)
  Parameters:
    upVolumeArray
    downVolumeArray

getDeltaFromVolumes(upVolume, downVolume)
  Parameters:
    upVolume
    downVolume

getDeltaFromUpDownArrays(upVolumeArray, downVolumeArray)
  Parameters:
    upVolumeArray
    downVolumeArray

getUpColor()

getDownColor()

getBlackColor()

getColors()

printTableTR(txt)
  Parameters:
    txt

printTableBR(txt)
  Parameters:
    txt

printTableMR(txt)
  Parameters:
    txt

print(txt, lbl)
  Parameters:
    txt
    lbl

printSyminfo(sym)
  Parameters:
    sym

Versionshinweise

v2

Added:
getTimeframe(customTimeframe, tf)
  Parameters:
    customTimeframe
    tf
Mehr