Skip to content
Algo Trade Analytics Docs
Pine library page — review pending. This page is preserved for compatibility but is not part of the reviewed search index. Check the official Pine Script v6 reference before relying on its explanation, signature, or example.

extend - Pine Script Constants

Constants under the extend namespace.

NameTypeDescription
extend.bothconst stringA named constant for line.new and line.set_extend functions.
extend.leftconst stringA named constant for line.new and line.set_extend functions.
extend.noneconst stringA named constant for line.new and line.set_extend functions.
extend.rightconst stringA named constant for line.new and line.set_extend functions.