Login Page - Create Account

Support Board


Date/Time: Sun, 19 Jan 2025 23:21:39 +0000



Post From: Last Price

[2018-05-05 05:12:24]
Sawtooth - Posts: 4157
If you want the alert at the close of bar, check 'Evaluate On Bar Close'.
If you want the alert only at the first occurrence intrabar, check 'Alert Only Once Per Bar'.
If you want the alert as often as it occurs intrabar, do not check either of the above.

The CROSSFROMABOVE/CROSSFROMBELOW functions only trigger in the respective bar. Either could occur more than once intrabar but each could not occur more frequently than in every other bar.

The C<L[-1] formula could be TRUE at the close in subsequent bars, and if so, you would only get an alert in the first bar, because a new alert cannot occur unless it goes FALSE first. You would need to check 'Reset Alert Condition On New Bar' to get an alert in every subsequent bar where C<L[-1] was TRUE at close of bar.