TradingView
pattyhendrix
15 Jan 2023 pukul 04.02

HendrixLIBRARY - utils 

BTCUSDTPERP PERPETUAL MIX CONTRACTBitget

Deskripsi

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

Catatan Rilis

v2

Added:
getTimeframe(customTimeframe, tf)
  Parameters:
    customTimeframe
    tf
Lebih lanjut