Support Board
Date/Time: Mon, 23 Dec 2024 00:17:50 +0000
Post From: E3 crossup B3 instead of E3>B3
[2015-05-22 14:23:01] |
Sawtooth - Posts: 4141 |
If your signal is at bar close, you'll need to reference the previous bar: =AND(B4>E4,E3>B3) You could also use: =CROSSFROMBELOW(E3:E4,B3:B4) If your signal is intrabar, this would be the formula: =E3>B3 and it would necessarily be the first occurrence in the current bar. Subsequent occurrences in the current bar could be eliminated with Signal Only Once Per Bar set to Yes. |