Support Board
Date/Time: Mon, 10 Aug 2026 08:48:56 +0000
Post From: SPreadsheet function - bars since entry
| [2017-09-16 19:07:06] |
| Sawtooth - Posts: 4343 |
|
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. |
