I want to explore stocks whose close price today is less than twice the 
EPS estimates for next year. I wrote this one below but keep getting an 
error message. Please help.Thanks.

Filter = Close < GetFnData("EPSEstNextYear")*2 );

Reply via email to