Documentation Index
Fetch the complete documentation index at: https://takeprofit.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Package for drawing coordinate-based visual elements like labels, lines, and shapes.
Types
AbsolutePosition
type
Position defined in absolute chart coordinates (time and price values).
Channel
type
Drawable price channel defined by two boundary line segments.
Chart
type
Chart class for drawing and managing manual and coordinate-based visual elements on the chart.
Circle
type
Drawable circle defined by center and edge points with customizable style.
Label[T]
type
Base class for text labels that can be positioned on the chart.
Aliases
LabelAbs = Label[AbsolutePosition]
LabelRel = Label[RelativePosition]
LineSegment
type
Drawable line segment between two points with customizable style and endpoints.
Rectangle
type
Drawable rectangle defined by two corner points with customizable style.
RelativePosition
type
Position defined relative to chart boundaries using percentage ratios.
Triangle
type
Drawable triangle defined by three corner points with customizable style.
Enums
callout_position
enum
Position of the label relative to its specified coordinates.
horizontal_anchor
enum
Horizontal anchor point for relative positioning.
relative_position
enum
Predefined relative positions on the chart for placing elements.
vertical_anchor
enum
Vertical anchor point for relative positioning.