Login Page - Create Account

Support Board


Date/Time: Thu, 16 Jan 2025 00:16:41 +0000



Post From: SPreadsheet function - bars since entry

[2017-09-16 19:07:06]
Sawtooth - Posts: 4153
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.