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