Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 07:53:55 +0000



Post From: HULL-ALERTS

[2014-09-10 15:20:50]
Sawtooth - Posts: 4120
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])