摘要:Pandas DataFeed Example Note pandas and its dependencies have to be installed pandas与它的依赖需要被安装 Supporting Pandas Dataframes seems to be of concern to
阅读全文
摘要:Using Indicators Indicators can be used in two places in the platform: 指标在平台中的两个地方使用 Inside Strategies 策略里面 Inside other Indicators 在另外的指标里面 Indicator
阅读全文
摘要:Strategy A Cerebro instance is the pumping heart and controlling brain of backtrader. A Strategy is the same for the platform user. Cerebro实例是backtrad
阅读全文
摘要: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
阅读全文
摘要:The time is gone and testing a strategy against a fully formed and closed bar is good, but it could be better. 时间一去不复返了,针对一个完全成形的封闭式bar测试一种策略是好的,但也可能更
阅读全文
摘要:Data Resampling 数据重采集 When data is only available in a single timeframe and the analysis has to be done for a different timeframe, it’s time to do som
阅读全文
摘要:Data - Multiple Timeframes Sometimes investing decisions are taken using different timeframes: 有时候,投资策略采用不同的时间框架 Weekly to evaluate the trend 每周的评估趋势
阅读全文
摘要:Binary Datafeed Development 二进制数据源开发 Note The binary file used in the examples goog.fd belongs to VisualChart and cannot be distributed with backtrade
阅读全文
摘要: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
阅读全文
摘要:CSV Data Feed Development backtrader already offers a Generic CSV Data feed and some specific CSV Data Feeds. Summarizing: backtrader已经提供了一个通用的CSV数据源和
阅读全文
摘要:Issues in GitHub are actually pushing into finishing documentation parts or helping me to understand if backtrader has the ease of use and flexibility
阅读全文
摘要: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附带了一组数据
阅读全文
摘要:The Renko Bricks is a different way to present the evolution of prices in which price plays a more important role than time. This has been introduced
阅读全文
摘要:原文地址:https://school.stockcharts.com/doku.php?id=chart_analysis:renko Introduction Invented in Japan, Renko charts ignore time and focus solely on pric
阅读全文
摘要:This class is the cornerstone of backtrader because it serves as a central point for: 这个类是backteader平台的基石,因为它服务与以下几点 Gathering all inputs (Data Feeds)
阅读全文
摘要:Operating the platform Line Iterators 行 迭代器 To engage into operations, the plaftorm uses the notion of line iterators. They have been loosely modeled
阅读全文
摘要:This is a collection of some of the concepts of the platform. It tries to gather information bits which can be useful in using the platform. 这里将介绍平台的一
阅读全文