可能更好 This is where Data Replay comes in to help. If ...
Filters This functionality is a relatively late addition to backtrader and had to be fitted to the already existing internals. This makes it to be not as flexible and feature full as wished, but it ca ...
2020-08-12 18:03 0 632 推荐指数:
可能更好 This is where Data Replay comes in to help. If ...
Data - Multiple Timeframes Sometimes investing decisions are taken using different timeframes: 有时候,投资策略采用不同的时间框架 Weekly to evaluate the trend ...
参考链接:https://www.backtrader.com/blog/posts/2015-09-25-tickdata-resample/resample-tickdata/ backtrader could already do resampling up from minute ...
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 ...
Strategy A Cerebro instance is the pumping heart and controlling brain of backtrader. A Strategy is the same for the platform user. Cerebro实例 ...
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 ...
Note As of (at least) 2017-07-25 the pyfolio APIs have changed and create_full_tear_sheet no lo ...