Support Board
Date/Time: Thu, 06 Feb 2025 15:31:24 +0000
Post From: Creating 2 different alert messages WITHOUT duplicating chart
[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
|