参考链接:https://www.backtrader.com/blog/posts/2015-09-25-tickdata-resample/resample-tickdata/ backtrader could already do resampling up from minute ...
原文链接:https: backtrader.com blog posts livedata feed live data feed Starting with release . . , backtrader supports Live Data Feeds and Live Trading. The first integrated entity is: 从 . . 版开始,backtrade ...
2020-09-24 17:08 0 535 推荐指数:
参考链接:https://www.backtrader.com/blog/posts/2015-09-25-tickdata-resample/resample-tickdata/ backtrader could already do resampling up from minute ...
Filters This functionality is a relatively late addition to backtrader and had to be fitted to the already existing internals. This makes ...
backtrader comes with a set of Data Feed parsers (at the time of writing all CSV Based) to let you load data from different sources. backtrader附带了一组 ...
。让我们看看buy的签名: def buy(self, data=None, si ...
Orders 订单 Cerebro is the key control system in backtrader and Strategy (a subclass) is the key control point of the end user. The latter needs ...
Strategy A Cerebro instance is the pumping heart and controlling brain of backtrader. A Strategy is the same for the platform user. Cerebro实例 ...
路由这部分貌似在实际工作中没有怎么设计过,只是在用默认的设置,在手册里面看到部分,艰涩难懂。 1.路由定义 要使用路由功能需要支持PATH_INFO,PATH_INFO是什么呢?手册中提到“ ...
可能更好 This is where Data Replay comes in to help. If ...