RicardoSantos

FunctionArrayUnique

Library "FunctionArrayUnique"
Method for retrieving the unique elements in a array.
for example would retrieve a array with ,
the elements retrieved will be sorted by its first seen index in
parent array.
note: float values have no precision option.

unique(source)
  method for retrieving the unique elements in a array.
  Parameters:
    source: array<float> source array to extract elements.
  Returns: array<float> unique elements in the source array.

unique(source)
  method for retrieving the unique elements in a array.
  Parameters:
    source: array<int> source array to extract elements.
  Returns: array<int> unique elements in the source array.

unique(source)
  method for retrieving the unique elements in a array.
  Parameters:
    source: array<string> source array to extract elements.
  Returns: array<string> unique elements in the source array.
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.