Support Board
Date/Time: Thu, 11 Sep 2025 15:31:07 +0000
Post From: auto trading signal is not recognized
[2025-05-15 12:50:54] |
Sawtooth - Posts: 4263 |
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 |