当前位置:分析家公式网 → 股票公式 → 飞狐公式 → 一键转帖:最基本的低点公式及设计思路
软件名称:[B]最基本的低点公式及设计思路[/B]
软件类型:国产软件
运行环境:Win9X/Win2000/WinXP/Win2003/
软件语言:简体中文
授权方式:免费版
软件大小:2.00 KB
官方主页:Home Page
更新时间:2009-11-13 14:03:14
软件简介:
最基本的低点公式,我在外面测试不方便,大家可以测试一下,谢谢各位!!!
{思路:从股价下穿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,1) and ref(ma5,1)>=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
{思路:从股价下穿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,1) and ref(ma5,1)>=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
[url=http://www.70822.com/soft/sort013/sort02/down-14358.html]最基本的低点公式及设计思路[/url]