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腳本庫

在真正的TradingView精神中,作者將這段Pine程式碼發佈為開源程式庫,以便我們社群的其他Pine程式設計師可以重複使用它。請向作者致敬!您可以私下使用這個函式庫,或在其他開源出版品中使用,但在出版物中再次使用這段程式碼將受到網站規則的約束。

免責聲明