Catalog Assertion
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.
PineAnywhere maps the EasyLanguage ExtremesArray function through its helper conversion path. The status below reflects cataloged semantic constraints rather than name matching.
EasyLanguage to Pine Script: Conditional
ExtremesArray(PriceArray,Size,HiLo,oExtremeVal,oExtremePosRaw)| Name | Type | Behavior |
|---|---|---|
| PriceArray | Numeric Array | Required |
| Size | Numeric | Required |
| HiLo | Numeric | Required |
| oExtremeVal | Numeric | Output |
| oExtremePosRaw | Numeric | Output |
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.