Login Page - Create Account

Support Board


Date/Time: Fri, 07 Feb 2025 11:01:38 +0000



Post From: Alert Condition when near an SG level

[2020-05-27 22:00:49]
JohnnyT - Posts: 22
Hi. I'm trying to make an alert condition to trigger a 1 when +/- x ticks from an SG level. The below alert condition triggers an alert under every bar.

=OR(C >= ID19.SG1 - (5 * TICKSIZE), C <= ID19.SG1 + (5 *TICKSIZE))


Any idea where the mistake is?


Thanks,

J