Support Board
Date/Time: Wed, 12 Feb 2025 13:12:05 +0000
Post From: Spreadsheet trading: inconsistent execution.
[2020-10-19 16:08:01] |
User484096 - Posts: 19 |
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. |