I added a feature suggestion to go in tandem with the 2. Multiple Indicator Rules with OR Logic I think it will add a lot of value to our trading strategies
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 sam…