Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 04:32:14 +0000



Post From: Column K Status Changes and Accuracy

[2023-09-09 15:44:12]
Sawtooth - Posts: 4120
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