PINE LIBRARY
CommonTypesDrawing

Library "CommonTypesDrawing"
Provides a common library source for common types of used graphical drawing structures.
Includes: `Triangle, Quad, Polygon`
Triangle
Representation of a triangle using lines and linefill.
Fields:
ab: Edge of point a to b.
bc: Edge of point b to c.
ca: Edge of point c to a.
fill: Fill of the object.
solid: Check if polygon should have a fill.
Quad
Representation of a quadrilateral using lines and linefill.
Fields:
ab: Edge of point a to b.
bc: Edge of point b to c.
cd: Edge of point c to d.
da: Edge of point d to a.
fill: Fill of the object.
solid: Check if polygon should have a fill.
Polygon
Representation of a polygon using lines and linefill.
Fields:
edges: List of edges in the polygon.
fills: Fills of the object.
closed: Check if polygon line should connect last vertice to first.
solid: Check if polygon should have a fill.
Provides a common library source for common types of used graphical drawing structures.
Includes: `Triangle, Quad, Polygon`
Triangle
Representation of a triangle using lines and linefill.
Fields:
ab: Edge of point a to b.
bc: Edge of point b to c.
ca: Edge of point c to a.
fill: Fill of the object.
solid: Check if polygon should have a fill.
Quad
Representation of a quadrilateral using lines and linefill.
Fields:
ab: Edge of point a to b.
bc: Edge of point b to c.
cd: Edge of point c to d.
da: Edge of point d to a.
fill: Fill of the object.
solid: Check if polygon should have a fill.
Polygon
Representation of a polygon using lines and linefill.
Fields:
edges: List of edges in the polygon.
fills: Fills of the object.
closed: Check if polygon line should connect last vertice to first.
solid: Check if polygon should have a fill.
Biblioteca do Pine
No verdadeiro espirito do TradingView, o autor desse código Pine o publicou como uma biblioteca de código aberto, para que outros programadores Pine da nossa comunidade possam reusa-los. Parabéns ao autor! Você pode usar essa biblioteca privadamente ou em outras publicações de código aberto, mas a reutilização desse código em publicações é regida pelas Regras da Casa.
Aviso legal
As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.
Biblioteca do Pine
No verdadeiro espirito do TradingView, o autor desse código Pine o publicou como uma biblioteca de código aberto, para que outros programadores Pine da nossa comunidade possam reusa-los. Parabéns ao autor! Você pode usar essa biblioteca privadamente ou em outras publicações de código aberto, mas a reutilização desse código em publicações é regida pelas Regras da Casa.
Aviso legal
As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.