Login Page - Create Account

Support Board


Date/Time: Mon, 16 Jun 2025 07:02:48 +0000



Post From: auto trading signal is not recognized

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