RicardoSantos

FunctionElementsInArray

RicardoSantos Wizard Uppdaterad   
Library "FunctionElementsInArray"
Methods to count number of elements in arrays

count_float(sample, value) Counts the number of elements equal to provided value in array.
  Parameters:
    sample: float array, sample data to process.
    value: float value to check for equality.
  Returns: int.

count_int(sample, value) Counts the number of elements equal to provided value in array.
  Parameters:
    sample: int array, sample data to process.
    value: int value to check for equality.
  Returns: int.

count_string(sample, value) Counts the number of elements equal to provided value in array.
  Parameters:
    sample: string array, sample data to process.
    value: string value to check for equality.
  Returns: int.

count_bool(sample, value) Counts the number of elements equal to provided value in array.
  Parameters:
    sample: bool array, sample data to process.
    value: bool value to check for equality.
  Returns: int.

count_color(sample, value) Counts the number of elements equal to provided value in array.
  Parameters:
    sample: color array, sample data to process.
    value: color value to check for equality.
  Returns: int.

extract_indices_float(sample, value) Counts the number of elements equal to provided value in array, and returns its indices.
  Parameters:
    sample: float array, sample data to process.
    value: float value to check for equality.
  Returns: int.

extract_indices_int(sample, value) Counts the number of elements equal to provided value in array, and returns its indices.
  Parameters:
    sample: int array, sample data to process.
    value: int value to check for equality.
  Returns: int.

extract_indices_string(sample, value) Counts the number of elements equal to provided value in array, and returns its indices.
  Parameters:
    sample: string array, sample data to process.
    value: string value to check for equality.
  Returns: int.

extract_indices_bool(sample, value) Counts the number of elements equal to provided value in array, and returns its indices.
  Parameters:
    sample: bool array, sample data to process.
    value: bool value to check for equality.
  Returns: int.

extract_indices_color(sample, value) Counts the number of elements equal to provided value in array, and returns its indices.
  Parameters:
    sample: color array, sample data to process.
    value: color value to check for equality.
  Returns: int.
Versionsinformation:
v2

removed type references from name, as previously was not possible to use same name functions with different signature.

Added:
count(sample, value) Counts the number of elements equal to provided value in array.
  Parameters:
    sample: color array, sample data to process.
    value: color value to check for equality.
  Returns: int.

extract_indices(sample, value) Counts the number of elements equal to provided value in array, and returns its indices.
  Parameters:
    sample: color array, sample data to process.
    value: color value to check for equality.
  Returns: int.

Removed:
count_float(sample, value) Counts the number of elements equal to provided value in array.

count_int(sample, value) Counts the number of elements equal to provided value in array.

count_string(sample, value) Counts the number of elements equal to provided value in array.

count_bool(sample, value) Counts the number of elements equal to provided value in array.

count_color(sample, value) Counts the number of elements equal to provided value in array.

extract_indices_float(sample, value) Counts the number of elements equal to provided value in array, and returns its indices.

extract_indices_int(sample, value) Counts the number of elements equal to provided value in array, and returns its indices.

extract_indices_string(sample, value) Counts the number of elements equal to provided value in array, and returns its indices.

extract_indices_bool(sample, value) Counts the number of elements equal to provided value in array, and returns its indices.

extract_indices_color(sample, value) Counts the number of elements equal to provided value in array, and returns its indices.
Pinebibliotek

I sann TradingView-anda har författaren publicerat denna Pine-kod som ett bibliotek med öppen källkod så att andra Pine-programmerare från vår community kan återanvända den. Hatten av för författaren! Du kan använda det här biblioteket privat eller i andra publikationer med öppen källkod, men återanvändning av den här koden i en publikation regleras av våra ordningsregler.

Frånsägelse av ansvar

Informationen och publikationerna är inte avsedda att vara, och utgör inte heller finansiella, investerings-, handels- eller andra typer av råd eller rekommendationer som tillhandahålls eller stöds av TradingView. Läs mer i Användarvillkoren.

Vill du använda det här biblioteket?

Kopiera följande rad och klistra in det i ditt skript.