v2 added drawing functions, abstraction, and extended demo
Added: method has_new_pivot(this) Namespace types: Zigzag Parameters: this (Zigzag)
create_config(base_line_args, base_label_args, simple_color) Parameters: base_line_args (LineArgs type from robbatt/lib_plot_objects/12) base_label_args (LabelArgs type from robbatt/lib_plot_objects/12) simple_color (color)
method draw(this, live) Namespace types: Zigzag Parameters: this (Zigzag) live (bool)
เอกสารเผยแพร่
v3 version bump lib_pivot
เอกสารเผยแพร่
v4 version bump to lib_pivot v32
เอกสารเผยแพร่
v5 version bump to lib_pivot v33
เอกสารเผยแพร่
v6 added flag for update of last/unconfirmed pivot
เอกสารเผยแพร่
v7 update to lib_plot_objects v13 and lib_pivot v34
เอกสารเผยแพร่
v8 version bump to lib_plot_objects v35 and lib_pivot v14
เอกสารเผยแพร่
v9 version bump to lib_plot_objects v15 / lib_pivot v36
เอกสารเผยแพร่
v10 added candle data to each pivot + version bump to lib_plot_objects v16 and lib_pivot v38
เอกสารเผยแพร่
v11 version bump lib_plot_objects v17, lib_pivot v39
เอกสารเผยแพร่
v12 version bump lib_plot_objects v18 and lib_pivot v40
เอกสารเผยแพร่
v13 version bump lib_plot_objects v19, lib_pivot v41
เอกสารเผยแพร่
v14 update version of lib_priceaction v6, lib_plot_object v23, lib_pivot v43
เอกสารเผยแพร่
v15 version bump lib_plot_objects v25 and lib_pivot v44
เอกสารเผยแพร่
v16 version bump to lib_plot_objects 32, lib_pivot 45, changed processing to native chart.point objects. Removed custom Point type
เอกสารเผยแพร่
v17, version bump lib_plot_objects v34, lib_pivot v47
เอกสารเผยแพร่
v18 version bump lib_plot_objects v35 and lib_pivot v48
เอกสารเผยแพร่
v19 version bump lib_plot_objects v36, lib_pivot v49
เอกสารเผยแพร่
v20 update auf lib_pivot v50 und lib_plot_objects v36, removed initPivots, not integrated in ZigZag init, added reset function for signals, used internally on update
Added: method reset(this) Namespace types: ZigzagSignals Parameters: this (ZigzagSignals)
Removed: method initPivots(this)
เอกสารเผยแพร่
v21 fixed line updates for alternative trend change signals
เอกสารเผยแพร่
v22 added add_next (point, candle) and update_last (point, candle) , also added specific error detection via runtime error for these, since they seem to cause the most trouble for users
Added: method update_last(this, price, candle) Namespace types: Zigzag Parameters: this (Zigzag) price (float) candle (Candle type from robbatt/lib_plot_objects/36)
method add_next(this, pivot) Namespace types: Zigzag Parameters: this (Zigzag) pivot (Pivot type from robbatt/lib_pivot/50)
method add_next_lowest(this) Namespace types: Zigzag Parameters: this (Zigzag)
method add_next_highest(this) Namespace types: Zigzag Parameters: this (Zigzag)
เอกสารเผยแพร่
v23 update to lib_pivot v51
Updated: method update_last(this, price, candle, force_update) Namespace types: Zigzag Parameters: this (Zigzag) price (float) candle (Candle type from robbatt/lib_plot_objects/36) force_update (bool)
method add_next(this, pivot) Namespace types: Zigzag Parameters: this (Zigzag) pivot (Pivot type from robbatt/lib_pivot/51)
เอกสารเผยแพร่
v24 fixed drawing issue for special candle constellation