Login Page - Create Account

Support Board


Date/Time: Sun, 15 Jun 2025 16:43:45 +0000



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

[2025-06-06 21:33:19]
rebeccaemme - Posts: 19
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
)
)