Login Page - Create Account

Support Board


Date/Time: Fri, 31 Jan 2025 09:02:44 +0000



Post From: Automated Trading

[2019-02-24 19:05:34]
User575872 - Posts: 61
#43: I have activated the studies Spreadsheet for trading and Daily OHLC (reference days back 1) and used the following formulas:

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

Not a single order is triggered. I can not find the mistake.