简单移动平均(收盘价,30)/向前引用(简单移动平均(收盘价,30),8)>1.04 and
rn统计总数(收盘价>简单移动平均(收盘价,30),8)=8 and
rn最高值(最高价,8)/简单移动平均(收盘价,30)<1.1 and
rn简单移动平均(收盘价,5)>简单移动平均(收盘价,10) and 简单移动平均(收盘价,10)>简单移动平均(收盘价,30) and
rn统计总数(交叉函数(简单移动平均(收盘价,10),简单移动平均(收盘价,30)),3)=1 and
rn收盘价<开盘价 and 收盘价/向前引用(收盘价,1)>0.96;
rn
rn
MA(CLOSE,30)/REF(MA(CLOSE,30),8)>1.04 and
rnCOUNT(CLOSE>MA(CLOSE,30),8)=8 and
rnHHV(HIGH,8)/MA(CLOSE,30)<1.1 and
rnMA(CLOSE,5)>MA(CLOSE,10) and MA(CLOSE,10)>MA(CLOSE,30) and
rnCOUNT(CROSS(MA(CLOSE,10),MA(CLOSE,30)),3)=1 and
rnCLOSE<OPEN and CLOSE/REF(CLOSE,1)>0.96;
rn
rn

© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END




















暂无评论内容