Catalog Assertion
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.
PineAnywhere maps the EasyLanguage C_AdvanceBlock function through its unsupported conversion path. The status below reflects cataloged semantic constraints rather than name matching.
EasyLanguage to Pine Script: Unsupported
C_AdvanceBlock(Price, TrendAvgLength,BodyAvgLength, ShadowPercent, UseAdvancedCriteria)| Name | Type | Behavior |
|---|---|---|
| Price | NumericSeries | Required |
| TrendAvgLength | Numeric | Required |
| BodyAvgLength | Numeric | Required |
| ShadowPercent | Numeric | Required |
| UseAdvancedCriteria | Numeric | Required |
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.