zhangshouguo
zhangshouguo
context对象中仓位信息,增加一个建仓时间的字段,这个用起来很方便,特别是实现买入后动态止损的策略.
https://github.com/cedricporter/funcat/blob/master/notebooks/funcat-tutorial.ipynb 中的代码运行到计算均线就出错误了。 如果是 bug 反馈,烦请在 issue 中描述以下问题: ## 1. funcat 的版本 0.3.2 ## 2. Python 的版本 Python 3.6.5 |Anaconda ## 3. 是 Windows / Linux / MacOS or others? linux...
如3日K,4日K,5日K.主要用于解决周K,月K交易天数不一样,比较成交量判断缩量放量标准不一的问题.
root@d427a9d9d289:~# python Python 3.6.5 |Anaconda custom (64-bit)| (default, Apr 29 2018, 16:14:56) [GCC 7.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from hikyuu.interactive.interactive import *...
安装开发环境: apt-get install build-essential git bzip2 apt-get install libmysqlclient-dev libmysqlclient20 apt-get install libhdf5-dev libhdf5-serial-dev apt-get install libqt5x11extras5 unrar ## install Anaconda3 参考:http://rqalpha.readthedocs.io/zh_CN/latest/intro/detail_install.html#intro-detail-create-env 安装 TA-Lib 参考:https://mrjbq7.github.io/ta-lib/install.html Linux Download ta-lib-0.4.0-src.tar.gz and: $...
Installing collected packages: pandas, rqalpha-mod-fxdayu-source Found existing installation: pandas 0.24.2 Uninstalling pandas-0.24.2: Successfully uninstalled pandas-0.24.2 Successfully installed pandas-0.20.0 rqalpha-mod-fxdayu-source-0.1.0 安装的时候把我pandas降级了
quantaxis数据存储在本地,有分钟、日线数据等.另问一个问题,rqalpha回测时默认是尾盘撮合,在尾盘涨停买不进,跌停卖不出。想改在开盘或其他时间撮合,有什么好方法实现
本docker 基于ubuntu 16.04构建,安装了gcc相关开发包、qt5、Anaconda3-4.4.0-Linux-x86_64、boost 1.64、log4cplus 1.2.1等相关资源。 能直接放出在ubuntu 16.04构建,安装的步骤吗,最好.gcc相关开发包.qt5.boost log4cplus用系统自己的apt-get安装.
$ cat /etc/issue Linux Mint 18.3 Sylvia \n \l $ conda -V conda 4.3.30 $ python -V Python 2.7.13 :: Continuum Analytics, Inc. $ python csvDemo.py Traceback (most recent call...