Strategems.jl icon indicating copy to clipboard operation
Strategems.jl copied to clipboard

Logical Operators for Signals/Rules

Open dysonance opened this issue 4 years ago • 1 comments

Add the ability to define a signal or rule with logical operators. For example:

siglong  = @signal MAMA ↑ FAMA || MAMA == FAMA

dysonance avatar Aug 06 '20 18:08 dysonance

Ths functionality difers from: siglong = @signal MAMA ↑ FAMA how?

I was almost sure there were signals implemented as logical operators, but I never tested them to be sure.

gruberdev avatar Aug 06 '20 23:08 gruberdev