Login Page - Create Account

Support Board


Date/Time: Tue, 22 Apr 2025 10:32:31 +0000



[User Discussion] - Alert Error

View Count: 95

[2025-01-23 15:43:50]
RadioDC - Posts: 30
I want an alert based on tick moves from the bar open.

I use the following (Found through searching):

If (Last - Open > 12)

I get an "Alert Formula Error: #ARGS!" when I try to implement the alert.


Any help would be appreciated - Thank you
[2025-01-23 17:03:48]
cmet - Posts: 690
For "Last" price, the alert syntax uses "C".

Try these:

=C > O + 11*Ticksize
=C < O - 11*Ticksize

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

Login

Login Page - Create Account