Support Board
Date/Time: Thu, 06 Mar 2025 18:57:58 +0000
Post From: Swing High Low - Accessing Subgraph values
[2022-02-08 17:26:44] |
Sawtooth - Posts: 4181 |
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. |