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