Login Page - Create Account

Support Board


Date/Time: Sat, 07 Feb 2026 00:21:46 +0000



Post From: How is possible to create a study that trigger an alert

[2025-06-06 21:33:19]
rebeccaemme - Posts: 38
In which way built in alerts can do that?

If I put this script is not right and not working.

OR(
AND(
C[-2] > O[-2],
C[-1] > O[-1],
C > O,
V[-2] < V[-1],
V[-1] < V
),
AND(
C[-2] < O[-2],
C[-1] < O[-1],
C < O,
V[-2] < V[-1],
V[-1] < V
)
)