Login Page - Create Account

Support Board


Date/Time: Wed, 12 Feb 2025 22:33:35 +0000



Round number alert

View Count: 757

[2020-11-10 09:28:35]
grantx - Posts: 244
Is there a way to trigger an audible alert when price crosses a round number (without using alerts on lines)?
And not a specific price level. All round numbers on the chart.

eg 500 increments on EURUSD:
1.18500
1.19000
1.19500
etc...

or 50 increments SPX500
3550
3600
3650
etc...
[2020-11-10 15:46:55]
John - SC Support - Posts: 37916
There is no simple way to do this. You would either need to use brute force (i.e. use an alert like =OR(L > 1.185, L > 1.190, ...), or write your own study to do this.

Refer to the following for Alerts:
Study/Chart Alerts And Scanning

And refer to the following for getting started with ACSIL, if you want to code your own study:
Advanced Custom Study Interface and Language (ACSIL)
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2020-11-11 13:48:59]
Ackin - Posts: 1865
grantx)

I have the same request from another user, I will create it and it will be in Friday's update (Ackin studies).
https://www.sierrachart.com/UserControlPanel.php?page=StudyStore&SCDLLName=zyp_download_free
[2020-11-11 18:19:44]
Sudhirc - Posts: 54
I have alerts setup on century mark in ES: Charts-->Chart Setting -->Alerts Tab
& i had the following condition.

=OR(CROSSOVER(C,2400) <> 0, CROSSOVER(C,2500) <> 0, CROSSOVER(C,2600) <> 0, CROSSOVER(C,2700) <> 0,
CROSSOVER(C,2800) <> 0, CROSSOVER(C,2900) <> 0, CROSSOVER(C,3000) <> 0, CROSSOVER(C,3100) <> 0, CROSSOVER(C,3200) <> 0, CROSSOVER(C,3300) <> 0, CROSSOVER(C,3400) <> 0, CROSSOVER(C,3500) <> 0)
Date Time Of Last Edit: 2020-11-11 18:21:25
imageCapture.JPG / V - Attached On 2020-11-11 18:19:14 UTC - Size: 46.68 KB - 238 views

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

Login

Login Page - Create Account