Login Page - Create Account

Support Board


Date/Time: Tue, 15 Jul 2025 20:21:13 +0000



Post From: Swing High Low - Accessing Subgraph values

[2022-02-08 17:26:44]
Sawtooth - Posts: 4241
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.