参数声明的数据类型错误
编写一个公式,返回otrend、okey_high等几个数据: Params Numeric lenth(10); StringRef otrend; NumericRef okey_high; NumericRef okey_low; NumericRef omaxprice; NumericRef ominprice; Vars NumericSeries mean; StringSeries trend; ...... 编译时提示 StringRef otrend 这一行参数声明的数据类型错误 请教下是什么原因?