Login Page - Create Account

Support Board


Date/Time: Tue, 20 May 2025 06:10:37 +0000



Post From: HULL-ALERTS

[2014-09-10 15:20:50]
Sawtooth - Posts: 4217
You can identify a previous bar using [-1], or two bars ago using [-2], etc, so 5 previous continuous upslopes would be identified like this:

=AND(SG1>SG1[-1],SG1[-1]>SG1[-2],SG1[-2]>SG1[-3],SG1[-3]>SG1[-4],SG1[-4]>SG1[-5])