funcat
funcat copied to clipboard
Funcat 将同花顺、通达信、文华财经麦语言等的公式写法移植到了 Python 中。
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...
SLOPE函数实现了这个功能了么
帮帮忙,怎么判断均线聚合状态,刚刚发散的那个时间段 找了半天也没有相关的代码啊
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting funcat Downloading https://pypi.tuna.tsinghua.edu.cn/packages/a2/6c/494161c9d14fbd7f9dacc2f5d047d75502ae42f581f5e32f249ebe54e2fb/funcat-0.3.2.tar.gz (26 kB) ERROR: Command errored out with exit status 1: command: 'c:\users\baiyl3\pycharmprojects\funcat\venv\scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\baiyl3\\AppData\ \Local\\Temp\\pip-install-6p411ns4\\funcat\\setup.py'"'"'; __file__='"'"'C:\\Users\\baiyl3\\AppData\\Local\\Temp\\pip-install-6p411ns4\\funcat\\setup.py'"'"';f=get...
## 1. funcat 的版本 0.3.2 ## 2. Python 的版本 3.8 ## 3. 是 Windows / Linux / MacOS or others? Windows ## 4. 您出现问题对应的源码 / 或者能复现问题的简易代码 set_data_backend(RQAlphaDataBackend("~/.rqalpha/bundle")) ## 5. 您出现的错误堆栈日志信息...
# 提 ISSUE 须知 EMA() takes at most 2 positional arguments (3 given) 如果是 bug 反馈,烦请在 issue 中描述以下问题: ## 1. funcat 的版本 funcat==0.3.2 ## 2. Python 的版本 3.6 ## 3....
在写策略中需要在分钟回测中,使用导不同周期的K线,参与计算,funcat有实现这样的功能吗? 比如通达信上,(日最高价:H;周最高价:H#WEEK)
refuncat:版本0.3.3 python:版本3.7.4 Mac: 相关代码: `backend = "tushare" if backend == "rqalpha": set_data_backend(RQAlphaDataBackend("~/.rqalpha/bundle")) elif backend == "tushare": set_data_backend(TushareDataBackend()) set_start_date("2019-01-01") # S("600009.SH") # 设置当前关注股票 # T("2019-10-10") # 设置当前观察日期 no_str = "600009.SH" df...
# 提 ISSUE 须知 如果是 bug 反馈,烦请在 issue 中描述以下问题: ## 1. funcat 的版本 ## 2. Python 的版本 ## 3. 是 Windows / Linux / MacOS or others? ## 4. 您出现问题对应的源码...