The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

And Combination Signals

Overview

This Generic Signal will be give a positive signals only when all mentionned signals also give positive signals.

EXAMPLE

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

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