- 金币:
-
- 奖励:
-
- 热心:
-
- 注册时间:
- 2007-8-6
|
|
原来是这个,我给大家好了!(341楼发表于 2005-10-26 15:28 )
但是,这里面红色的K线不是“踏空K线”,而是“阳包阴的K线”,我认为是另外一种主力踏空散户的K线!!!!!
公式原码:
a:=max(ref(c,1),ref(o,1));
a1:=min(ref(c,1),ref(o,1));
ok:=if(o<a1 and c>a,1,0);
STICKLINE(ok=1 ,o ,c ,8 ,0 ),colorred;
ok1:=if(ref(c,1)<ref(c,2) and o>ref(c,1) and l>ref(l,1) and c>ref(c,1)
or ref(c,1)<ref(o,1) and o>ref(c,1) and l>ref(l,1) and c>ref(c,1),1,0);
STICKLINE(ok1=1 ,o ,c ,8 ,0 ),colorff00ff;
sj1:=BARSLAST(ok=1 or ok1=1);
zs:if(ok=1 or ok1=1,l,ref(l,sj1)),colorred;
顶上去 |
|
|