ubiquity

Signal_Data_2021_09_09__2021_11_18

ubiquity Atualizado   
Library "Signal_Data_2021_09_09__2021_11_18"
Functions to support my timing signals system

import_start_time(harmonic) get the start time for each harmonic signal
  Parameters:
    harmonic: is an integer identifying the harmonic
  Returns: the starting timestamp of the harmonic data

import_signal(index, harmonic) access point for pre-processed data imported here by copy paste
  Parameters:
    index: is the current data index, use 0 to initialize
    harmonic: is the data set to index, use 0 to initialize
  Returns: the data from the indicated harmonic array starting at index, and the starting timestamp of that data
Notas de Lançamento:
v2 added a length parameter to return the length of an array

Updated:
import_signal(index, harmonic, length) access point for pre-processed data imported here by copy paste
  Parameters:
    index: is the current data index, use 0 to initialize
    harmonic: is the data set to index, use 0 to initialize
    length: when true returns the length of the indicated harmonic array rather than the data
  Returns: the data from the indicated harmonic array starting at index, and the starting timestamp of that data
Notas de Lançamento:
v3 change name of 'length' parameter to 'get_length'

Updated:
import_signal(index, harmonic, get_length) access point for pre-processed data imported here by copy paste
  Parameters:
    index: is the current data index, use 0 to initialize
    harmonic: is the data set to index, use 0 to initialize
    get_length: when true returns the length of the indicated harmonic array rather than the data
  Returns: the data from the indicated harmonic array starting at index, and the starting timestamp of that data
Notas de Lançamento:
v4 debugging...
Notas de Lançamento:
v5
Notas de Lançamento:
v6
Notas de Lançamento:
v7
Notas de Lançamento:
v8
Notas de Lançamento:
v9 refactored to put the strings in the global scope. Hoping that will help conserve memory in the local function scope.
Notas de Lançamento:
v10
Notas de Lançamento:
v11 different initialization method
Notas de Lançamento:
v12 updates to conserve time and memory initializing the data
Biblioteca do Pine

No verdadeiro espírito TradingView, o autor publicou este código de Pine como uma biblioteca de código aberto para que outros programadores de Pine de nossa comunidade possam reutilizá-lo. Um brinde ao autor! Você pode usar esta biblioteca em particular ou em outras publicações de código aberto, mas a reutilização deste código em uma publicação é regida pelas Regras da Casa.

Aviso legal

As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.

Gostaria de usar essa biblioteca?

Copie a seguinte linha e cole-a em seu script.