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 ...
Pine Script has strict rules about how to format code that spans multiple lines. This guide explains the proper syntax to avoid the common end of line without line ...