Hi folks, I realize I am new. I apologize for asking before giving, but I need some help.
I need to create 2 formulas for buy/sell alerts... as follows:
A sell alert when Close is below the following EMA's (combined) for at least 1 bar (candlestick)
13, 30, 50, 100, 200 and the following formual already in MetaStock Experts as - Cross(Mov(MACD(),9,E),MACD())
A buy alert when Close is above the following EMA's (combined) for at least 1 bar (candlestick)
13, 30, 50, 100, 200 and the following formual already in MetaStock Experts as - Cross(MACD(),Mov(MACD(),9,E))
I really appreciate any help on this.
Thanks
TF