Login Page - Create Account

Support Board


Date/Time: Tue, 17 Jun 2025 16:07:04 +0000



Post From: HOW TO REFERENCE A PREVIOUS SUBGRAPH?

[2025-04-02 19:34:08]
Trade with ICE - Posts: 28
Use the Spreadsheet Formula study, with a formula like this in its Formula field:
=IF(ID1.SG3<>ID1.SG3[-1], ID1.SG3[-1], ID4.SG1[-1])
where ID1 is the VbP study, and ID4 is this Spreadsheet Formula study.

This formula finds the change of value, then makes the previous bar's VAH persistent.

Unfortunately its a syntax error