RicardoSantos

MathComplexArray

RicardoSantos Wizard Actualizado   
Library "MathComplexArray"
Array methods to handle complex number arrays.

new(size, initial_complex) Prototype to initialize a array of complex numbers.
Parameters:
  • size: size of the array.
  • initial_complex: Complex number to be used as default value, in the form of array .
Returns: float array, pseudo complex Array in the form of a array

get(id, index) Get the complex number in a array, in the form of a array
Parameters:
  • id: float array, ID of the array.
  • index: int, Index of the complex number.
Returns: float array, pseudo complex number in the form of a array

set(id, index, complex_number) Sets the values complex number in a array.
Parameters:
  • id: float array, ID of the array.
  • index: int, Index of the complex number.
  • complex_number: float array, Complex number, in the form: .
Returns: Void, updates array id.

push(id, complex_number) Push the values into a complex number array.
Parameters:
  • id: float array, ID of the array.
  • complex_number: float array, Complex number, in the form: .
Returns: Void, updates array id.

pop(id, complex_number) Pop the values from a complex number array.
Parameters:
  • id: float array, ID of the array.
  • complex_number: float array, Complex number, in the form: .
Returns: Void, updates array id.

to_string(id, format) Reads a array of complex numbers into a string, of the form: "[ , ... ]""
Parameters:
  • id: float array, ID of the array.
  • format: string, format of the number conversion, default='#.##########'.
Returns: string, translated complex array into string.
Notas de prensa:
v2 update for type, except for to_string() the library is mostly deprecated now since its possible to use array methods directly with types.
Biblioteca Pine

Siguiendo el verdadero espíritu de TradingView, el autor de este código de Pine lo ha publicado como biblioteca de código abierto, para que el resto de programadores de Pine de esta comunidad puedan volver a utilizarlo. ¡Un hurra por el autor! Puede utilizar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero debe ceñirse a lo establecido en las Normas internas.

Exención de responsabilidad

La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.

¿Quiere utilizar esta biblioteca?

Copie la siguiente línea y péguela en su script.