回溯信号区别

AA = Close【1】 > Open【1】的if(AA) 跟AA = Close > Open的if(AA[1])有什么区别?

基本没区别