Support Board
Date/Time: Mon, 11 May 2026 12:49:34 +0000
Post From: Spreadsheet System for Trading Study - help request for formula
| [2022-12-30 15:05:34] |
| Sawtooth - Posts: 4329 |
|
The simplest would be this: =AND(C3>AA3,E3<AA3) You could also require a crossover of the Close from the previous bar: =AND(C3>AA3,CROSSFROMABOVE(E3:E4,AA3:AA4)) |
