Skip to content

chart

类型

名称说明
Point图表上的一个点(指数、时间、价格)。

属性

bg_color

类型: input Color

返回图表背景的颜色。


fg_color

类型: input Color

返回与 chart.bg_color 提供最佳对比度的颜色。


is_heikin_ashi

类型: simple bool

若图表类型为 Heikin Ashi,则返回 true


is_kagi

类型: simple bool

若图表类型为 Kagi,则返回 true


is_line_break

类型: simple bool

若图表类型为 Line Break,则返回 true


is_point_figure

类型: simple bool

若图表类型为 Point & Figure,则返回 true


is_range

类型: simple bool

若图表类型为 Range,则返回 true


is_renko

类型: simple bool

若图表类型为 Renko,则返回 true


is_standard

类型: simple bool

如果图表类型不是以下之一,则返回 true:Renko、Kagi、Line Break、Point &figure、Range、Heikin Ashi; false 否则。

基于 MIT 许可证发布。