Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 14:37:49 +0000



Post From: Spreadsheet for trading How do I modify an entry

[2013-04-25 03:39:00]
Sawtooth - Posts: 3993
Try this:

Set 'Signal Only On Bar Close (K,M)' to No
Set 'Signal Only Once Per Bar' to Yes

K3:
=AND(crossfrombelow(E4:E6,AG4:AG6),E4-E3>=$J$21*5)
M3:
=AND(crossfromabove(E4:E6,AI4:AI6),E3-E4>=$J$21*5)

With the above, you won't need formulas in J22, J24, J27.

Sorry, I did not have time to test it.