Catalog Assertion
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.
PineAnywhere maps the EasyLanguage QQE function through its helper conversion path. The status below reflects cataloged semantic constraints rather than name matching.
EasyLanguage to Pine Script: Conditional
RetVal = QQE( RSIPrice, RSILength, RSISmoothLength, ATRLength, ATRSmoothLength, FastATRMult, SlowATRMult, oSmoothRSI, oFastTL, oSlowTL );| Name | Type | Behavior |
|---|---|---|
| RSIPrice | Numeric | Required |
| RSILength | Numeric | Required |
| RSISmoothLength | Numeric | Required |
| ATRLength | Numeric | Required |
| ATRSmoothLength | Numeric | Required |
| FastATRMult | Numeric | Required |
| SlowATRMult | Numeric | Required |
| oSmoothRSI | Numeric | Output |
| oFastTL | Numeric | Output |
| oSlowTL | Numeric | Output |
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.