Library "FunctionArrayUnique" Method for retrieving the unique elements in a array. for example [1, 2, 1, 1, 2] would retrieve a array with [1, 2], the elements retrieved will be sorted by its first seen index in parent array. note: float values have no precision option.
unique(source) method for retrieving the unique elements in a array. Parameters: source: array<float> source array to extract elements. Returns: array<float> unique elements in the source array.
unique(source) method for retrieving the unique elements in a array. Parameters: source: array<int> source array to extract elements. Returns: array<int> unique elements in the source array.
unique(source) method for retrieving the unique elements in a array. Parameters: source: array<string> source array to extract elements. Returns: array<string> unique elements in the source array.
Pine腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。