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