请高手把下列通达信指标公式改为选股公式,要求选出红柱,白柱。各一个指标公式。

如题所述

{出现红柱}
穿越筹码:=abs(winner(close)-winner(open))*100;
a1:=llv(high,240);
myp:=100*(close-a1)/a1;
a2:=ref(hhv(close,240),1);
b2:=ref(llv(close,240),1);
rpy:=100*(close
-b2)/(a2-b2);
a3:=1.1*close;
b3:=0.9*close;
asr:=100*(winner(a3)-winner(b3));
rpy<75
and
myp<30
and
asr>60
and
穿越筹码>=24
and
(vol/capital*100)<=3
and
c>=o;
===========================
{出现蓝柱选股}
穿越筹码:=abs(winner(close)-winner(open))*100;
a1:=llv(high,240);
myp:=100*(close-a1)/a1;
a2:=ref(hhv(close,240),1);
b2:=ref(llv(close,240),1);
rpy:=100*(close
-b2)/(a2-b2);
rpy<75
and
myp<30
and
asr>60
and
穿越筹码>=24
and
(vol/capital*100)<=3
and
c<
o;
======================
{出现深蓝柱选股}
穿越筹码:=abs(winner(close)-winner(open))*100;
换手率:=vol/capital*100;
筹码穿透率>10
and
close/ref(close,1)>=1.05
and
换手率<=3;
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答
大家正在搜