Comment on Code your Technical Analysis strategy
Sasi,
A correct way to do this would be:
SET REF A = EMA(Close,13)>EMA(Close,50).
SET REF B = EMA(Close,13)<EMA(Close,50)
Buy expression REF A = TRUE
Sell expression REF B =TRUE
Cheers,
Sasi,
A correct way to do this would be:
SET REF A = EMA(Close,13)>EMA(Close,50).
SET REF B = EMA(Close,13)<EMA(Close,50)
Buy expression REF A = TRUE
Sell expression REF B =TRUE
Cheers,