PINE LIBRARY

String_Encoder_Decoder

Library "String_Encoder_Decoder"
String encoder and decoder to use in internal data tranfer in script calculations.
In example, script encode 125 values once and then decode them every candle.

encode(array or values (val1,val2,val3,val4,val5,val6)
  encode: encode some values into string
  Parameters:
    array: of values or values1, value2 (up to 6 values)
(input values must be stringified)
  Returns: encoded value

decode(val)
  decode: decode into string
  Parameters:
    val: value to decode, must be stringified
  Returns: decoded array of stringified values
arraysdecodedecoderENCODEencoderMATHstringstringsurilityUTIL

Thư viện Pine

Theo tinh thần TradingView thực sự, tác giả đã xuất bản mã Pine này dưới dạng thư viện nguồn mở để các lập trình viên Pine khác trong cộng đồng của chúng tôi có thể sử dụng lại. Chúc mừng tác giả! Bạn có thể sử dụng thư viện này riêng tư hoặc trong các bài đăng nguồn mở khác. Tuy nhiên, bạn cần sử dụng lại mã này theo Quy tắc nội bộ.

Thông báo miễn trừ trách nhiệm