-
Dear Developers:
When I extracted all the newest codes (2022-Jan-17) into PyCharm IDE (2021.3.1 Community Edition), and created a virtual Python 3.8 environment, it automatically detected that "Pac…
-
利用业余时间用 python 实现了缠论的主要逻辑,代码已开源至 github:[https://github.com/zengbin93/czsc](https://github.com/zengbin93/czsc)
**说明:** 在没有正式介绍分型、笔、线段的划分标准之前,博客原文线段划分并没有严格按照定义来。所以,前面的识别结果重合率较低。
### 2007-05-31 22…
-
```
diff --git a/czsc/cobra/backtest.py b/czsc/cobra/backtest.py
index bc9a032..bc15a3d 100644
--- a/czsc/cobra/backtest.py
+++ b/czsc/cobra/backtest.py
@@ -67,8 +67,8 @@ def long_trade_estimator…
-
这样写,为啥调用不了潜在三买?
signals = [
Signal("日线_倒0笔_潜在三买_构成中枢_近3K在中枢上沿附近_任意_0"),
]
def get_signals(c: CZSC) -> OrderedDict:
s = OrderedDict({"symbol": c.symbol, "dt": c.bars_raw[-1].dt, "close":…
ylrh3 updated
2 years ago
-
回测的时候,当日线三买出现后买入,买入后跌5%卖出,涨10%也卖出。这个止损止盈的因子该怎么写?有没有可以参考的例子?谢谢。
-
1.生成的信号如下 我的基础bars 是60分钟的,生成日线的数据,我信号时想用日线的收盘价作为触发信号。
#生成信号的函数
def get_signals(c: CZSC) -> OrderedDict:
#c就是那基础bars 生成的高一级别的bars
s = OrderedDict({"symbol": c.symbol, "dt": c.bars_raw[-1].d…
ylrh3 updated
2 years ago
-
1. python 版本必须升级到 python 3.7+
`sudo apt-get install python3.7`
`sudo apt-get install python3.7-dev`
2. ta-lib安装 注意使用代理 避免安装超时失败
`export http_proxy=http://127.0.0.1:8000/`
`export https_pr…
-
Hi Zhiqin,
Thanks for the great work.
Can you provide the codes you use of the MSE, IoU, symmetric Chamfer distance (CD) for model evaluation?
Best regards,
czsc
-
状态:开发中
-
有好的想法,欢迎畅所欲言,任何有价值的想法我都会实现并开源到 `czsc`;先感谢各位了!!!