51bitquant / howtrader

Howtrader: A crypto quant framework for developing, backtesting, and executing your own trading strategies. Seamlessly integrates with TradingView and other third-party signals. Simply send a post request to automate trading and order placement. Supports Binance and Okex exchanges.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问下howtrader是基于vnpy哪个版本的?

chencore opened this issue · comments

请问下howtrader是基于vnpy哪个版本的?怎么没有找到唐奇安通道指标计算的代码
self.entry_up, self.entry_down = self.am.donchian(self.entry_window)

最新的版本,唐奇安通道指标计算的代码, 可以看example/strategies目录下面。为了方便实盘,把内置的策略放到了example里面了,你可以基于example/stratgies文件夹的策略修改。

最新版本已经基于VNPY3.1开发了。里面功能跟vnpy基本一致。增加了网络断开下,持仓的同步和成交的细节处理。