Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 11:19:14 +0000



Post From: Spreadsheet trading question

[2014-03-02 04:25:04]
User14682 - Posts: 83
First of all you are the best!!!! Note: The info is based on longs and shorts are just the opposite.

Current Signal: =OR(AND(AA3>AG3,AA4<AG4,AG3>AC3,AG3>AE3,AG3>AI3),AND(AA3>AE3,AA4<AE4,E3>AC3,AE3>AG3,AE3>AI3))

Condition 1 results in entry - Condition 1 - =OR(AND(AA3>AG3,AA4<AG4,AG3>AC3,AG3>AE3,AG3>AI3)

Later condition 2 results in an entry only when position 1 is open - Condition 2 - AND(AA3>AE3,AA4<AE4,E3>AC3,AE3>AG3,AE3>AI3))

4) If position 1 is open, and position 2 closes, can you reenter position 2 again at a later time? potentially but not based on the info provided. Lets say NO

Exit Condition : =OR(AND(AA3<AG3,AA4>AG4),AND(AA3<AI3,AA4>AI4))

3) Are you are exiting both positions at the same time? YES

to keep it simple I would be open to exiting both positions at the same time. The reason I have 2 conditions is because I have quantity set at 2 and if I have 4 positions on im trying to exit entire position. Sometimes the conditions generate both signals on one bar only liquidating 2 of the 4 positions. Not good

I would be happy to exit entire position on this condition: =AND(AA3<AG3,AA4>AG4)


1) Are you exiting through formulas? If so, what are they? =OR(AND(AA3<AG3,AA4>AG4),AND(AA3<AI3,AA4>AI4))


2) Are you exiting through attached orders? NO


I hope you understand what i wrote and Thanks again!!!!!!!!!!!!!

Brandon

Let me know if I can further clarify