Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 19:28:20 +0000



Post From: Spreadsheet trading question about using IF for multiple entries??

[2014-06-06 16:38:58]
User14682 - Posts: 83
I am interested in entering the position on this code:

=OR(AND(AA4>AG4,AA5<AG5,AG4>AC4,AG4>AE4,E4>AG4),AND(AA4>AE4,AA5<AE5,AE4>AC4,AE4>AG4,E4>AE4))

and adding to the position ONLY IF THE FIRST CODE HAS ALREADY TRADED utilizing this code:

AND(AA4>AC4,AA5<AC5,AC4>AG4,AC4>AE4,E4>AC4))

Any idea on how to write this???

THANKS