ubiquity

Signal_Data_2021_09_09__2021_11_18

ubiquity 已更新   
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
發布通知:
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
發布通知:
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
發布通知:
v4 debugging...
發布通知:
v5
發布通知:
v6
發布通知:
v7
發布通知:
v8
發布通知:
v9 refactored to put the strings in the global scope. Hoping that will help conserve memory in the local function scope.
發布通知:
v10
發布通知:
v11 different initialization method
發布通知:
v12 updates to conserve time and memory initializing the data
Pine腳本庫

本著真正的TradingView精神,作者將此Pine代碼以開源腳本庫發布,以便我們社群的其他Pine程式設計師可以重用它。向作者致敬!您可以私下或在其他開源出版物中使用此庫,但在出版物中重用此代碼受網站規則約束。

免責聲明

這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。

想使用這個腳本庫嗎?

複製以下行並將其黏貼到您的腳本中。