GT::Signals::Generic::Repeated - Detect repetition of a given signal
This generic Signal will give a positive signal when the mentionned signal has been positive for the last X days (where X is the second parameter of this signal with a default value of 2).
You can check if the RSI has been above 80 for the last 3 days with this signal:
S:Generic:Repeated {S:Generic:Above {I:RSI} 80} 3