Support Board
Date/Time: Tue, 24 Jun 2025 00:37:25 +0000
Post From: Swing High Low - Accessing Subgraph values
[2022-02-08 17:26:44] |
Sawtooth - Posts: 4229 |
I want the subgraph value and not the volume.
Then use formulas like these:Cell O3: =IF(ID1.SG1@3 > 0, ID1.SG1@3, O4) Cell P3: =IF(ID1.SG1@3 > 0, O4, P4) where ID1 is the Swing High And Low study. You can use this example to return any value. |