ToWhomItMayMatterARat'sAss, See a couple of typos in the print statement in my last post; wrong lines are commented out. -Bob ------------------- if Close(now)-Close(now -5)>.05*Close(now -5) and Vol(now) > MovAvg(now,63,vol) and Close(now)>.85*Max(now,now -250,cl) then // println symbol,",",date(0),",",close(0),",",vol(0),"," print symbol,",",date(0),",",close(0),",",vol(0),"," if now != 0 then // print date(now),",",close(now),",",close(0 - close(now),",", print date(now),",",close(now),",",close(0) - close(now),",", println,Description:25; endif; ----------------- |