Catalog Assertion
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.
PineAnywhere maps the EasyLanguage TLSlope function through its helper conversion path. The status below reflects cataloged semantic constraints rather than name matching.
EasyLanguage to Pine Script: Conditional
TLSlope(StartPrice, StartBar, EndPrice, EndBar)| Name | Type | Behavior |
|---|---|---|
| StartPrice | Numeric | Required |
| StartBar | Numeric | Required |
| EndPrice | Numeric | Required |
| EndBar | Numeric | Required |
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.