08 2020 档案

摘要:最近搞了一些数据,想做一个可视化的界面,就准备花两天时间熟悉一下Python的可视化神器matplotlib模块 学习资料来源:https://www.bilibili.com/video/BV1Jx411L7LU?p=12 #!/usr/bin/env python3 # -*- coding: 阅读全文
posted @ 2020-08-28 16:07 就是想学习 阅读(219) 评论(0) 推荐(0) 编辑
摘要:Pandas DataFeed Example Note pandas and its dependencies have to be installed pandas与它的依赖需要被安装 Supporting Pandas Dataframes seems to be of concern to 阅读全文
posted @ 2020-08-25 11:01 就是想学习 阅读(5384) 评论(1) 推荐(1) 编辑
摘要:Using Indicators Indicators can be used in two places in the platform: 指标在平台中的两个地方使用 Inside Strategies 策略里面 Inside other Indicators 在另外的指标里面 Indicator 阅读全文
posted @ 2020-08-24 17:02 就是想学习 阅读(1722) 评论(0) 推荐(0) 编辑
摘要:参考连接:https://www.backtrader.com/docu/signal_strategy/signal_strategy/ 前面没有很好的学习这个框架,走马观花的写了一遍,导致前面错误一堆,罪过,罪过,现在补上 该信号主要用来不独立写strategy的情况下,通过指标的形式与信号的形 阅读全文
posted @ 2020-08-24 11:30 就是想学习 阅读(655) 评论(0) 推荐(1) 编辑
摘要:Strategy A Cerebro instance is the pumping heart and controlling brain of backtrader. A Strategy is the same for the platform user. Cerebro实例是backtrad 阅读全文
posted @ 2020-08-19 11:03 就是想学习 阅读(1412) 评论(0) 推荐(1) 编辑
摘要: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 阅读全文
posted @ 2020-08-12 18:03 就是想学习 阅读(1198) 评论(0) 推荐(1) 编辑
摘要:The time is gone and testing a strategy against a fully formed and closed bar is good, but it could be better. 时间一去不复返了,针对一个完全成形的封闭式bar测试一种策略是好的,但也可能更 阅读全文
posted @ 2020-08-12 17:34 就是想学习 阅读(1521) 评论(0) 推荐(1) 编辑
摘要: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 阅读全文
posted @ 2020-08-12 16:23 就是想学习 阅读(693) 评论(0) 推荐(0) 编辑
摘要:Data - Multiple Timeframes Sometimes investing decisions are taken using different timeframes: 有时候,投资策略采用不同的时间框架 Weekly to evaluate the trend 每周的评估趋势 阅读全文
posted @ 2020-08-12 15:12 就是想学习 阅读(1222) 评论(0) 推荐(0) 编辑
摘要:Binary Datafeed Development 二进制数据源开发 Note The binary file used in the examples goog.fd belongs to VisualChart and cannot be distributed with backtrade 阅读全文
posted @ 2020-08-12 13:45 就是想学习 阅读(504) 评论(0) 推荐(1) 编辑
摘要: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 阅读全文
posted @ 2020-08-12 10:39 就是想学习 阅读(646) 评论(0) 推荐(0) 编辑
摘要:CSV Data Feed Development backtrader already offers a Generic CSV Data feed and some specific CSV Data Feeds. Summarizing: backtrader已经提供了一个通用的CSV数据源和 阅读全文
posted @ 2020-08-11 16:41 就是想学习 阅读(1181) 评论(0) 推荐(1) 编辑
摘要:Issues in GitHub are actually pushing into finishing documentation parts or helping me to understand if backtrader has the ease of use and flexibility 阅读全文
posted @ 2020-08-11 14:26 就是想学习 阅读(651) 评论(0) 推荐(1) 编辑
摘要: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附带了一组数据 阅读全文
posted @ 2020-08-11 14:08 就是想学习 阅读(1575) 评论(0) 推荐(1) 编辑
摘要: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 阅读全文
posted @ 2020-08-10 16:01 就是想学习 阅读(622) 评论(0) 推荐(1) 编辑
摘要:原文地址:https://school.stockcharts.com/doku.php?id=chart_analysis:renko Introduction Invented in Japan, Renko charts ignore time and focus solely on pric 阅读全文
posted @ 2020-08-10 14:59 就是想学习 阅读(1624) 评论(0) 推荐(0) 编辑
摘要:This class is the cornerstone of backtrader because it serves as a central point for: 这个类是backteader平台的基石,因为它服务与以下几点 Gathering all inputs (Data Feeds) 阅读全文
posted @ 2020-08-09 00:15 就是想学习 阅读(1961) 评论(0) 推荐(0) 编辑
摘要:Operating the platform Line Iterators 行 迭代器 To engage into operations, the plaftorm uses the notion of line iterators. They have been loosely modeled 阅读全文
posted @ 2020-08-07 16:30 就是想学习 阅读(652) 评论(0) 推荐(0) 编辑
摘要: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. 这里将介绍平台的一 阅读全文
posted @ 2020-08-05 16:33 就是想学习 阅读(1228) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示