Catalog Assertion
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.
PineAnywhere maps the EasyLanguage OS_DivsBetweenDates function through its unsupported conversion path. The status below reflects cataloged semantic constraints rather than name matching.
EasyLanguage to Pine Script: Unsupported
OS_DivsBetweenDates(CurrDate, FutureDate, FirstDivMonth, FirstDivDay, DivAmt, Rate, PV);| Name | Type | Behavior |
|---|---|---|
| CurrDate | Numeric | Required |
| FutureDate | Numeric | Required |
| FirstDivMonth | Numeric | Required |
| FirstDivDay | Numeric | Required |
| DivAmt | Numeric | Required |
| Rate | Numeric | Required |
| PV | TrueFalse | Required |
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.