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