Support Board
Date/Time: Fri, 12 Sep 2025 16:18:56 +0000
Post From: Spreadsheet Help - Exit position based on entry bar High or Low
[2024-07-25 01:10:11] |
Sawtooth - Posts: 4263 |
Create a persistent variable of the High and Low of the entry bar using this example in P3: =IF(K3,C3,IF(M3,D3,P4)) -then compare E3 with P3. |