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

Pine library

In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in a publication is governed by House rules.

Disclaimer