无法识别字符串

 if ((MarketPosition == 1) and ((temp3>=M1) and (BarsSinceEntry < 2) and (BarsSinceEntry > 0))   

 

怎么回事

无法识别字符串
小白求助,无法识别字符串IF
无法识别字符串MA60
无法识别字符串
无法识别字符串if
Bool countIndicators() 错误,无法识别字符串
无法识别字符串的错误怎么修改
编译过程出现无法识别字符串,麻烦老师解决一下,纯小白,感谢!
请老师帮忙,在编译时显示的错误
bool类型

找到了,谢谢各位

 

少一个下括号 自己检查哪里缺了

涨跌幅

括号没对齐,结尾缺一个

或者说,temp3前面多了一个。

 temp3= 100 * (Close - Close[1]) / Close[1];