Comment on Managing your Script
Hello Nithin,
What’s wrong with my script below. I’d like to buy/sell, if the OPEN is between 0.5 % and 1.0 % compared to the previous day’s closing.
(((OPEN > REF(CLOSE,1) * 1.005) AND (OPEN < REF(CLOSE,1)*1.010) OR (((OPEN REF(CLOSE,1)*0.990)
Thanks