Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 07:56:00 +0000



Post From: Spreadsheet Trading System

[2024-06-21 14:03:57]
User357489 - Posts: 72
Hi there, at present i have buy and sell conditions for auto entry based on 1 condition. i wanted to know if i were to use the =OR(AND... formula, i could have several different conditions, so if 1 or more occur at any given time, they trigger the trade.

my current formula is

=AND(ABS($J$8)=0, EA3<EA4, EH3<EH4, EJ3>EJ4, EK3>EK4, E3>C4, EH3>0, E3>C4,FL3>FL4, A3-INT(A3)>TIMEVALUE("01:30:00"))

can i simply add to this list using commas as seperators, and would i just need to add =or(and...?

Thanks