Is it possible to use the Signal Value Less Than condition against a Signal not yet set with a value?
E.g. I want to have a counting signal, "Count how long a horse is at a certain price point...stop counting when there for a certain length of time".
To do this I'll say, Increment signal value "3OrMore" each time the rule runs, and set conditions "Last Traded Price > 3" and "SignalValue "3OrMore < 3", as I want the count to stop at 3.
Will this work or will the signal value condition less than 3 fail to fire as the signal doesn't exist with a value until it is first set?
Cheers