Catalog Assertion
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.
PineAnywhere maps the EasyLanguage TrailingStopOrder function through its unsupported conversion path. The status below reflects cataloged semantic constraints rather than name matching.
EasyLanguage to Pine Script: Unsupported
TrailingStopOrder(Frequency,Account,Action,SymbolCategory,Symbol,Quantity,Duration,GTDDate,TrailingAmount,TrailingType)| 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 |
| TrailingAmount | Numeric | Required |
| TrailingType | String | Required |
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.