How to detect the price cross over MA
-
Is it possible to detect when the price goes down beneath MA then open order when it breaks through the MA again in the future? For example, the points that I highlighted in the picture below.

-
@montrin If price is above MA then in a condition block candle low x< MA will trigger this action, you then need to decide what which candle fits your conditions, candle 0 is current, previous is 1 etc, link condition blocks together to acheve what you need.