How to check if a Crossover Intersection point is Up a certain Level
-
Like I am check a crossover in bottom indicator example MACD. I want to check a cross over and open a trade but the intersection point of cross has to be above a certain level no the mid zero line. Just the Intersection point has to be above the level how to configure it.
-
2 condition blocks, 1st checking the level, 2nd checking the cross...
-
@jstap I tried this. Isn't working. I planned like : condition 1 both lines == so when they cross they will be equal, also 2 conditions individually checking both above the level. Will this work.
Even after this Work, I have to wait for next candle to open and take trade on it. Please suggest how to do it.
-
The cross works from X> or X<, for == to work, a tick would have to happen on the exact second.