if close>open plotstring(\"str\",\"阳线\",low,red); 提示“无法识别的字符串CLOSE”

if close>open plotstring(\"str\",\"阳线\",low,red);提示“无法识别的字符串CLOSE这句话哪里错了,我觉得没错啊,急人啊

if (close>open) plotstring(\"str\",\"阳线\",low,red); 加个括号就好了