Catalog Assertion
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.
PineAnywhere maps the EasyLanguage RS_Extremes function through its unsupported conversion path. The status below reflects cataloged semantic constraints rather than name matching.
EasyLanguage to Pine Script: Unsupported
Value2 = RS_Extremes(NumDays, DataArray, Index, oPrevHighest, oPrevHighestDay,oPrevLowest, oPrevLowestDay);| Name | Type | Behavior |
|---|---|---|
| NumDays | Numeric | Required |
| DataArray | NumericArray | Required |
| Index | Numeric | Required |
| oPrevHighest | NumericArray | Required |
| oPrevHighestDay | Numeric | Required |
| oPrevLowest | Numeric | Required |
| oPrevLowestDay | Numeric | Required |
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.