william

Keep Calm and Markdown.

如何搭建 Stock.Daily 数据

如何搭建 Stock.Daily 数据

Created: November 18, 2022 10:09 PM Last Edited Time: November 18, 2022 11:43 PM Type: Technical Spec

对于股票研究与交易,我们需要一份内容正确且规则统一的历史数据 ,尽可能的降低数据噪音,避免因为数据错误导致的谬误,提高实证研究的可靠性与准确性。

根据现有的数据,我们复原了2014年1月至今的股票日频数据(stock.daly),运用统一的规则,对历史数据与每日更新的实盘数据进行获取、清洗、转换、验证、入库。

本文档旨在介绍股票日盘数据库的整理规则与入库标准,以供参考。

ASDP 下载mp3

ADSP(Algo + Data Structure = Programming) 是一个优秀的播客网站,经常邀请一些编程界的大佬的探讨技术性话题,截止目前(2022-10-20)已经录制正好100期节目了。

该网站同时还提供了音频下载,方便用户离线收听。不过对于懒人如我者(程序员福利),当然想着使用脚本来自动化下载了。话不多说,show the code。

eastl best practices

In this document we discuss best practices for using EASTL. The primary emphasis is on performance with a secondary emphasis on correctness and maintainability. Some best practices apply only to some situations, and these will be pointed out as we go along. In order to be easily digestible, we present these practices as a list of items in the tone of the Effective C++ series of books.

0%