文档中 https://github.com/vnpy/vnpy/blob/master/docs/cta_backtester.md 只提到了Windows系统,没有提Linux。
是要clone vnpy_ctastrategy之后把mystrategy拷贝到其中的strategies目录中,再重新pip安装vnpy_ctastragegy模块吗?
文档中 https://github.com/vnpy/vnpy/blob/master/docs/cta_backtester.md 只提到了Windows系统,没有提Linux。
是要clone vnpy_ctastrategy之后把mystrategy拷贝到其中的strategies目录中,再重新pip安装vnpy_ctastragegy模块吗?
在程序运行目录下自建一个strategies文件夹,放在里面
在linux的运行目录一般是home/你的用户名
Tea wrote:
文档中 https://github.com/vnpy/vnpy/blob/master/docs/cta_backtester.md 只提到了Windows系统,没有提Linux。
是要clone vnpy_ctastrategy之后把mystrategy拷贝到其中的strategies目录中,再重新pip安装vnpy_ctastragegy模块吗?
不用重新pip安装
xiaohe wrote:
在程序运行目录下自建一个strategies文件夹,放在里面
在linux的运行目录一般是home/你的用户名
我测试了,$HOME/strategies 的确可以。谢谢!