Comment on algoZ- a simple example
Nehal this should work, make sure all your expression windows have a figure.
So ideally:
Buy : EMA(CLOSE,20)>EMA(OPEN,40) Sell: EMA(Close,20)<EMA(OPEN,40)
Buy exit: 0 Sell exit: 0
In the exit expression you haven’t mentioned a 0, you will get an error called make a valid expression.
Cheers,