Support Board
Date/Time: Mon, 15 Sep 2025 20:44:34 +0000
Post From: HULL-ALERTS
[2014-09-10 15:20:50] |
Sawtooth - Posts: 4263 |
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]) |