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
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
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
Perpustakaan Pine
Dalam semangat sebenar TradingView, penulis telah menerbitkan kod Pine ini sebagai perpustakaan sumber terbuka supaya pengaturcara Pine lain dari komuniti kami boleh menggunakannya semula. Sorakan kepada penulis! Anda juga boleh menggunakan perpustakaan ini secara peribadi atau dalam penerbitan sumber terbuka lain, tetapi penggunaan semula kod ini dalam penerbitan adalah tertakluk kepada Peraturan Dalaman.
Penafian
Perpustakaan Pine
Dalam semangat sebenar TradingView, penulis telah menerbitkan kod Pine ini sebagai perpustakaan sumber terbuka supaya pengaturcara Pine lain dari komuniti kami boleh menggunakannya semula. Sorakan kepada penulis! Anda juga boleh menggunakan perpustakaan ini secara peribadi atau dalam penerbitan sumber terbuka lain, tetapi penggunaan semula kod ini dalam penerbitan adalah tertakluk kepada Peraturan Dalaman.