YAYAHUO

Results 9 comments of YAYAHUO

The #1, #2, issue can be resolved quickly if understand the backend logic. For the #3 issue, this can be resolved by: original code: traj_items = list(map(list, zip(*traj_list))) changes to...

我使用老版本解决了这个问题。 等待后续更新。

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\link.exe /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:c:\ta-lib\c\lib /LIBPATH:c:\users\richa\appdata\local\programs\python\python38\libs /LIBPATH:c:\users\richa\appdata\local\programs\python\python38\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\lib\x64" "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files...

的确,重新 nmake 了一下就link 完成了。 非常感谢! 从 Windows 版邮件发送 发件人: ***@***.***> 发送时间: 2021年12月13日 14:06 收件人: ***@***.***> 抄送: ***@***.***>; ***@***.***> 主题: Re: [sngyai/Sequoia] 编译ta-lib出错。 error LNK2001,感觉是VS2022版本太高,这个选择什么版本比较好? (Issue #34) mrjbq7/ta-lib#241 应该是这个问题,可以参考一下哈 ― You...

pro似乎在这里没有使用吧。

object is not subscrptable这个错误应该是对应于8开头的代码。其他代码的股票已经OK。 Tushare需要登陆拿到token,另外120积分。。。。呵呵,,,很好玩的一个机制。 请尽快使用pro版接口这个估计需要代码能力强另外 + tushare的专业服务才行。

talib installation instruction for linux: 1. download talib source file, someting like ta-lib.x.x.tar.gz 2. unzip the file: tar -xzf ta-lib.x.xtar.gz 3. go to the unzip folder: cd ta-lib- ./configure make...