Strategy A Cerebro instance is the pumping heart and controlling brain of backtrader. A Strategy is the same for the platform user. Cerebro实例 ...
Using Indicators Indicators can be used in two places in the platform: 指标在平台中的两个地方使用 Inside Strategies 策略里面 Inside other Indicators 在另外的指标里面 Indicators in action 指标使用指南 Indicators are always instantia ...
2020-08-24 17:02 0 618 推荐指数:
Strategy A Cerebro instance is the pumping heart and controlling brain of backtrader. A Strategy is the same for the platform user. Cerebro实例 ...
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 ...
Position on an asset is usually checked from within a Strategy with: 资产情况通常通过以下方式从策略内部进行检查: po ...
Pandas DataFeed Example Note pandas and its dependencies have to be installed pandas与它的依赖需要 ...
backtesting cannot guarantee real market conditions. No matter how good the market simulation is, un ...
Filters This functionality is a relatively late addition to backtrader and had to be fitted to the already existing internals. This makes ...
Note As of (at least) 2017-07-25 the pyfolio APIs have changed and create_full_tear_sheet no lo ...