Login Page - Create Account

Support Board


Date/Time: Thu, 06 Feb 2025 12:07:28 +0000



Creating 2 different alert messages WITHOUT duplicating chart

View Count: 551

[2020-04-28 21:13:36]
owendonk - Posts: 54
I have an alert set on one study using

" =OR(AND(SG1[0] > SG1[-1] , SG1[-1] <= SG1[-2]) , AND(SG1[0] < SG1[-1], SG1[-1] >= SG1[-2])) "

I want the alert text to differentiate the top vs the bottom on each time frame WITHOUT having to duplicate the chart.

I have it working by duplicating the chart and making one

AND(SG1[0] > SG1[-1] , SG1[-1] <= SG1[-2])

and the other

AND(SG1[0] < SG1[-1], SG1[-1] >= SG1[-2])

but isn't there a simpler way?

Examples of desired User Specified Name / Message: “3min McClellan top“, “15min McClellan bottom” etc.
Date Time Of Last Edit: 2020-04-29 16:02:12

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

Login

Login Page - Create Account