PINE LIBRARY

Hex

Library "Hex"
Hex String Utility

intToHex(_n)
  helper Binary half octet to hex character
  Parameters:
    _n: Digits to convert

fromDigits(_input, _buffer)
  Digits to Hex String output
  Parameters:
    _input: Integer Input
    _buffer: Number of 0's to pad Hex with
  Returns: string output hex character value buffered to desired length (00-ff default)
converterformattingHEXstrings

Biblioteca Pine

Siguiendo fielmente el espíritu TradingView, el autor ha publicado este código Pine como una biblioteca de código abierto, permitiendo que otros programadores de Pine en nuestra comunidad lo utilicen de nuevo. ¡Olé por el autor! Puede utilizar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero tenga en cuenta que la reutilización de este código en una publicación se rige por las Normas internas.

Exención de responsabilidad