Tradewaysdocs

Chart Drawings

Reference for chart drawings in Tradeways — available drawing tools, how they are persisted, and how they appear on trade charts.

Chart drawings are technical-analysis overlays that you place on a trade's price chart. They are saved per trade, so they are there again the next time you open that trade, on any device.

The drawing toolbar is available on the trade detail chart only. Charts that are scoped to a symbol instead of a trade — dashboard widgets, for example — have no drawing tools.

Trade detail candlestick chart with execution markers and drawing tools toolbar
Trade detail candlestick chart with execution markers and drawing tools toolbar

Available Drawing Tools

ToolDescription
Horizontal LineAn infinite horizontal line at a specific price level.
Trend LineA straight line between two points (time + price).
Horizontal RayA horizontal line that extends from a point to the right edge of the chart.
Price LineA labeled horizontal line showing the exact price value.
RectangleA rectangular zone defined by two corner points (time + price).

A Cursor tool is always available to switch back from drawing mode to normal chart interaction. The toolbar returns to Cursor by itself after a drawing is complete.

Chart drawing toolbar with the cursor, line, ray, price line, and rectangle tools
Chart drawing toolbar with the cursor, line, ray, price line, and rectangle tools

Delete All Drawings

The "Delete All Drawings" button removes every user-created drawing from the current trade chart in a single action. It does not remove the system trade markers.

Persistence

Each drawing is stored as a separate record linked to a specific trade. The stored data includes:

FieldDescription
Overlay nameThe drawing tool type (e.g. Horizontal Line, Trend Line, Rectangle)
PointsArray of anchor points, each with an optional timestamp and price value
StylesOptional JSON string containing custom visual styling
Extended dataOptional JSON string for tool-specific metadata
LockedWhether the drawing is locked against accidental moves

Limits

Each trade supports a maximum of 50 drawings. Attempting to add more will result in an error.

Save Behavior

New drawings save the moment the drawing gesture completes. Moving a drawing saves shortly after you release it. Deletions are committed immediately. A save indicator in the chart header shows "Saving" and then "Saved". Drawings load automatically when the trade chart opens.

A save also reaches your other open sessions. If you have the same trade open on a second device, that chart adds, moves, or removes the drawing without a reload.

Read-Only Viewers

A viewer with read access to the trade — a mentor, for example — sees the drawings that the owner made. The overlays are locked for that viewer: the drawing toolbar is hidden, and the drawings cannot be moved, added, or deleted.

Chart drawings are not part of a public trade share or a community trade card. Those pages show the trade markers only.

How Drawings Differ from Trade Markers

Drawings are user-created overlays for analysis. They are distinct from the system-generated trade markers (entry/exit arrows, stop-loss/take-profit lines, risk/reward zones) that Tradeways places automatically based on execution data and trade levels.

See Also

On this page