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[])
Siguiendo fielmente el espíritu TradingView, el autor ha publicado este código Pine como una biblioteca de código abierto, permitiendo que otros programadores de Pine en nuestra comunidad lo utilicen de nuevo. ¡Olé por el autor! Puede utilizar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero tenga en cuenta que la reutilización de este código en una publicación se rige por las Normas internas.
La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.