Support Board
Date/Time: Tue, 13 May 2025 17:24:13 +0000
Post From: SPreadsheet function - bars since entry
[2017-09-16 19:07:06] |
Sawtooth - Posts: 4214 |
J8 is not relative to any one bar so you'll need to count bars since the entry signal's bar with a formula like this (for long entries), e.g. in cell P3: =IF(K3,0,P4+1) Then reference P3 in your exit formula: =AND($J$8>0,P3>=5) This only works if signals are at close of bar. |