Login Page - Create Account

Support Board


Date/Time: Mon, 15 Sep 2025 10:59:46 +0000



Post From: Drawing on Study Subgraph

[2022-02-12 12:50:55]
User431178 - Posts: 775
So sc.AddLineUntilFutureIntersection() works fine, but draws the line on the main chart

The study that is used for drawing extension lines needs to be set to the chart region in which you want to draw.
You can then either set the 'Based On' to reference the relevant study, or get the required data using sc.GetStudyArrayUsingID as you mentioned before.