scale - Pine Script Constants
Overview
Section titled “Overview”Constants under the scale namespace.
Constants
Section titled “Constants”| Name | Type | Description |
|---|---|---|
scale.left | const scale_type | Scale value for indicator function. Indicator is added to the left price scale. |
scale.none | const scale_type | Scale value for indicator function. Indicator is added in ‘No Scale’ mode. Can be used only with ‘overlay=true’. |
scale.right | const scale_type | Scale value for indicator function. Indicator is added to the right price scale. |