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[])
ברוח TradingView אמיתית, המחבר פרסם קוד Pine זה כספריית קוד פתוח כדי שמתכנתי Pine אחרים מהקהילה שלנו יוכלו לעשות בו שימוש חוזר. כל הכבוד למחבר! אתה יכול להשתמש בספרייה זו באופן פרטי או בפרסומים אחרים בקוד פתוח, אך שימוש חוזר בקוד זה בפרסום כפוף לכללי הבית.
המידע והפרסומים אינם אמורים להיות, ואינם מהווים, עצות פיננסיות, השקעות, מסחר או סוגים אחרים של עצות או המלצות שסופקו או מאושרים על ידי TradingView. קרא עוד בתנאים וההגבלות.