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.
ไลบรารีไพน์

จิตวิญญาณที่แท้จริงของ TradingView ผู้เขียนได้ตีพิมพ์รหัส Pine นี้เป็นไลบรารีโอเพนซอร์ซเพื่อให้โปรแกรมเมอร์คนอื่น ๆ จากชุมชนของเราสามารถนำไปใช้ซ้ำได้ ไชโยให้กับผู้เขียน! คุณสามารถใช้ไลบรารีนี้เป็นการส่วนตัวหรือในสิ่งพิมพ์โอเพนซอร์สอื่น ๆ แต่นำรหัสนี้มาใช้ซ้ำในสิ่งพิมพ์จะถูกควบคุมโดย กฎระเบียบการใช้งาน

คำจำกัดสิทธิ์ความรับผิดชอบ

ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมที่ เงื่อนไขการใช้บริการ

ต้องการใช้ไลบรารีนี้หรือไม่?

คัดลอกข้อความไปยังคลิปบอร์ดแล้ววางลงในสคริปต์ของคุณ