Login Page - Create Account

Support Board


Date/Time: Tue, 26 Aug 2025 23:13:44 +0000



Post From: auto trading signal is not recognized

[2025-05-15 12:50:54]
Sawtooth - Posts: 4261
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