Login Page - Create Account

Support Board


Date/Time: Tue, 23 Apr 2024 15:38:14 +0000



Post From: Alert condition calculates only current day

[2019-03-06 20:31:58]
chart_warrior - Posts: 96
I have an alert set to show up if:
1) Condition is true (> 0) on current bar
2) Condition is true (> 0) on previous bar

AND(
ID8.SG1>0,
ID5.SG1[-1]>0
)

This works fine but only on current day, or whatever is the last day in a loaded chart.
My "bars to calculate" is set to 2000000 so this is not an issue but I can't get it to work on any previous days even though I see where it's supposed to show up and on "chart values" windows I can see that the output is > 0 on both current and previous bar, yet it doesn't show up.