I want to trigger an alert after 2 or more conditions are satisfied, but are not occurring at the same time.
For example:
- Stage 1: RSI above 70
- Stage 2: Close above Keltner Channel
- Stage 3 & trigger: Close below EMA10
For stage 3 to trigger, it must occur less than 10 bars after stage 1. The process should continue on a rolling basis.