Support Board
Date/Time: Mon, 21 Apr 2025 14:11:29 +0000
Post From: How is ZigZag2 drawing it's lines?
[2025-03-05 19:12:06] |
User153286 - Posts: 57 |
See the attached file The dotted white lines are created by the standard zigzag study using using mode 2. I drew a blue line over two of these white lines to illustrate what I mean by skipping bars. The first blue line spans 5 bars. The low of the bar 1 is connected to the high of the bar 5. The second blue line does not skip bars, simply connecting the high of the first to low of the second bar In my ASCIL study, setting the don't use 0.0 values, given a 5 bar example, is it "correct" to set subgraph[0].data[index-of-bar1] = low of bar 1, then use 0.0 values for the data values of bars 2, 3, 4 and finally set the data value of bar 5 to the high value of bar 5? Is that the "correct" recipe to use in SC writing a ACSIL study that draws similar types of lines with a subgraph structure? |
![]() |