Comment on algoZ - An Introduction

Ravikumar commented on 07 Dec 2013, 09:29 PM

Hi,
Can you help me to get this strategy

I’ve the following Indicator
EMA(CLOSE,14)
SMA(CLOSE,40)

SELL
1. Angle of EMA(CLOSE,14) is less than 0 ‘
2. EMA(CLOSE,14) crosses SMA(CLOSE,40) from up
EXIT
Angle of EMA(close,14) gets near 0’

And vice versa for Buy Call

View the full comment thread »