Support Board
Date/Time: Mon, 25 Nov 2024 22:31:29 +0000
[Programming Help] - Table using sc.GraphDrawType = GDT_NUMERIC_INFORMATION
View Count: 220
[2024-02-02 14:05:21] |
User260640 - Posts: 9 |
I developed a study that displays data on a table in its own graph region. Works great.. From that study I would like to draw a diamond above or below a candle/bar, in the main graph region. Is it possible to do draw in a different graph region from a study when sc.GraphDrawType = GDT_NUMERIC_INFORMATION? I have searched documentation and the search board and have tried but the DRAWSTYLE reverts to IGNORE or VISIBLE. Cheers Cid |
[2024-02-02 14:15:52] |
User43 - Posts: 101 |
Short answer is one study can only draw in it's assigned chart region. You need a second study to draw info in a different region. The following section describes how to add information in a different chart region. ACSIL Programming Concepts: Drawing Study in Two Different Chart Regions This is a prepared SC study to retrieve information from a Subgraph of your study. Study Subgraph Reference Or you write your own study using the information from your base study within a different region. |
To post a message in this thread, you need to log in with your Sierra Chart account: