RicardoSantos

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.
Pinebibliotek

I sann TradingView-anda har författaren publicerat denna Pine-kod som ett bibliotek med öppen källkod så att andra Pine-programmerare från vår community kan återanvända den. Hatten av för författaren! Du kan använda det här biblioteket privat eller i andra publikationer med öppen källkod, men återanvändning av den här koden i en publikation regleras av våra ordningsregler.

Frånsägelse av ansvar

Informationen och publikationerna är inte avsedda att vara, och utgör inte heller finansiella, investerings-, handels- eller andra typer av råd eller rekommendationer som tillhandahålls eller stöds av TradingView. Läs mer i Användarvillkoren.

Vill du använda det här biblioteket?

Kopiera följande rad och klistra in det i ditt skript.