Library "lib_plot_composite_objects" library building on top of lib_plot_objects for composite objects such as Triangles and Polygons. heavily using chart.points
method create_triangle(this, b, c, args) Namespace types: chart.point Parameters: this (chart.point) b (chart.point) c (chart.point) args (LineArgs type from robbatt/lib_plot_objects/32)
method create_triangle(this, c) Namespace types: D.Line Parameters: this (Line type from robbatt/lib_plot_objects/32) c (chart.point)
method create_polygon(points, args) Namespace types: chart.point[] Parameters: points (chart.point[]) args (LineArgs type from robbatt/lib_plot_objects/32)
method create_polygon(start, others, args) Namespace types: chart.point Parameters: start (chart.point) others (chart.point[]) args (LineArgs type from robbatt/lib_plot_objects/32)
method delete(this) Namespace types: Triangle Parameters: this (Triangle)
method delete(this) Namespace types: TriangleFill Parameters: this (TriangleFill)
method delete(this) Namespace types: Polygon Parameters: this (Polygon)
method delete(this) Namespace types: PolygonFill Parameters: this (PolygonFill)
method delete(this) Namespace types: Triangle[] Parameters: this (Triangle[])
method delete(this) Namespace types: TriangleFill[] Parameters: this (TriangleFill[])
method delete(this) Namespace types: Polygon[] Parameters: this (Polygon[])
method delete(this) Namespace types: PolygonFill[] Parameters: this (PolygonFill[])
method draw(this, ab_args_override, ac_args_override, bc_args_override) Namespace types: Triangle Parameters: this (Triangle) ab_args_override (LineArgs type from robbatt/lib_plot_objects/32) ac_args_override (LineArgs type from robbatt/lib_plot_objects/32) bc_args_override (LineArgs type from robbatt/lib_plot_objects/32)
method draw(this) Namespace types: Polygon Parameters: this (Polygon)
method draw(this) Namespace types: TriangleFill Parameters: this (TriangleFill)
method draw(this) Namespace types: PolygonFill Parameters: this (PolygonFill)
method draw(this) Namespace types: Triangle[] Parameters: this (Triangle[])
method draw(this) Namespace types: TriangleFill[] Parameters: this (TriangleFill[])
method draw(this) Namespace types: Polygon[] Parameters: this (Polygon[])
method draw(this) Namespace types: PolygonFill[] Parameters: this (PolygonFill[])
method apply_style(this, args) Namespace types: Triangle Parameters: this (Triangle) args (LineArgs type from robbatt/lib_plot_objects/32)
method apply_style(this, args) Namespace types: Polygon Parameters: this (Polygon) args (LineArgs type from robbatt/lib_plot_objects/32)
method apply_style(this, args) Namespace types: Triangle[] Parameters: this (Triangle[]) args (LineArgs type from robbatt/lib_plot_objects/32)
method apply_style(this, args) Namespace types: Polygon[] Parameters: this (Polygon[]) args (LineArgs type from robbatt/lib_plot_objects/32)
Triangle Fields: a (chart.point): first Corner b (chart.point): second Corner c (chart.point): third Corner args (LineArgs type from robbatt/lib_plot_objects/32): Wrapper for reusable arguments for line.new() ab (Line type from robbatt/lib_plot_objects/32) ac (Line type from robbatt/lib_plot_objects/32) bc (Line type from robbatt/lib_plot_objects/32)
TriangleFill Fields: triangle (Triangle): The Triangle object plot (LineFill type from robbatt/lib_plot_objects/32): The linefill object to be added and plotted via draw()
Polygon Fields: points (chart.point[]): array of points that make up the Polygon center (chart.point): Center point of the Polygon, can be used for a label and will be center for PolygonFill args (LineArgs type from robbatt/lib_plot_objects/32): Wrapper for reusable arguments for line.new() plot (Line[] type from robbatt/lib_plot_objects/32): An array of Lines that form Polygon Border
PolygonFill Fields: poly (Polygon): the Polygon fill_color (series color): The color used to fill the space between the lines. plot (TriangleFill[])
In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in a publication is governed by House rules.
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.