
等级: 标准版
- 注册:
- 2023-2-16
- 曾用名:
|
这个数据肯定是完全下载了。而且是单独打开单独补充的。
E3:=EMA(C,13),COLOR61DC16;
E5:=EMA(C,21),COLOR61DC16;
E8:=EMA(C,33),COLOR61DC16;
E10:=EMA(C,55),COLOR61DC16;
E12:=EMA(C,89),COLOR61DC16;
E15:=EMA(C,144),COLOR61DC16;
E30:=EMA(C,233),COLORD1875A;
E35:=EMA(C,376),COLORD1875A;
E40:=EMA(C,377),COLORD1875A;
E45:=EMA(C,610),COLORD1875A;
E50:=EMA(C,987),COLORD1875A;
E60:=EMA(C,1597),COLORD1875A;
lxs:=e40>e45 AND e45>e50 and e50>e60 and e30>e40;
// ema610>ema987 AND ema377>ema610 and ema233>ema377 and ema987>ema1597;
lxsgd:=lxs and not (ref(lxs,1));
ltsz:=DYNAINFO( 57)/100000000;//流通市值
tp:=vol=0;
xg:lxsgd {and dupl} and ltsz<500 and tp=0 and ltsz>10;
|
|