Login Page - Create Account

Support Board


Date/Time: Sun, 22 Dec 2024 05:23:19 +0000



[User Discussion] - PersVars into subgraph.

View Count: 801

[2015-02-23 22:08:47]
CustomIndicators - Posts: 126
I have two Persistent variables. One that holds the SCDateTime, and another holds a value. I need these to go into the same element location corresponding to position held in the SCDateTime. How exactly can I do that? Previously, it was just subgraph to subgraph transfer.

float& peakOne = sc.PersistVars->f1;
SCDateTime& peakOneDT = sc.PersistVars->scdt1;


Lets say, I want it placed into a subgrah called ArrowsUp[][]

How would I do this?

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

Login

Login Page - Create Account