Please provide me coad for this strategy

When 7 period ema cross 14 and price should be above 20 and 40 ema

As per the above condition

CROSSOVER(EMA(CLOSE,7),EMA(CLOSE,14)) AND LAST > EMA(CLOSE,20) AND LAST > EMA(CLOSE,40)