Multi-Condition Groups just require a
number of conditions to be met within a lookback period but do not necessarily discern the
order of those conditions.
If you don't mind some coding then "Open code in new window" and add one extra code line like this:
CODE:
Please log in to see this code.
Assuming EOD data, the idea is that your yesterday's EMAs are referenced by "bar-1".
And if you'd like to keep it Rules-based then the following workaround should work:
1. If not already installed, download and install the
Community Indicators extension and restart WLP
2. Add your EMA condition for today as usual
3. From "General indicators", add an extra "Indicator is below indicator". This will be for yesterday's EMA.
4. Now for Indicator1 aka yesterday's Fast EMA, select
ShiftedMA and adjust its parameters: ChoiceOfMA.EMA, offset = 1, etc.
5. Repeat for yesterday's Slow EMA. The only parameter that differs in the EMA period.
Voila. The trick here is that the
ShiftedMA was created specifically to offset popular MAs and thus facilitate the use of delays in rule-based Strategies.