Catalog Assertion
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.
PineAnywhere maps the EasyLanguage LimitIfTouchedOrder function through its unsupported conversion path. The status below reflects cataloged semantic constraints rather than name matching.
EasyLanguage to Pine Script: Unsupported
LimitOrder(Frequency,Account,Action,SymbolCategory,Symbol,Quantity,Duration,GTDDate,IfTouched,LimitPrice)| Name | Type | Behavior |
|---|---|---|
| Frequency | String | Required |
| Account | String | Required |
| Action | String | Required |
| SymbolCategory | String | Required |
| MySymbol | String | Required |
| Quantity | Numeric | Required |
| Duration | String | Required |
| GTDDate | String | Required |
| IfTouched | Numeric | Required |
| LimitPrice | Numeric | Required |
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.