Support Board
Date/Time: Wed, 29 Oct 2025 20:24:03 +0000
Post From: E3 crossup B3 instead of E3>B3
| [2015-05-22 14:23:01] |
| Sawtooth - Posts: 4281 |
|
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. |
