Support Board
Date/Time: Wed, 27 Nov 2024 04:58:58 +0000
Post From: Column K Status Changes and Accuracy
[2023-09-07 14:35:05] |
User772499 - Posts: 48 |
Hi, I'm trying to figure out how to get column K to keep a 1 status when the trigger happens and have the trigger (market order buy) occur exactly when the formula is true. The entries are not always happening when they should and are late. Column O is my signal bar. In settings I have "Signal Only on Bar Close (L,N-Z) set to "Yes". I am very confident these are correct and O4 will be "1" once the signal bar has closed. For my entry in column K, I want it to buy market the instant price is 1 tick above the SB(O4) high. I have Signal Only on Bar Close (columns K,M) set to "No". My K3 formula is: =AND(OR(ID5.SG1@3=2,ID5.SG1@3=4),O4=1,E3=C4+$J$21) Basically saying when the current bar price = the SB high +1t, then Buy Market. Is there a better way to do this so it functions better? Also is there a way to keep the status of K3 as a 1 once the formula is true? It will flash "1" but change as soon as the price changes. Thanks! |