Login Page - Create Account

Support Board


Date/Time: Mon, 13 May 2024 05:18:34 +0000



Post From: Saving an alert condition

[2014-09-27 19:58:51]
User75277 - Posts: 33
Hi - Thanks for providing the example. I can use that to simplify something else I am doing.

However, that example is not the type of thing I am asking about, but I can use it to be more clear about what I am asking:

Suppose I have that study working. I would like to store whether the CROSSOVER went from the small MA crossing over the big MA or whether the small MA was crossing under the big MA. For example's sake let me reduce this to a TRUE/FALSE condition.

Now as the day goes on and I am also looking (for instance) for when the 60 ma has turned down; I know how to do this using a simple alert.

My question is: Is there a way to refer to that TRUE/False condtion (at some place that a TRUE/FALE condition was stored) so while I am testing if the 60 MA has turned I can also test for that TRUE/FALSE condition?

Thanks, in advance.