Login Page - Create Account

Support Board


Date/Time: Tue, 21 May 2024 05:15:03 +0000



Can sc.Subgraph[0] redraw in the past?

View Count: 689

[2016-01-31 08:35:47]
User972044 - Posts: 154
Hi there,

Is there anyway I can have use sc.Subgraph[sc.index -1] to go back and redraw a new value on the chart?

Thanks in advance for your help.
[2016-01-31 19:24:09]
Sierra Chart Engineering - Posts: 104368
Yes. You can do that. But that is the wrong way to do it. It needs to be:
sc.Subgraph[0][sc.index -1] = Value;
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing

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

Login

Login Page - Create Account