Comment on Code your Technical Analysis strategy
Thavva,
Buy : Close>EMA(HIGH,40) AND EMA(HIGH,40)-CLOSE<2
Buy exit: EMA(HIGH,40)-CLOSE>5
Sell : CLOSE<EMA(LOW,40)
Sell exit: CLOSE – EMA(LOW,40)>5
Thavva, what you need to understand is that there is no way to write a code saying sell 5 points after buying, Sell, buy, sell exit , buy exit , everything has to be a code.