Analyzers 分析仪 Be it backtesting or trading, being able to analyze the performance of the trading s ...
Note The data files used in the quickstart guide are updated from time to time, which means that the adjusted close changes and with it the close and the other components . That means that the actual ...
2020-07-29 14:14 0 1140 推荐指数:
Analyzers 分析仪 Be it backtesting or trading, being able to analyze the performance of the trading s ...
This class is the cornerstone of backtrader because it serves as a central point for: 这个类是backteader平台的基石,因为它服务与以下几点 Gathering all inputs (Data ...
The time is gone and testing a strategy against a fully formed and closed bar is good, but it could ...
This is a collection of some of the concepts of the platform. It tries to gather information bits wh ...
Data - Multiple Timeframes Sometimes investing decisions are taken using different timeframes: 有时候 ...
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附带了一组 ...
Sizers Smart Staking A Strategy offers methods to trade, namely: buy, sell and close. Let’s s ...
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 ...