Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 07:45:21 +0000



[Programming Help] - Dealing with Subgraphs

View Count: 799

[2018-04-27 08:43:53]
User39772 - Posts: 311
I have two Subgraphs like:

SCSubgraphRef BuyEntrySubgraph = sc.Subgraph[0];
SCSubgraphRef BuyExitSubgraph = sc.Subgraph[1];

Could you explain how I have to proceed if a line should be drawn between the two Subgraps (looks a little bit like ZigZag).

I understand that:

BuyEntrySubgraph.DrawStyle = DRAWSTYLE_ARROW_UP;
BuyExitSubgraph.DrawStyle = DRAWSTYLE_ARROW_DOWN;

only draws lines in bewteen sections of a single subgraph, not between two separate subgraphs.

Another question is regarding your first example under Referencing Other Time Frames and Symbols When Using the ACSIL

If the overlay study references another bar chart instead of a single line sudy like an indicator. How can I access H/L/C/O data from
that bar chart (I need something like sc.Low, sc.High etc.) ?

Thanks for any hints.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account