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.
Pine Bibliothek

In echter TradingView-Manier hat der Autor diesen Pine-Code als Open-Source-Bibliothek veröffentlicht, so dass andere Pine-Programmierer aus unserer Community ihn weiterverwenden können. Ein Hoch auf den Autor! Sie können diese Bibliothek privat oder in anderen Open-Source-Publikationen verwenden, aber die Wiederverwendung dieses Codes in einer Publikation unterliegt den Hausregeln.

Haftungsausschluss

Die Informationen und Veröffentlichungen sind nicht als Finanz-, Anlage-, Handels- oder andere Arten von Ratschlägen oder Empfehlungen gedacht, die von TradingView bereitgestellt oder gebilligt werden, und stellen diese nicht dar. Lesen Sie mehr in den Nutzungsbedingungen.

Möchten Sie diese Bibliothek nutzen?

Kopieren Sie die folgende Zeile und fügen Sie sie in Ihr Skript ein.