
量化投资
Youngohai
做有趣的事情
展开
-
量化交易 1.基础语法与数据结构
#基本类型 ''' def xrange(x): n=0 while n<x: yield n n+=1 ''' i=1;f=1.1;b=(1>2); price_str = "30.14,20.18,22.88,45.99" print(1,b) print(2,type(i),type(f),type(b),type(price_str)) #基本语法 if else ellif while for def class #isinstan.原创 2021-05-03 23:11:51 · 495 阅读 · 0 评论 -
安装包注意事项
来源https://www.lfd.uci.edu/~gohlke/pythonlibs/1:Pandas, a cross-section and time series data analysis toolkit.Requires numpy, dateutil, pytz, setuptools, and optionally numexpr, bottleneck, scipy, matp...原创 2018-05-15 21:40:34 · 358 阅读 · 0 评论 -
史上最全量化资源整理
转载自:https://www.cnblogs.com/fangbei/p/8393298.html 有些国外的平台、社区、博客如果连接无法打开,那说明可能需要“科学”上网 量化交易平台 国内在线量化平台: BigQuant - 你的人工智能量化平台- 可以无门槛地使用机器学习、人工智能开发量化策略,基于python,提供策略自动生成器 镭矿- 基于量化回测平台 果仁网- 回测...转载 2019-06-10 18:05:16 · 1841 阅读 · 0 评论