-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
老哥,请问能给个使用的例子吗,不知道能不能同时监测多个币种 #1
Comments
想加您联系方式请教一下 |
可以同时监测多个币种啊 |
对,我看到那个例子了,是可以,但是币多了好像有点卡,还有就是他这个柱子好像不是整点更新,而是距离运行时间1min才更新,有办法用websocket吗 |
因为使用的是ccxt-restful主动轮询的方式,所以没啥好办法,顶多也就是把轮询等待时间改小, 一劳永逸的方法是直接改成websocket方式。以后有空可以改成websocket方式. 不过你要自己改其实也挺容易的, 我看ccxt也已经封装好了websocket方式.用起来挺简单的. |
主要是backtrader livetrading这块不太熟,我之前还在自己写实盘代码,但是策略移植过去有点麻烦。我要自己改的话我是不是要去官方文档那里把livetrading看一遍 |
backtrader livetrading 其实挺简单的, 实时行情这块主要就是_load函数的实现, 交易部分也就broker的几个接口函数实现好就是 |
除非你监控的币种非常多,或者是你的策略对时间非常敏感, 不然的话目前的实现是够用的 |
backtrader框架不管是回测还是实盘模式,本质就是个大循环,循环,环。。。。 |
我微信是 keydonesoft |
No description provided.
The text was updated successfully, but these errors were encountered: