Comment on Code your Technical Analysis strategy
Miks,
Guess algoZ is not enabled for you, you can send an email to [email protected] asking to be enabled. A lot of queries are already explained above, do have a look
Buy expression: EMA(Close,3)>EMA(close,7)
Buy exit: 0
Sell expression: EMA(Close,3)<EMA(Close,7)
Sell exit: 0
Also check the blog on managing your script