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

ไลบรารีไพน์

ด้วยเจตนารมณ์หลักของ TradingView ผู้เขียนได้เผยแพร่ Pine code นี้เป็นโอเพนซอร์ซไลบรารีเพื่อให้ Pine โปรแกรมเมอร์คนอื่นในชุมชนของเราสามารถนำไปใช้ซ้ำได้ ต้องขอบคุณผู้เขียน! คุณสามารถใช้ไลบรารีนี้ในแบบส่วนตัวหรือในการเผยแพร่แบบโอเพนซอร์สอื่น ๆ แต่การนำโค้ดนี้ไปใช้ในการเผยแพร่ซ้ำจะต้องอยู่ภายใต้ กฎระเบียบการใช้งาน

คำจำกัดสิทธิ์ความรับผิดชอบ