RSS1RSS2 加入收藏
股票 必读教材第一步:新手疑惑第二步:开户买股第三步:必要名词第四步:看盘基础第五步:股市常识第六步:炒股书籍第七步:视频学习终极操盘 知识
您当前位置:首页 > 股票软件公式 > 大智慧公式

    主图,操盘线,大智慧CPX操盘线指标公式

  • 时间:2015-07-05 10:19:35  来源:  作者:
  • bu:=cross(high,SAR(3,1,20));
    sel:=cross(SAR(3,1,20),low);
    var1:=last(high<SAR(3,1,20));
    var2:=last(low>sar(3,1,20));
    drawflagtext(bu,high,'买入');
    drawflagtext(sel,low,'卖出');
    drawtext(bu,LOW,'B'),valign0,align1,coloryellow,linethick2;
    drawtext(sel,HIGH,'S'),valign2,align1,colorgreen,linethick2;
    STICKLINE(low>SAR(3,1,20) and isdown,high,open,0.5,1),colorred;
    STICKLINE(low>SAR(3,1,20) and isdown,close,open,7.5,1),colorred;
    STICKLINE(low>SAR(3,1,20) and isdown,close,low,0.5,1),colorred;
    STICKLINE(high<SAR(3,1,20) and isup,high,close,0.5,1),colorcyan;
    STICKLINE(high<SAR(3,1,20) and isup,close,open,7.5,1),colorcyan;
    STICKLINE(high<SAR(3,1,20) and isup,open,low,0.5,1),colorcyan;
    DRAWTEXTABS(5,5,'股旁网 www.gupang.com'),linethick1,COLOR00EEff;
    drawflagtext(high<SAR(3,1,20) and high>=ref(high,1),high,'明日突破'+forcast(sar(3,1,20),max(var1,2))+'建议关注');
    drawflagtext(high<SAR(3,1,20) and high<ref(high,1),high,'持币观望');
    drawflagtext(low>SAR(3,1,20) and low<=ref(low,1),low,'明日跌破'+forcast(sar(3,1,20),max(var2,2))+'注意止盈');
    drawflagtext(low>SAR(3,1,20) and low>ref(low,1),low,'继续持股');


     

  • 点赞
  • 发表评论 共有条评论
    验证码: