Login Page - Create Account

Support Board


Date/Time: Wed, 01 Jan 2025 13:35:22 +0000



[User Discussion] - Study alerts not working

View Count: 1114

[2016-05-27 12:41:47]
djcurcio - Posts: 236
Suddenly SOME sound alerts are not playing.

Alerts are enables on studies
Testing the sounds at Global Settings > General Settings > Alerts / General all sounds play correctly

Error message below:
Alert Formula Error - Chart: ESM6 [C] 500 Trades #1 | Study: FibBands | Error: #SYNTAX! | Formula: =OR(CROSSFROMBELOW(SG3.ID64.SG2).CROSSFROMABOVE(SG3.ID65.SG2)) | No alert sound/email set

Changing indicator alert above to other sounds does no resolve.

Help
please
[2016-05-27 15:55:58]
jackw - Posts: 57
You need to fix the Syntax error. CROSS functions require 2 parameters separated by a comma. Try this:
=OR(CROSSFROMBELOW(SG3,ID64.SG2).CROSSFROMABOVE(SG3,ID65.SG2))
[2016-05-27 15:58:13]
Sawtooth - Posts: 4144
One more comma:
=OR(CROSSFROMBELOW(SG3,ID64.SG2),CROSSFROMABOVE(SG3,ID65.SG2))
[2016-05-27 16:27:42]
djcurcio - Posts: 236
thanks guys. I'm going blind lol.

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

Login

Login Page - Create Account