f4r33x

Encoder Decoder

f4r33x Zaktualizowano   
Library "EncoderDecoder"


Simple example how to encode some values into float number and then decode it back to original values



f_calctype()
  Encode parameter
  Returns: encoded value

f_calctype()
  Decode parameter
  Returns: decoded value

f_srctype()
  Encode parameter
  Returns: encoded value

f_srctype()
  Decode parameter
  Returns: decoded value

f_encode(calc_type, src_type, tf, length)
  Encodes 4 paramters into float number
  Parameters:
    calc_type: 1st paramter to encode (its values defined in f_calctype functions) max number of values that can be encoded = 100
    src_type: 2nd paramter to encode (its values defined in f_src_type functions) max number of values that can be encoded = 100
    tf: 3rd paramter to encode (may be int number with format.price precision length!)
    length: 4th paramter to encode (may be any int number)
  Returns: float number

f_decode()
  Decodes 4 paramters into tuple
  Returns: tuple
Informacje o Wersji:
v2

Added:
float value can contain longer value, that cannot end by '0 or 9'
f_count_intdigits()
  Count int digits in number
  Returns: number of int digits in number

f_count_floatdigits()
  Count float digits in number
  Returns: number of float digits in number
Informacje o Wersji:
v3 fix bugs
Informacje o Wersji:
v4
code cleaning
Biblioteka Pine

Działając zgodnie z prawdziwym duchem TradingView, autor opublikował ten kod Pine jako bibliotekę o otwartym kodzie źródłowym, aby inni programiści Pine z naszej społeczności mogli go ponownie wykorzystać. Brawa dla niego! Możesz korzystać z tej biblioteki prywatnie lub w innych publikacjach typu open source, ale ponowne wykorzystanie tego kodu w publikacji podlega Regulaminowi.

Wyłączenie odpowiedzialności

Informacje i publikacje przygotowane przez TradingView lub jego użytkowników, prezentowane na tej stronie, nie stanowią rekomendacji ani porad handlowych, inwestycyjnych i finansowych i nie powinny być w ten sposób traktowane ani wykorzystywane. Więcej informacji na ten temat znajdziesz w naszym Regulaminie.

Chcesz skorzystać z tej biblioteki?

Skopiuj poniższy wiersz i wklej go w swoim skrypcie.