Hi All!
Was wondering if anyone could help me out. I want to set up a scanner based on conditions between 30min and 1hr time frames of multiple indicators. To give an example something akin to saying:
30 min:
MACD Value >= MACD Avg
RSI > 60
Aroon Up >= Aroon Down
1hr:
MACD Value >= MACD Avg
RSI > 60
Aroon Up >= Aroon Down
And I know that right now that seems very easy as I just use the provided studies based on these conditions and change the aggregation period that's plainly available. BUT here's the kicker, I want to be able to say that if 4 out of 6 of those potential indicators are true, alert me. That is what I don't know how to accomplish because of the different time frames being used and that if I try to incorporate if statements I get a complexity error. Does anyone have any idea how to do this or if there is some kind of workaround?
Much appreciated all and thanks in advance!!
Was wondering if anyone could help me out. I want to set up a scanner based on conditions between 30min and 1hr time frames of multiple indicators. To give an example something akin to saying:
30 min:
MACD Value >= MACD Avg
RSI > 60
Aroon Up >= Aroon Down
1hr:
MACD Value >= MACD Avg
RSI > 60
Aroon Up >= Aroon Down
And I know that right now that seems very easy as I just use the provided studies based on these conditions and change the aggregation period that's plainly available. BUT here's the kicker, I want to be able to say that if 4 out of 6 of those potential indicators are true, alert me. That is what I don't know how to accomplish because of the different time frames being used and that if I try to incorporate if statements I get a complexity error. Does anyone have any idea how to do this or if there is some kind of workaround?
Much appreciated all and thanks in advance!!