Login Page - Create Account

Support Board


Date/Time: Tue, 01 Jul 2025 14:41:21 +0000



Post From: Spreadsheet trading: inconsistent execution.

[2020-10-19 16:08:01]
User484096 - Posts: 20
I have the below exit conditions in the spreadsheet. It is a simple trailing by 2 bars after the entry bar is closed. But about half of the time, the trade is closed as soon as the entry bar is closed.

Today is an example. My entry was executed on 9:30 bar, but as soon as the 9:30 bar is closed, the trade is closed.

Buy Stop
=AND(AND(AND($J$8 > 0, A3 > J42), J41 > A3),(E3 < MIN(D4, D5)))
Sell Stop
=AND(AND(AND($J$8 < 0, A3 > J42), J41 > A3),(E3 > MAX(C4, C5)))

I am using version 2175.
Attachment Deleted.
imageNQ.png / V - Attached On 2020-10-19 16:05:12 UTC - Size: 21.19 KB - 205 views
imageStudy.png / V - Attached On 2020-10-19 16:07:33 UTC - Size: 35.41 KB - 192 views