Support Board
Date/Time: Mon, 11 May 2026 12:00:04 +0000
Post From: auto trading signal is not recognized
| [2025-05-15 12:50:54] |
| Sawtooth - Posts: 4329 |
|
K3 is the trigger cell, not K1. Put your formula in K3: =IF(BA3 >= AB1, 1, 0) Also, you don't need to use the IF statement for a boolean result: =BA3 >= AB1 |
