I think using the word AGGREGATED make it a bit confusing but it could be replaced with THEN so we will have AND / OR / THEN as technical indicator condition.
In order to get the signal we will need:
- RSI crossing above 30 (to be true)
THEN - MACD/SAR moving up (to be true)
THEN - Price change of at least +0.5% (to be true)
THEN the signal is fired
It won’t matter the order or execution as long as they are true the bot will fire the signal ONLY when all conditions are met.
If we use the same indicator on the same timeframe but with different settings we will have:
- 1H Strong Sell (to be true)
THEN - 3m Buy (to be true)
THEN the signal is fired
Hope it makes sense