Support Board
Date/Time: Wed, 15 Oct 2025 07:40:16 +0000
Post From: auto trading signal is not recognized
[2025-05-15 12:50:54] |
Sawtooth - Posts: 4276 |
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 |