Comment on Code your Technical Analysis strategy
Will you please tell me Whether following A & B Expressions are same(Equal) for Algo trading if Not please elaborate each Expression
A) Buy Expression: EMA(Close,3)>EMA(Close,6) AND EMA(Close,6)>EMA(Close,9) AND EMA(Close,3)>EMA(Close,9) AND MACD(15,8,5,EXPONENTIAL)>MACDSIGNAL(15,8,5,EXPONENTIAL) AND RSI (CLOSE, 14) >54
Regards,
Banti