PINE LIBRARY

libcompress

已更新
Library "libcompress"
numbers compressor for large output data compression

compress_fp24()
  converts float to base64 (4 chars) | 24 bits: 1 sign + 5 exponent + 18 mantissa
  Returns: 4-character base64_1/5/18 representation of x

compress_ufp18()
  converts unsigned float to base64 (3 chars) | 18 bits: 5 exponent + 13 mantissa
  Returns: 3-character base64_0/5/13 representation of x

compress_int()
  converts int to base64
版本注释
v2

Bug fixes
版本注释
v3

Major logic fixes

Added:
base64_tointstr()
  converts base64 to int string
alertsformattingstrings

Pine脚本库

本着真正的TradingView精神,作者将此Pine代码发布为开源脚本库,以便我们社区的其他Pine程序员可以重复使用它。向作者致敬!您可以私下或在其它开源出版物中使用此脚本库,但在出版物中重复使用此代码受网站规则约束。

免责声明