1
0

尝试在策略内部使用talib计算指标

This commit is contained in:
2025-02-17 18:28:08 +08:00
parent 9689625fc1
commit 3f8b210564
3 changed files with 200 additions and 177 deletions

10
note.md Normal file
View File

@@ -0,0 +1,10 @@
talib安装
macOS
```
poetry run pip install TA-Lib
```
Windows
> https://github.com/cgohlke/talib-build
```
poetry run pip install ta_lib-0.6.3-cp312-cp312-win_amd64.whl
```