Skip to content
Algo Trade Analytics Docs

scale - Pine Script Constants

Constants under the scale namespace.

NameTypeDescription
scale.leftconst scale_typeScale value for indicator function. Indicator is added to the left price scale.
scale.noneconst scale_typeScale value for indicator function. Indicator is added in ‘No Scale’ mode. Can be used only with ‘overlay=true’.
scale.rightconst scale_typeScale value for indicator function. Indicator is added to the right price scale.