Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 05:39:24 +0000



Post From: Automated Trading

[2019-02-19 17:59:08]
User575872 - Posts: 59
#43
I removed the = before AND.

P3:
=IF(AND(AC3<=E3+2,AA3<AB3,AA3>AC3), 1, IF(AND(AB3<=E3-2,AA3<AB3,AA3>AC3), 0, P4))

...and I did this:

K3:
=AND(P4 = 0, P3)
M3:
=AND(P4, P3 = 0)

..but no order is triggered (I disabled J28/J29 for this attempt) ... I think I have to do a little moreā€¦..