Support Board
Date/Time: Tue, 04 Nov 2025 12:42:12 +0000
Post From: Swing High Low - Accessing Subgraph values
|   [2022-02-08 17:26:44]     |  
| Sawtooth - Posts: 4285 | 
| 
                 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.  | 
        
