Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 15:39:14 +0000



[User Discussion] - Alert with a buffer of X amount of ticks

View Count: 1072

[2014-02-13 14:37:24]
Tonkadad - Posts: 235
How can I create an alert that triggers when price is within 5 ticks of low?
[2014-02-13 17:47:46]
vegasfoster - Posts: 444
There are many ways, but the simplest would be to add the Daily OHLC to your chart and then add an alert formula,

=C<=(SG3 + 5*TickSize)

if you want to use the high or low, then use

=OR(C>=(SG2 - 5*TickSize), C<=(SG3 + 5*TickSize))
Date Time Of Last Edit: 2014-02-13 17:48:07
[2014-02-13 18:10:20]
Tonkadad - Posts: 235
thank you

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account