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