trade29.sc.SCBridge.get_chart_drawings#
- SCBridge.get_chart_drawings(key: str, drawing_types: list[ChartDrawingType] = [], line_numbers: list[int] = [], include_user_drawings=False, include_acs_drawings=True) GetChartDrawingsResponse #
Gets chart drawings from the chart.
- Parameters:
- keystr
The key of the SC-dX study applied to the target chart.
- drawing_typeslist[constants.ChartDrawingType], default []
A filter for the types of drawings to fetch. If this list is left empty then all drawing types will be fetched.
- line_numberslist[int], default []
A filter for the line number of drawings to fetch. If this list is left empty then all drawings will be fetched.
- include_user_drawingsbool, default False
- include_acs_drawingsbool, default True
- Returns: