Passing Multiple Conditions over X number of bars
-
I'm trying to pass two conditions:
- RSI crosses above extreme (70, for example).
- RSI then drops at least 5 points (RSI %) at any point after the 1st condition passes.
- Sell.
And the opposite for buy. The "Price Crosses Indicator" condition allows for a certain number of bars to pass, but it still appears to want to pass the RSI cross (#1) at the same time, which of course won't work. I've read through a bunch of posts on candle counting and ordering the "once per bar," but I'm still stuck.
Here is what I have: https://fxdreema.com/shared/ckuE3kkWd

-
I figured it out. I assigned Candle ID 1 to the RSI cross so that the indicator rise had a chance to happen on the current candle.
