股价上穿5日线指标源码_股价在5日线上方选股公式

hacker|
114

文章目录:

请问通达信股价上穿五日均线的选股公式如何编写

cross(c,ma(c,5));

把5换成其他的数字就是其他均线 如换成10就是指股价上穿10日均线 如此类推。

股价在一天内上穿五日均线,切均线已扭转多头或走平的指标公式。谢谢!

MA5:=ma(c,5) ;

MA10:=ma(c,10) ;

MA20:=ma(c,20) ;

MA30:=ma(c,30) ;

MA60:=ma(c,60) ;

选股:ma60=ref(ma60,1) and ma30ma60 and ma30=ref(ma30,1) and ma20=ma30 and ma20=ref(ma20,1) and ma10=ma20 and ma10=ref(ma10,1) and cross(c,ma5) and ma5ref(ma5,1) and v=ref(v,1)*1.5;

求一个股价上穿5日线的通达信选股公式

MA5:=MA(C,5);

XG:OMA5 AND CMA5;

希望对你有用,如采纳请奖励

收盘价上穿5日均线且涨停选股公式源码通达信 量化大师 手机版

XG:C/REF(C,1)1.097 AND C=H AND CROSS(C,MA(C,5));

以上代码通达信手机版肯定可以用,量化大师你自己试试吧.

3条大神的评论

  • avatar
    访客 2022-07-10 上午 12:22:03

    ) ;MA30:=ma(c,30) ;MA60:=ma(c,60) ;选股:ma60=ref(ma60,1) and ma30ma60 and ma30=ref(ma30,1) and ma20=ma30 and ma20=ref(ma20,1) and ma10=ma2

  • avatar
    访客 2022-07-10 上午 06:32:43

    股价在一天内上穿五日均线,切均线已扭转多头或走平的指标公式。谢谢!MA5:=ma(c,5) ;MA10:=ma(c,10) ;MA20:=ma(c,20) ;MA30:=ma(c,30) ;MA6

  • avatar
    访客 2022-07-10 上午 02:00:13

    1) and ma10=ma20 and ma10=ref(ma10,1) and cross(c,ma5) and ma5ref(ma5,1) and v=ref(v,1)*1.5;求一个股价上穿5日线的通达信选股公式MA5:=MA(C,5);XG:OMA5

发表评论