0
votes

I have a ema crossover alert from 1 indicator and RSI crossover in the second alert. From 2nd indicator. I need that one indicator 1 activates the strategy and 2nd alert fulfills it out confirms it. I don't need alert on indicator 1 but i need alert as both of the conditions are filled. Especially for indicator2. I need an alert which had met alert 1 criteria already. Let's say the inductor 1 conditions are

Buy=crossover (x,y) Sell=crossunder(y, x) After 4 candles the condition is Bull=crossover (g, h) Bear=crossunder(h, g) Alert condition (buy and bull, signal message) But buy has happened 4 candles back. Alert will ring only if these both conditions fulfill in 1 bar. But how to get alert on indicator where buy condition came 4 bars back.