最新公告
  • 欢迎您光临九毛八公式指标网www.9m8.cn,本站全新改版试运行,期间内容全部免费,欢迎下载!欢迎加入本站VIP
  • 最基本的低点公式

    正文概述    2024-04-14 15:08:04  
  • {思路:从股价下穿5日均线到最低点5日均线上翘,回调不超过N%}   
  • ma5:=ma(c,5);ma10:=ma(c,10);ma20:=ma(c,20);   
  • m5up:=ma5>ref(ma5,1) and ref(ma5,1)<=ref(ma5,2);   
  • m5down:=ma5=ref(ma5,2);   
  • t1:=barslast(m5down);//:从5日均线开始向下捌头时算到现在的天数;   
  • t2:=llvbars(ma5,t1);//:5日均线下行以来的5日线的最低点到现在的天数;   
  • ww:=if(ref(c,t2)>ref(o,t2),c>ref(c,t2)*0.98,c>(ref(c,t2)+ref(o,t2))/2);   
  • gl:=filter(m5up,3);   
  • ref(c,t1)/ref(c,t2)<1.12 and ww and m5up and gl   

  • 九毛八公式指标,一个优质的公式指标平台!
    九毛八公式指标 » 最基本的低点公式 加入收藏