Or Combination Signals

Overview

This Generic Signal will be give a positive signals when anyone of the mentionned signals also give a positive signal.

EXAMPLE

You can use this signal to check if the closing prices is below 10 or above 15 :

 S:Generic:Or {S:Generic:Below {I:Prices CLOSE} 10} {S:Generic:Above {I:Prices CLOSE} 15}