Support Board
Date/Time: Fri, 07 Nov 2025 13:21:53 +0000
Post From: Column K Status Changes and Accuracy
| [2023-09-09 15:44:12] |
| Sawtooth - Posts: 4286 |
|
is there a way to offset the location of the K alert arrow so it's not as close to the low of the bar?
Try this:K3: =IF(YourBuyEntryFormula,D3-$J$21*2,0) M3: =IF(YourSellEntryFormula,C3+$J$21*2,0) This will offset the arrows by 2 ticks. This returns a price instead of a 1, and it works because any non-zero is a TRUE. Date Time Of Last Edit: 2023-09-09 23:11:07
|
