Support Board
Date/Time: Sat, 13 Dec 2025 18:13:19 +0000
Post From: How is ZigZag2 drawing it's lines?
| [2025-03-05 16:46:37] |
| User431178 - Posts: 828 |
|
sc.ZigZag2( sc.BaseData[Input_DataHigh.GetInputDataIndex()], sc.BaseData[Input_DataLow.GetInputDataIndex()], Subgraph_ZigZagLine, CalcIndex, Input_NumberBarsForReversal.GetInt(), Input_ReversalAmount.GetFloat(), ZigZagStartIndex); What is the third argument passed to the function? It is the subgraph for zig zag line. Subgraph draws the line, sc.ZigZag2 populates the subgraph with values. |
