飞狐公式100%成功率的选股公式 选股指标 源码 EA

简单移动平均(收盘价,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

飞狐公式100%成功率的选股公式 选股指标 源码

© 版权声明
THE END
喜欢就支持一下吧
点赞113 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容