RSIshort = EMA(RSI(14),12);
RSIlong = EMA(RSI(14),25);
RSmacd = RSIshort-RSIlong;
RSmacd Signal= EMA(RSmacd,Period), 9);