ubiquity

Signal_Data_2021_09_09__2021_11_18

ubiquity Güncellendi   
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
Sürüm Notları:
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
Sürüm Notları:
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
Sürüm Notları:
v4 debugging...
Sürüm Notları:
v5
Sürüm Notları:
v6
Sürüm Notları:
v7
Sürüm Notları:
v8
Sürüm Notları:
v9 refactored to put the strings in the global scope. Hoping that will help conserve memory in the local function scope.
Sürüm Notları:
v10
Sürüm Notları:
v11 different initialization method
Sürüm Notları:
v12 updates to conserve time and memory initializing the data
Pine kitaplığı

Gerçek TradingView ruhuyla yazar, topluluğumuzdaki diğer Pine programcılarının yeniden kullanabilmesi için bu Pine kodunu açık kaynaklı bir kitaplık olarak yayınladı. Yazarın eline sağlık! Bu kitaplığı özel olarak veya diğer açık kaynaklı yayınlarda kullanabilirsiniz, ancak bu kodun bir yayında yeniden kullanımı Kullanım Koşulları tarafından yönetilir.

Feragatname

Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.

Bu kütüphaneyi kullanmak ister misiniz?

Metni panoya kopyalayın ve komut dosyanıza yapıştırın.