Login Page - Create Account

Support Board


Date/Time: Sat, 11 Jan 2025 22:54:19 +0000



ACS - Subgraph arrays

View Count: 980

[2017-01-04 12:50:14]
jizzary - Posts: 177
unclear what will be the difference between
using UNNAMED Subgraph[][]
and Subgraph[].Arrays[]
both will not be displayed on chart
[2017-01-04 17:40:09]
Sierra Chart Engineering - Posts: 104368
It does not matter.
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
[2017-01-04 18:35:31]
jizzary - Posts: 177
Further on the same issue

as i'm reading yr documentation i found the foloowing (my answer is found follwoing the quote)

----------------------------------------------------------------------------------------------------------
Note: Some study functions that take arrays for input and output require a reference to a sc.Subgraph and not a reference to a SCFloatArray contained within a sc.Subgraph. An example is sc.MACD().

These functions will use the extra arrays contained within the passed sc.Subgraph (sc.Subgraph[].Arrays[]). Usually they will use 2 or 3 extra arrays, but it could be up to 6 to 8 extra arrays. After passing a Subgraph to one of these functions, you do not want to use one of these extra arrays in the sc.Subgraph for another purpose by writing to it.
-----------------------------------------------------------------------------------------------------------

this means (unless text is unclear) that i should avoid using the extra arrays in order to keep my background info to be
saved from one call to the next one - as calling such functions will overwrite my data

so where can i keep intermediate background data that is expected to be used by following calls - should i use unamed sc.Subgraph[][] arrays ?
[2017-01-04 19:00:45]
Sierra Chart Engineering - Posts: 104368
that i should avoid using the extra arrays in order to keep my background info to be
saved from one call to the next one - as calling such functions will overwrite my data
This does not make sense to us. And the documentation is already very clear.

You can use the Arrays on a Subgraph but just make sure you do not use that Subgraph when passed to an intermediate study calculation function. There are 60 Subgraphs available so you should have plenty of them available for what you need.
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
[2017-01-05 00:58:48]
jizzary - Posts: 177
i'm confused. my understanding is as follows

1. there is an array pf sc.Sungraph[] strutures each organized as follows (index j= 0..59)
sc.Sungraph[j].Data[0..index-1]
sc.Sungraph[j].Arrays[0..11][0..index-1]


correct: ??

-----------------------------------------------------

2. for given Subgraph .... can more Data array(s) be added to the single Data array

??

-----------------------------------------------------

3. for given Subgraph .... can more Data Arrays be added (on top of existing 12 ons)

??

----------------------------------------------------

4. in reference w/ sc.NumberOfArrays :
(1) what does it represent ?
(2) as sc.NumberOfArrays is read only (thus user can't set it) - which event causes its value to change ?


---------------------------------------------------------------------------------------------------------------------------------

pls be patient w/ yr answers as the documentation is not precise enough for me. tnx
Date Time Of Last Edit: 2017-01-06 00:24:11
[2017-01-05 08:29:34]
jizzary - Posts: 177
in reference w/ the interface of the message posting system (THIS PAGE)

what is the meaning / function of the following buttons:

"0x Thank you" button (for me the user to say 'thanks' ?)

"0x + 1" button

"Set" button
[2017-01-05 13:35:39]
jizzary - Posts: 177
can u pls add a figure of yr own - one that describes Subgraph struture's arrays ?

i would like to be sure about
(a) array of 60 Subgraphs
(b) each Subgraphs has single Data array
(c) each Subgraphs has Arrays of 12 arrays
[2017-01-06 00:18:56]
Sierra Chart Engineering - Posts: 104368

i would like to be sure about
(a) array of 60 Subgraphs
(b) each Subgraphs has single Data array
(c) each Subgraphs has Arrays of 12 arrays

In response to the quoted section above, yes this is a correct understanding and this is documented here:
http://www.sierrachart.com/index.php?page=doc/ACSIL_Members_scSubgraph.html

----

Post #6 is not considered essential to respond to and it will not be.

Post #5 will be responded to when we can.
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
Date Time Of Last Edit: 2017-01-06 05:20:29
[2017-01-06 00:42:08]
jizzary - Posts: 177
post #5 includes a bunch of questions
what do you mean by: "Yes this is a correct understanding" looks to be missing
the following unresponded question:

what does sc.NumberOfArrays represent ????
Date Time Of Last Edit: 2017-01-06 00:43:00
[2017-01-06 05:20:05]
Sierra Chart Engineering - Posts: 104368
The questions in post #5 were posted by you in another thread on this Support Board and have been answered there:
ACS - subgraph arrays
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
Date Time Of Last Edit: 2017-01-06 05:39:47

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

Login

Login Page - Create Account