floatArray = array.from(1.00, 1.50, 1.25, 1.00, 0.75, 1.25, 1.75, 1.25) countMap = floatArray.count() // Alternatively: countMap = c.count(floatArray) The "count map" will return a map with keys for ...
A comprehensive language support extension for Pine Script v5 and v6, providing syntax highlighting, IntelliSense, code completion, hover documentation, diagnostics, and snippets.