Login Page - Create Account

Support Board


Date/Time: Thu, 18 Sep 2025 00:44:31 +0000



Post From: Highest High / Lowest Low over N days?

[2021-05-18 11:46:47]
User196369 - Posts: 41
You can create a simple lagged/offset study along these lines:

ID1.SG1 - study to offset
ID2.SG1 - Spreadsheet Formula study to offset copy of ID1

ID2.SG1 Spreadsheet Formula:
IF(ID1.SG1[-1]<>ID1.SG1[0], ID1.SG1[-1], ID2.SG1[-1])