Support Board
Date/Time: Sat, 29 Aug 2026 20:00:50 +0000
Post From: spreadsheet trading ?
| [2014-12-01 20:10:53] |
| Sawtooth - Posts: 4350 |
|
I use this to find the first occurrence of a slope change to up: =AND(BV5>=BV4,BV3>BV4) Then for a slope change to down, you only have to change the direction of the operator: =AND(BV5<=BV4,BV3<BV4) |
