API thử nghiệm cho biết trong CCI Indicator Calling Pattern Python code import talib def main(): records = exchange.GetRecords() cci = talib.CCI ((records.High, records.Low, records.Close, 14) # 14 Các tham số này có thể được mặc định. Log(cci)
Báo cáo có lỗi: exec: “python|python2.7|python2|python3|py”: executable file not found in %PATH%
Xin hãy mơ xem vấn đề là gì?