Type/to search
0
Follow
1
Followers
python策略不能被执行
FAQ
Created 2018-09-11 21:23:31  
 3
 2026

测试API说明里面的
CCI 指标调用范例python代码
import talib
def main():
records = exchange.GetRecords()
cci = talib.CCI(records.High, records.Low, records.Close, 14) # 14 这个参数 可以 缺省。
Log(cci)

报如下错误:
exec: "python|python2.7|python2|python3|py": executable file not found in %PATH%

请小小梦看看是什么问题?

Related Recommendations
Comment
All comments (2)

    应该是 您的托管者 所在 电脑 或者 服务器 没有安装 python, 或者 没有配置 python 环境变量。

    8 years ago
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)