我看数据类型章节里说支持,但是定义的时候报错
DEFS
Bool MyCrossUnder(Series<Numeric> price1, Series<Numeric> price2) { return True;}
错误是:
序列变量在函数内直接用
def不能用序列变量做参数
谢谢