PINE LIBRARY
Cập nhật Signal_Data_2021_09_09__2021_11_18

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
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
Phát hành các Ghi chú
v2 added a length parameter to return the length of an arrayUpdated:
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
Phát hành các Ghi chú
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
Phát hành các Ghi chú
v4 debugging...Phát hành các Ghi chú
v5Phát hành các Ghi chú
v6Phát hành các Ghi chú
v7Phát hành các Ghi chú
v8Phát hành các Ghi chú
v9 refactored to put the strings in the global scope. Hoping that will help conserve memory in the local function scope.Phát hành các Ghi chú
v10Phát hành các Ghi chú
v11 different initialization methodPhát hành các Ghi chú
v12 updates to conserve time and memory initializing the dataThư viện Pine
Theo tinh thần TradingView thực sự, tác giả đã xuất bản mã Pine này dưới dạng thư viện nguồn mở để các lập trình viên Pine khác trong cộng đồng của chúng tôi có thể sử dụng lại. Xin tri ân tác giả! Bạn có thể sử dụng thư viện này riêng tư hoặc trong các bài đăng nguồn mở khác. Tuy nhiên, bạn cần sử dụng lại mã này theo Nội quy chung.
Thông báo miễn trừ trách nhiệm
Thông tin và ấn phẩm không có nghĩa là và không cấu thành, tài chính, đầu tư, kinh doanh, hoặc các loại lời khuyên hoặc khuyến nghị khác được cung cấp hoặc xác nhận bởi TradingView. Đọc thêm trong Điều khoản sử dụng.
Thư viện Pine
Theo tinh thần TradingView thực sự, tác giả đã xuất bản mã Pine này dưới dạng thư viện nguồn mở để các lập trình viên Pine khác trong cộng đồng của chúng tôi có thể sử dụng lại. Xin tri ân tác giả! Bạn có thể sử dụng thư viện này riêng tư hoặc trong các bài đăng nguồn mở khác. Tuy nhiên, bạn cần sử dụng lại mã này theo Nội quy chung.
Thông báo miễn trừ trách nhiệm
Thông tin và ấn phẩm không có nghĩa là và không cấu thành, tài chính, đầu tư, kinh doanh, hoặc các loại lời khuyên hoặc khuyến nghị khác được cung cấp hoặc xác nhận bởi TradingView. Đọc thêm trong Điều khoản sử dụng.