position_draw_on_chart
The chart-only long/short position drawing tool. Draw an entry, stop and target box immediately when those price levels are known. It needs no account equity or risk percentage, performs no position sizing and places no order. Use position_plan_on_chart instead only when the user also wants quantity and risk calculations. Changes the chart you are building; call chart_link when you are done so the person can open it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| stop | Yes | ||
| entry | Yes | ||
| symbol | No | ||
| target | Yes | ||
| toTime | No | Optional end timestamp in seconds. | |
| barsWide | No | Width when timestamps are omitted. Default 20 bars. | |
| fromTime | No | Optional start timestamp in seconds. | |
| timeframe | No |