sunwei's profile炒股的土豆(数据爱好者)PhotosBlogLists Tools Help

Blog


    25 March

    关于搞搞数据的大智慧公式

    那天在搞搞的网站看有朋友需要公式方便选股,之前我因为嫌网站速度太慢,就已经根据搞搞的方法编写了大智慧的选股公式了,就放上去给大家共享,我的公式是完全按照搞搞的方法写的,不带任何个人色彩和主观判断。

    gaogao1:=amount/vol/100;{amount=成交金额,vol成交量,两者相除就是成交均价}
    gaogao3:=sum(amount,3)/sum(vol,3)/100;{sum求和函数,sum(amount,3)就是三日成交金额之和,sum(vol,3)三日成交量之和}
    gaogao5:=sum(amount,5)/sum(vol,5)/100;
    gaogao10:=sum(amount,10)/sum(vol,10)/100;
    add1:=(gaogao1-ref(gaogao1,1))/ref(gaogao1,1)*100;{这里开始计算升跌百分比,当日均价-昨日均价然后除以昨日均价}
    add3:=(gaogao3-ref(gaogao3,1))/ref(gaogao3,1)*100;
    add5:=(gaogao5-ref(gaogao5,1))/ref(gaogao5,1)*100;
    add10:=(gaogao10-ref(gaogao10,1))/ref(gaogao10,1)*100;
    amountin:=amount/ma(amount,10)*100;{这个是钱流计算,成交金额和10日成交金额均价相比的百分比}
    var1: close>gaogao1 and amountin>=100 and ( ref(add3,1)<0 and ref(add5,1)<0 and ref(add10,1)<0 and add3>0) and ma(add10,10)>ref(ma(add10,10),1) ;{close>gaogao1 的意思是收盘价大于均价,amountin>=100 意思是钱流大于100,( ref(add3,1)<0 and ref(add5,1)<0 and ref(add10,1)<0 and add3>0)的意思是昨日3天均,5天均,10天均是绿的,今天三日均翻红,最后一个条件ma(add10,10)>ref(ma(add10,10),1)的意思是最后一个箭头是红色向上的}

     

    以上看完就应该懂了,和搞搞工具是一模一样的,所以,不要再问了。顺便说一下,搞搞数据只是参考,大智慧成功率测试是比较低的,但搞搞工具还是一个好东西,我是自己用其他方法选了股票,然后用这个工具来验证,当产生共振的时候就买入,不共振不买,最近三日翻红的非常多,请慎用!!!!!!

    Comments

    Please wait...
    Sorry, the comment you entered is too long. Please shorten it.
    You didn't enter anything. Please try again.
    Sorry, we can't add your comment right now. Please try again later.
    To add a comment, you need permission from your parent. Ask for permission
    Your parent has turned off comments.
    Sorry, we can't delete your comment right now. Please try again later.
    You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
    Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
    Complete the security check below to finish leaving your comment.
    The characters you type in the security check must match the characters in the picture or audio.

    To add a comment, sign in with your Windows Live ID (if you use Hotmail, Messenger, or Xbox LIVE, you have a Windows Live ID). Sign in


    Don't have a Windows Live ID? Sign up

    Trackbacks

    The trackback URL for this entry is:
    http://sunsshop.spaces.live.com/blog/cns!4183CD47AF3B3C3E!147.trak
    Weblogs that reference this entry
    • None